Skip to content

Commit

Permalink
Adding pytest.ini file
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Apr 21, 2024
1 parent 9637330 commit 50368c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test:
- tests/results/*.txt
- tests/results/*.xyz
commands:
- pytest tests/*.py
- pytest

about:
home: https://github.com/ifilot/pyqint
Expand Down
4 changes: 4 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# pytest.ini
[pytest]

testpaths = tests

0 comments on commit 50368c7

Please sign in to comment.