Skip to content

Commit

Permalink
chore(tests): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizhiy committed May 27, 2024
1 parent 1ec8f7d commit 289a72e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@


def pytest_ignore_collect(path):
if "tests/data/" in str(path):
return True
return False
return "tests/data/" in str(path)

0 comments on commit 289a72e

Please sign in to comment.