Skip to content

Commit

Permalink
Fix typo in pytest.ini
Browse files Browse the repository at this point in the history
Slow tests are marked with slowtest marker, not slow.
  • Loading branch information
kblomqvist committed Jan 31, 2021
1 parent e5b1110 commit d3c87e3
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
@@ -1,3 +1,3 @@
[pytest]
markers =
slow: mark test as slow.
slowtest: mark test as slow.

0 comments on commit d3c87e3

Please sign in to comment.