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

Need more pytests #49

Open
MDKempe opened this issue Jan 24, 2024 · 2 comments
Open

Need more pytests #49

MDKempe opened this issue Jan 24, 2024 · 2 comments
Assignees

Comments

@MDKempe
Copy link
Collaborator

MDKempe commented Jan 24, 2024

We need to incoporate more pytests into the document. All major methods must have a pytest. To start, we should go through and make a list of the inadequacies.

@tobin-ford
Copy link
Collaborator

In the tests directory run the following commands to generate a coverage report. Navigate to the new file ./htmlcov/index.html for a detailed coverage report.

$ coverage run -m pytest
$ coverage report
$ coverage html

@martin-springer
Copy link
Collaborator

coverage reports are now automated. currently deployed in the development branch waiting to be pushed to main. You can find them in the readme in the top table under 'Build status' and click on codecov.

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

No branches or pull requests

3 participants