sbpy icon indicating copy to clipboard operation
sbpy copied to clipboard

Skip slow tests unless --run-slow is specified.

Open mkelley opened this issue 4 years ago • 3 comments

~pytest --run-slow~

~OR~

~python3 setup.py test --args=--run-slow~

Update: use pytest -m 'not slow'

mkelley avatar Mar 13 '21 19:03 mkelley

To do: run test suite on v0.3 release and mark slowest tests as slow.

mkelley avatar Feb 05 '22 18:02 mkelley

Hello @mkelley! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2022-02-07 14:17:14 UTC

pep8speaks avatar Feb 05 '22 18:02 pep8speaks

TBD: switch to pytest-astropy v0.10, and we can use @pytest.mark.slow and --run-slow or -m slow.

mkelley avatar May 26 '22 17:05 mkelley

Closing in favor of #385

mkelley avatar Aug 22 '23 00:08 mkelley