python-testing icon indicating copy to clipboard operation
python-testing copied to clipboard

Python Testing and Continuous Integration

Results 6 python-testing issues
Sort by recently updated
recently updated
newest added

Great to see a workshop in progress on Python testing and CI! I'm curious whether including a short section on how to use tools like pylint and black might fit...

I've expanded the explanations of unit testing and assertion tests, as well as a few other minor tweaks. If you think these are consistent with your vision for these lessons,...

In `04-units`, it would be good to add a test for an empty list - unless it is too advanced to test for catching exceptions?

Is there value in adding material to cover simple test parameterisation? I imagine this could fit in after edge and corner cases, reuse the sinc2d example, and make use of...

Hi @katyhuff @gvwilson this is a replacement for https://github.com/swcarpentry/python-testing/pull/2 targeting this repository; as requested