-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with pytest that was unexpectedly skipping some tests
Because of a bug with pytest, I can't simply mark TestListCommandView with @pytest.mark.skip. I had to made it inherit from object instad of ReadOnlyAPITests, and to manually skip the extra tests inside the class. See https://docs.pytest.org/en/latest/skipping.html#skip-all-test-functions-of-a-class-or-module and pytest-dev/pytest#568 for more information
- Loading branch information
1 parent
ac7d1cc
commit a96a59c
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters