Skip to content

Commit

Permalink
moved tests to main folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Jan 24, 2020
1 parent 0918c54 commit 2684956
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.PHONY: test
test:
pytest --cov-report term-missing --cov=eagerpy --verbose --ignore=eagerpy/tests/test_main.py
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose eagerpy/tests/test_main.py --backend numpy
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose eagerpy/tests/test_main.py --backend pytorch
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose eagerpy/tests/test_main.py --backend pytorch-gpu
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose eagerpy/tests/test_main.py --backend jax
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose eagerpy/tests/test_main.py --backend tensorflow
pytest --cov-report term-missing --cov=eagerpy --verbose
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose tests/test_main.py --backend numpy
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose tests/test_main.py --backend pytorch
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose tests/test_main.py --backend jax
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose tests/test_main.py --backend tensorflow
pytest --cov-report term-missing --cov=eagerpy --cov-append --verbose tests/test_main.py --backend pytorch-gpu

.PHONY: black
black:
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[tool:pytest]
addopts = --verbose
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2684956

Please sign in to comment.