Skip to content

Commit

Permalink
Pull request pnnl#158: Update tests
Browse files Browse the repository at this point in the history
Merge in HYP/hypernetx from update-tests to develop

* commit '6fff6362e62ee02e492141d767acb1e2377b0fa1':
  Add test-core target
  Update tests
  Remove old notebooks
  Move tests to root-level
  • Loading branch information
bonicim committed Apr 16, 2024
2 parents 3a89c2c + 6fff636 commit f4c98ca
Show file tree
Hide file tree
Showing 22 changed files with 758 additions and 2,078 deletions.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ requirements.txt:
## Tests
.PHONY: test
test:
coverage run --source=hypernetx -m pytest
coverage run --source=hypernetx -m pytest tests
coverage report -m

.PHONY: test-core
test-core:
coverage run --source=hypernetx/classes -m pytest tests/classes --verbose
coverage report -m


## Tests using Tox
## Includes linting, running tests on jupyter notebooks
.PHONY: test-tox
Expand Down
226 changes: 0 additions & 226 deletions hypernetx/classes/incidence_store_testing.ipynb

This file was deleted.

Loading

0 comments on commit f4c98ca

Please sign in to comment.