For current directory use os.curdir, not ".".
This commit is contained in:
parent
00ce51e38e
commit
8b7c3c0be7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue