Skip to content

Commit

Permalink
chore: add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Feb 24, 2025
1 parent a9d0310 commit 7cd5306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
from pathlib import Path

TESTS_DIR = Path(__file__).parent


def test_nothing():
pass

0 comments on commit 7cd5306

Please sign in to comment.