diff options
Diffstat (limited to 'tests/centcount_test.py')
| -rwxr-xr-x | tests/centcount_test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/centcount_test.py b/tests/centcount_test.py index 3122b98..c4b3b0c 100755 --- a/tests/centcount_test.py +++ b/tests/centcount_test.py @@ -2,12 +2,11 @@ import unittest -from type.centcount import CentCount import unittest_utils as uu +from type.centcount import CentCount class TestCentCount(unittest.TestCase): - def test_basic_utility(self): amount = CentCount(1.45) another = CentCount.parse("USD 1.45") |
