In-depth guide to plugin testing#
This is the frontpage for the tutorial developed from the January 2022 workshop on testing. This tutorial will be more meaningful to you if you are familiar with the Python programming language and napari software. These lessons summarize the information in the video and should stand on their own. The lessons are listed here with the timings on the video next to each:
1: Python’s assert keyword - starts at minute 5:23.
2: Pytest testing framework - starts at minute 9:21.
3: Readers and fixtures - starts at minute 15:42.
4: Test coverage - starts at minute 28:26.
Resource links: Testing resources