Skip to content

Commit

Permalink
add example test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahuljagwani committed Jun 2, 2024
1 parent 4deaa4d commit 92b03b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
- name: Run tests
run: |
pip install pytest
poetry run pytest
4 changes: 4 additions & 0 deletions tests/test_example.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# tests/test_example.py

def test_example():
assert True

0 comments on commit 92b03b0

Please sign in to comment.