Mercurial > hg > plosone_underreview
view tests/run_tests.sh @ 77:bde45ce0eeab branch-tests
plots and figures for results
| author | Maria Panteli <m.x.panteli@gmail.com> |
|---|---|
| date | Fri, 22 Sep 2017 18:02:59 +0100 |
| parents | 230a0cf17de0 |
| children |
line wrap: on
line source
#!/usr/bin/env bash # -*- coding: utf-8 -*- rm -rf tests/__pycache__ rm -rf tests/.cache PYTHONPATH=.:./tests:$PYTHONPATH py.test -v tests --cov=scripts
