diff options
Diffstat (limited to 'tests/python/corelib/numerics/BasicAmount.py')
-rw-r--r-- | tests/python/corelib/numerics/BasicAmount.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/python/corelib/numerics/BasicAmount.py b/tests/python/corelib/numerics/BasicAmount.py index bfb67cf2..2ce532d9 100644 --- a/tests/python/corelib/numerics/BasicAmount.py +++ b/tests/python/corelib/numerics/BasicAmount.py @@ -4,12 +4,6 @@ import exceptions from ledger import amount class BasicAmountTestCase(unittest.TestCase): - def setUp(self): - amount.initialize() - - def tearDown(self): - amount.shutdown() - def testConstructors(self): x0 = amount() x1 = amount(123456) |