Commit Graph

1 Commits

Author SHA1 Message Date
Paweł Marczewski 5c2f33ee49 [Scripts] Create a helper script for running pytest
Running a subset of regression tests, or a single test, is
currently rather annoying, as you cannot simply run 'pytest':
you need to override PYTHONPATH and specify several environment
variables.

Instead, move the whole boilerplate to a wrapper script that
allows running pytest with any command line options. Use it in
Makefiles as well, so that it doesn't go out of sync with CI.
2020-10-12 23:38:32 -07:00