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

Pytest support #356

Merged
merged 1 commit into from
Apr 7, 2021
Merged

Pytest support #356

merged 1 commit into from
Apr 7, 2021

Conversation

crcrewso
Copy link
Contributor

@crcrewso crcrewso commented Mar 31, 2021

Adds support for pytest, allowing for parallel running of unit tests without breaking unittest compatibility.
For context see issue #349

Due to current test indexing structure, using pytest can only be run after first run of unittest. This is unavoidable

@coveralls
Copy link

coveralls commented Apr 1, 2021

Coverage Status

Coverage increased (+0.02%) to 80.915% when pulling 94d92e3 on crcrewso:pytestSupport into 01c81af on jrkerns:master.

@jrkerns
Copy link
Owner

jrkerns commented Apr 6, 2021

Could you make a new file requirements-dev.txt and copy the current requirements file and put the pytest dependency there. Normal users shouldn't need the pytest module, but will be needed on the dev end.

@crcrewso
Copy link
Contributor Author

crcrewso commented Apr 6, 2021

Could you make a new file requirements-dev.txt and copy the current requirements file and put the pytest dependency there. Normal users shouldn't need the pytest module, but will be needed on the dev end.

Done, and I've squashed the commits

@jrkerns
Copy link
Owner

jrkerns commented Apr 7, 2021

👍

@jrkerns jrkerns merged commit 0c762a4 into jrkerns:master Apr 7, 2021
@crcrewso crcrewso deleted the pytestSupport branch April 19, 2021 18:02
jrkerns added a commit that referenced this pull request Mar 28, 2024
Refactor WL; create base image; find N bbs, N fields

Approved-by: Randy Taylor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants