One more check for invalid cwd setups

pull/265/head
sezanzeb 3 years ago
parent 60960aa095
commit d6de1bbd3d

@ -25,6 +25,7 @@ import sys
# the working directory should be the project root
assert not os.getcwd().endswith("tests")
assert not os.getcwd().endswith("testcases")
# make sure the "tests" module visible
sys.path.append(os.getcwd())

Loading…
Cancel
Save