Skip to content

Commit

Permalink
[Tests] Add pytest markers to tox.ini
Browse files Browse the repository at this point in the history
Remove pytest warnings due to unknown markers
  • Loading branch information
bendikro authored and cas-- committed Apr 23, 2020
1 parent c1110e4 commit 672e3c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ minversion=3.0
# Hide logged warnings and errors in test output.
log_cli_level = CRITICAL
addopts = -p no:warnings --basetemp=_pytest_temp
markers =
todo: Tests that are yet to be written
gtkui: Tests for GTK code
security: Security related tests
slow: Tests that are particularly slow
internet: Tests that require internet connectivity

# =================
# Base dependencies
Expand Down

0 comments on commit 672e3c4

Please sign in to comment.