renamed exception test case

This commit is contained in:
Rossen Georgiev 2014-12-12 05:24:45 +00:00
parent 0adad7794f
commit fb34b62d0f
2 changed files with 3 additions and 4 deletions

View File

@ -1 +1 @@
__version__ = '0.6.14'
__version__ = '0.6.15'

View File

@ -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")