renamed exception test case
This commit is contained in:
parent
0adad7794f
commit
fb34b62d0f
|
|
@ -1 +1 @@
|
|||
__version__ = '0.6.14'
|
||||
__version__ = '0.6.15'
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue