summaryrefslogtreecommitdiff
path: root/test/baseline/dir-python_py.test
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-03-02 01:36:58 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-03-02 01:36:58 -0600
commitddba59b703fcfeb546627ee7e44a25fab49c0c12 (patch)
treecd7e6467fc1a9c926995a043f5aee7eafecc45d0 /test/baseline/dir-python_py.test
parent116cbd050b5f731b711529a053f73bb1ec275620 (diff)
downloadfork-ledger-ddba59b703fcfeb546627ee7e44a25fab49c0c12.tar.gz
fork-ledger-ddba59b703fcfeb546627ee7e44a25fab49c0c12.tar.bz2
fork-ledger-ddba59b703fcfeb546627ee7e44a25fab49c0c12.zip
This now works: ledger --import os eval 'os.path.isdir("/tmp")'
Diffstat (limited to 'test/baseline/dir-python_py.test')
-rw-r--r--test/baseline/dir-python_py.test8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/baseline/dir-python_py.test b/test/baseline/dir-python_py.test
index e4681075..99ff4b1b 100644
--- a/test/baseline/dir-python_py.test
+++ b/test/baseline/dir-python_py.test
@@ -1,10 +1,11 @@
python
import os
- def check_path(path_value):
- return os.path.isfile(path_value)
+ def check_path(path):
+ return os.path.isfile(path)
tag PATH
check check_path(value)
+ check os.path.isfile(value)
2012-02-29 KFC
; PATH: test/baseline/feat-import_py.test
@@ -22,5 +23,6 @@ test reg
12-Feb-29 KFC Expenses:Food $20 $20
Assets:Cash $-20 0
__ERROR__
-Warning: "$sourcepath/test/baseline/dir-python_py.test", line 17: Metadata check failed for (PATH: test/baseline/feat-import_noexist.test): check_path(value)
+Warning: "$sourcepath/test/baseline/dir-python_py.test", line 18: Metadata check failed for (PATH: test/baseline/feat-import_noexist.test): check_path(value)
+Warning: "$sourcepath/test/baseline/dir-python_py.test", line 18: Metadata check failed for (PATH: test/baseline/feat-import_noexist.test): ((os.path).isfile(value))
end test