8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcce491 commit fdad12dCopy full SHA for fdad12d
tests/utils/__init__.py
@@ -0,0 +1 @@
1
+# Make this a module for test_abs_path.
tests/utils/test_general.py
@@ -47,7 +47,7 @@ def test_abs_path():
47
for frame in frames:
48
assert os.path.abspath(frame["abs_path"]) == frame["abs_path"]
49
50
- assert frame1["filename"] == "tests/test_utils.py"
+ assert frame1["filename"] == "tests/utils/test_general.py"
51
assert frame2["filename"] == "test.py"
52
53
0 commit comments