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

Streamline CI tests #135

Open
chrispyles opened this issue Oct 15, 2020 · 4 comments
Open

Streamline CI tests #135

chrispyles opened this issue Oct 15, 2020 · 4 comments
Labels
tech debt Refactors to eliminate tech debt

Comments

@chrispyles
Copy link
Member

Streamline tests, reduce # files necessary, etc. so that CI doesn't take so long to run and to reduce the size of the repo.

@stale
Copy link

stale bot commented Jan 13, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Jan 13, 2021
@stale stale bot removed the wontfix This will not be worked on label Jan 13, 2021
@chrispyles
Copy link
Member Author

This would also be a good opportunity to convert the testing framework from unittest to pytest.

@chrispyles
Copy link
Member Author

#467 converts the test framework to pytest for the beta version of v4 but results in a decrease in test coverage by ~13%. More tests need to be added.

@chrispyles chrispyles added this to the v4.0.0.b0 milestone Jan 4, 2022
@chrispyles chrispyles linked a pull request Feb 6, 2022 that will close this issue
@chrispyles chrispyles removed a link to a pull request Feb 6, 2022
@chrispyles chrispyles mentioned this issue Feb 6, 2022
@chrispyles chrispyles added the tech debt Refactors to eliminate tech debt label Feb 6, 2022
@chrispyles chrispyles removed this from the v4.0.0.b0 milestone May 24, 2022
@chrispyles chrispyles removed the pinned label May 24, 2022
@chrispyles
Copy link
Member Author

#833 splits the tests into two workflows, one that runs on pushes/PRs and which does not use and tests requiring docker and another that on a weekly schedule and runs the docker tests on the master and beta branches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech debt Refactors to eliminate tech debt
Projects
None yet
Development

No branches or pull requests

1 participant