I’ve got the test code from my unittest fixture syntax and flow reference, and I want to try to run one class, say TestSkip from unittest, nosetests, and pytest, to compare the the control flow.
Therefore, I need for each framework:
- The option to make it as quiet as possible (-q for all of them)
- The option to turn off output capture (-s works for both pytest and nose, not needed for unittest)
- The way to call an individual class (this is where they all differ.