diff --git a/aprs/version.py b/aprs/version.py index cf3afd5..1b3c28f 100644 --- a/aprs/version.py +++ b/aprs/version.py @@ -1 +1 @@ -__version__ = '0.6.14' +__version__ = '0.6.15' diff --git a/tests/test_exceptions.py b/tests/test_exceptions.py index 2197598..afb5cc5 100644 --- a/tests/test_exceptions.py +++ b/tests/test_exceptions.py @@ -1,11 +1,10 @@ - import unittest from aprs.exceptions import * -class TestExceptions(unittest.TestCase): - def test_exception_correctness(self): +class ExceptionCorrectness(unittest.TestCase): + def test_all(self): # GenericErrror excpInst = GenericError("test")