Skip to content

Commit

Permalink
[tests] Ensure Pytest does not treat TestCase as a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Apr 17, 2024
1 parent a8ca609 commit cc6b863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_detectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def get_absolute_path(relative_path: str) -> str:

@dataclass
class TestCase:
__test__ = False
"""Properties for detector test cases."""
path: str
"""Path to video for test case."""
Expand Down

0 comments on commit cc6b863

Please sign in to comment.