diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-05 21:48:45 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-05 21:48:45 -0600 |
commit | 59a16e59ee2e684f1d5292fe78ef94464a935d73 (patch) | |
tree | d12112cf3a6c739a411366f44dd8da71d26a03c8 /test/baseline/dir-import_py.test | |
parent | 97dbf379d5e44c80c748483a688502b1cec8f075 (diff) | |
download | fork-ledger-59a16e59ee2e684f1d5292fe78ef94464a935d73.tar.gz fork-ledger-59a16e59ee2e684f1d5292fe78ef94464a935d73.tar.bz2 fork-ledger-59a16e59ee2e684f1d5292fe78ef94464a935d73.zip |
Simplified Python import in a journal file
Diffstat (limited to 'test/baseline/dir-import_py.test')
-rw-r--r-- | test/baseline/dir-import_py.test | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/baseline/dir-import_py.test b/test/baseline/dir-import_py.test new file mode 100644 index 00000000..ee9f6001 --- /dev/null +++ b/test/baseline/dir-import_py.test @@ -0,0 +1,23 @@ +import os + +tag PATH + check os.path.isfile(value) + +2012-02-29 KFC + ; PATH: test/baseline/feat-import_py.test + Expenses:Food $20 + Assets:Cash + +2012-02-29 KFC + ; PATH: test/baseline/feat-import_noexist.test + Expenses:Food $20 + Assets:Cash + +test reg +12-Feb-29 KFC Expenses:Food $20 $20 + Assets:Cash $-20 0 +12-Feb-29 KFC Expenses:Food $20 $20 + Assets:Cash $-20 0 +__ERROR__ +Warning: "$sourcepath/test/baseline/dir-import_py.test", line 14: Metadata check failed for (PATH: test/baseline/feat-import_noexist.test): ((os.path).isfile(value)) +end test |