Skip to content

Commit

Permalink
Enable debug logging in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Apr 17, 2021
1 parent be19309 commit a18df7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def pytest_configure(config):
terminal = config.pluginmanager.getplugin('terminal')
terminal.TerminalReporter.showfspath = False
log.init() # TODO: determine why the 'relpath' filter wasn't added automatically
log.init(debug=True)


@pytest.fixture(autouse=True)
Expand Down

0 comments on commit a18df7e

Please sign in to comment.