Skip to content

Commit

Permalink
tests: Move tests out of package directory structure (#54)
Browse files Browse the repository at this point in the history
* Move the tests out of the energyflow package directory structure and to
  the top level 'tests/' directory, which is more standard.
* Update tests path in CI.
* Remove Untitled.ipynb from tests.
  • Loading branch information
matthewfeickert authored Aug 9, 2024
1 parent e16109e commit b7c386d
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-energyflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
python -m pip install '.[tests]'
- name: Run tests
run: pytest --verbose energyflow/tests/
run: pytest --verbose tests/
6 changes: 0 additions & 6 deletions energyflow/tests/Untitled.ipynb

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b7c386d

Please sign in to comment.