A test framework for Python that makes mocking and iterating over code with tests a breeze. Current version 2.7.1 (2022). Release cadence is irregular.
pip install testslideVerified import paths — ran on the pinned version, not inferred.
Basic mocking example using TestSlide.
Use the exact dotted string as imported in the module under test.
Define test functions with an extra parameter named `testslide_context` or use the context manager.
Use `mock.to_return(...)` or `mock.to_raise(...)` for expected attributes.
No dependency data recorded yet.