Skip to content

Commit

Permalink
Merge pull request #7539 from drew2a/feature/increase_logging_pytest
Browse files Browse the repository at this point in the history
Add `--showlocals` attribute to pytest
  • Loading branch information
drew2a authored Jul 11, 2023
2 parents b8840f4 + 5fd4482 commit 018cd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vars/pytest.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PYTEST_ARGUMENTS='--randomly-seed=1 --disable-warnings --reruns 1 --reruns-delay 1 --verbose --durations=3'
PYTEST_ARGUMENTS='--randomly-seed=1 --disable-warnings --reruns 1 --reruns-delay 1 --verbose --durations=3 --showlocals'

PYTEST_CORE_ARGUMENTS='./src/tribler/core ${PYTEST_ARGUMENTS}'
PYTEST_CORE_ARGUMENTS_WIN='${PYTEST_CORE_ARGUMENTS}'
Expand Down

0 comments on commit 018cd5f

Please sign in to comment.