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

More detailed test cases #161

Open
ucapbba opened this issue Jun 16, 2024 · 0 comments
Open

More detailed test cases #161

ucapbba opened this issue Jun 16, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request infrastructure Project infrastructure: dev tools, packaging, etc. question Further information is requested testing Work is related to testing

Comments

@ucapbba
Copy link
Contributor

ucapbba commented Jun 16, 2024

I find the test cases on the GitHub action quite sparse on details when they pass. I would like to see what has passed, and have some logging showing what has run, so I'm confident the full file has run correctly.
An easy improvement would be to call pytest with -v (verbose - shows individual test cases within the file) and -s (show print statements in the test cases) flags, for example.
Perhaps there is a prettier way of doing this, but I think this, with some simple logging (using print or otherwise) added to the test cases, would be a good first step

@ucapbba ucapbba added the question Further information is requested label Jun 16, 2024
@paddyroddy paddyroddy added enhancement New feature or request infrastructure Project infrastructure: dev tools, packaging, etc. labels Oct 7, 2024
Saransh-cpp added a commit that referenced this issue Oct 16, 2024
The coverage went down when branch coverage was turned on. This PR
brings it back to 100% for these two files.

Refs: #161
Co-authored-by: Patrick J. Roddy <[email protected]>
@paddyroddy paddyroddy added the testing Work is related to testing label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request infrastructure Project infrastructure: dev tools, packaging, etc. question Further information is requested testing Work is related to testing
Projects
None yet
Development

No branches or pull requests

4 participants