Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark slow tests #385

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

mkelley
Copy link
Member

@mkelley mkelley commented Aug 22, 2023

Mark the slowest tests as "slow" and only run them on CI once. Also enable parallel execution on the testing environment that runs alldeps and the slow tests.

This PR requires pytest-astropy>=0.10, which supports the use of pytest.mark.slow.

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #385 (416ec92) into main (36285d0) will decrease coverage by 1.60%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #385      +/-   ##
==========================================
- Coverage   76.84%   75.24%   -1.60%     
==========================================
  Files          78       78              
  Lines        6974     6981       +7     
==========================================
- Hits         5359     5253     -106     
- Misses       1615     1728     +113     
Files Changed Coverage Δ
sbpy/activity/gas/tests/test_core.py 69.76% <100.00%> (-30.24%) ⬇️

... and 1 file with indirect coverage changes

@mkelley mkelley added the tests label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant