|
1 | | -[](https://opensource.org/licenses/BSD-3-Clause) |
| 1 | +[](https://opensource.org/licenses/BSD-3-Clause) |
2 | 2 | [](https://github.com/python-hydro/pyro2/actions/workflows/pylint.yml) |
3 | 3 | [](https://github.com/python-hydro/pyro2/actions/workflows/flake8.yml) |
4 | 4 | [](https://github.com/python-hydro/pyro2/actions/workflows/pytest.yml) |
5 | 5 |
|
6 | | -[](https://pyro2.readthedocs.io/en/latest/?badge=latest) |
| 6 | +[](https://pyro2.readthedocs.io/en/latest/?badge=latest) |
7 | 7 |
|
8 | | -[](https://mybinder.org/v2/gh/python-hydro/pyro2/main?filepath=examples%2Fexamples.ipynb) |
| 8 | +[](https://mybinder.org/v2/gh/python-hydro/pyro2/main?filepath=examples%2Fexamples.ipynb) |
9 | 9 |
|
10 | | -[](http://joss.theoj.org/papers/6d8b2f94e6d08a7b5d65e98a948dcad7) |
| 10 | +[](http://joss.theoj.org/papers/6d8b2f94e6d08a7b5d65e98a948dcad7) |
11 | 11 | [](https://zenodo.org/badge/latestdoi/20570861) |
12 | 12 |
|
13 | 13 |
|
@@ -246,15 +246,14 @@ with their data. |
246 | 246 |
|
247 | 247 | The `test.py` script will run several of the problems (as well as some |
248 | 248 | stand-alone multigrid tests) and compare the solution to stored |
249 | | - benchmarks (in each solver's `tests/` subdirectory). |
| 249 | + benchmarks (in each solver's `tests/` subdirectory). The return value |
| 250 | + of the script is the number of tests that failed. |
250 | 251 |
|
251 | | - It will also invoke the python `pytest` module to run the unit tests |
252 | | - for the different modules in pyro. |
253 | | - |
254 | | - Tests are run nightly and reported here: |
255 | | - |
256 | | - http://bender.astro.sunysb.edu/hydro_by_example/download/_stage/pyro2/tests.out |
| 252 | + Unit tests are controlled by pytest and can be run simply via |
257 | 253 |
|
| 254 | + ``` |
| 255 | + pytest . |
| 256 | + ``` |
258 | 257 |
|
259 | 258 | ## Acknowledgements |
260 | 259 |
|
|
0 commit comments