Skip to content

Commit

Permalink
build: print log messages during test run
Browse files Browse the repository at this point in the history
Print log message only if the test fails.
  • Loading branch information
igobranco committed Oct 2, 2024
1 parent 7ca74f0 commit 4def6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
DJANGO_SETTINGS_MODULE = nau_openedx_extensions.settings.test

[pytest]
log_cli = 1
; log_cli = 1
log_cli_level = INFO

0 comments on commit 4def6a7

Please sign in to comment.