Skip to content

Commit

Permalink
os list
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorjboyd committed Jan 31, 2024
1 parent ffac329 commit 81a8a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonFiles/tests/pytestadapter/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def test_pytest_collect(file, expected_const):
"""
path_fs = TEST_DATA_PATH / file
print("PATH: EJFB", path_fs)
os.listdir(TEST_DATA_PATH)
print("os diff list EJFB", os.listdir(TEST_DATA_PATH))
assert path_fs.exists()
actual = runner(
[
Expand Down

0 comments on commit 81a8a69

Please sign in to comment.