diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-27 10:09:00 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:38:32 -0400 |
commit | d0e9822ed16cb36de4cb1171a89d4049c615f1a0 (patch) | |
tree | fa48eba60a56dee5bcf1ebd266d822c5a96e4323 /tests/python/corelib/numerics/BasicAmount.py | |
parent | 0eb597a681115d6d5dd2ea4511fa3b8c7b3d9c9f (diff) | |
download | ledger-d0e9822ed16cb36de4cb1171a89d4049c615f1a0.tar.gz ledger-d0e9822ed16cb36de4cb1171a89d4049c615f1a0.tar.bz2 ledger-d0e9822ed16cb36de4cb1171a89d4049c615f1a0.zip |
Moved around the Python code.
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) |