Skip to content

Commit

Permalink
Adding pytest.ini to test folder for automatic detection
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMeisrimelModelon committed Feb 13, 2024
1 parent faa0a5d commit 6de1596
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
run: |
rm src/pyfmi/__init__.py
cp -rv src/pyfmi/tests/files tests
pytest --verbose --config-file=pytest.ini tests/
pytest --verbose tests/
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,8 @@ def check_extensions():
'version.txt',
'LICENSE',
'CHANGELOG',
'util/*'] + extra_package_data},
'util/*'] + extra_package_data,
'pyfmi.tests': ['pytest.ini']},
script_args=copy_args
)

Expand Down
File renamed without changes.

0 comments on commit 6de1596

Please sign in to comment.