From fb34b62d0f15ca08b3d226adf2ea0c4c8655249f Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 12 Dec 2014 05:24:45 +0000 Subject: [PATCH] renamed exception test case --- aprs/version.py | 2 +- tests/test_exceptions.py | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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")