diff options
author | John Wiegley <johnw@newartisans.com> | 2007-04-15 11:45:40 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:35:33 -0400 |
commit | 3071b7929f47e2cddceceb22d4f6fa0c06aa62a0 (patch) | |
tree | e95ac037ca209b3e45f253fe6c9fbdb9fc609d55 | |
parent | 205351c9f9687f9f354d221145017298adf58fd5 (diff) | |
download | fork-ledger-3071b7929f47e2cddceceb22d4f6fa0c06aa62a0.tar.gz fork-ledger-3071b7929f47e2cddceceb22d4f6fa0c06aa62a0.tar.bz2 fork-ledger-3071b7929f47e2cddceceb22d4f6fa0c06aa62a0.zip |
Added python tests.
-rwxr-xr-x | PyUnitTests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PyUnitTests.py b/PyUnitTests.py new file mode 100755 index 00000000..56ca1ad1 --- /dev/null +++ b/PyUnitTests.py @@ -0,0 +1,2 @@ +#!/bin/sh +python tests/python/UnitTests.py |