File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1717# Tests #
1818# ########
1919
20- create-dirs :
21- mkdir -p test-reports/junit
20+ # Quick tests, also not using OOMMF tests
21+ test :
22+ cd tests && py.test -v -m " not slow and not run_oommf"
2223
2324test-all : create-dirs
2425 py.test -v --junitxml=$(PROJECT_DIR ) /test-reports/junit/test-pytest.xml
3637test-quick :
3738 $(error This target 'test-quick' has been removed, please update the code calling this)
3839
39- # Quick tests, also not using OOMMF tests
40- test :
41- cd tests && py.test -v -m " not slow and not run_oommf"
42-
4340
4441test-ipynb : create-dirs
4542 cd doc/ipynb && py.test . -v --ipynb --sanitize-with sanitize_file --junitxml=$(PROJECT_DIR ) /test-reports/junit/test-ipynb-pytest.xml
4643
44+ create-dirs :
45+ mkdir -p test-reports/junit
46+
47+
4748# ################
4849# Documentation #
4950# ################
You can’t perform that action at this time.
0 commit comments