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
|
import unittest
|
||||||
|
|
||||||
from aprs.exceptions import *
|
from aprs.exceptions import *
|
||||||
|
|
||||||
|
|
||||||
class TestExceptions(unittest.TestCase):
|
class ExceptionCorrectness(unittest.TestCase):
|
||||||
def test_exception_correctness(self):
|
def test_all(self):
|
||||||
|
|
||||||
# GenericErrror
|
# GenericErrror
|
||||||
excpInst = GenericError("test")
|
excpInst = GenericError("test")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue