Kaydet (Commit) 8b7c3c0b authored tarafından Jack Jansen's avatar Jack Jansen

For current directory use os.curdir, not ".".

üst 00ce51e3
......@@ -140,8 +140,8 @@ def teardown():
try:
setup()
test_api_1('.', MOFILE)
test_api_2('.', MOFILE)
test_api_1(os.curdir, MOFILE)
test_api_2(os.curdir, MOFILE)
finally:
teardown()
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment