Skip to content

Commit

Permalink
pytest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
majidaldo committed Dec 24, 2024
1 parent 26e4513 commit a53a104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# doc
!*.md
# config
!*.ini
!*.toml
!*.yaml
!*.yml
Expand Down
3 changes: 3 additions & 0 deletions test/pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[pytest]
testpaths =
"test.py"

0 comments on commit a53a104

Please sign in to comment.