Skip to content

Commit

Permalink
Print sys.path in run-test
Browse files Browse the repository at this point in the history
  • Loading branch information
picsel2 committed Mar 1, 2024
1 parent a9598b6 commit 3a2b2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ if __name__ == "__main__":
# By default, run tests in tests folder
if len(sys.argv) == 1:
sys.argv.append('tests')

print(sys.path)
sys.exit(pytest.main())

0 comments on commit 3a2b2b0

Please sign in to comment.