Testing Code

The benefits of testing your code are multifaceted, from communicating requirements to easing refactoring efforts. The SDK comes packaged with a Python unit testing package called pytest, which is full of useful features and patterns for testing your extensions. To accomplish tasks beyond the provided examples, we recommend checking out the pytest documentation. Run your tests at the command line: q2 test.