Return all test-methods of test-classes in python package

Viewed 31

I'm currently working on loadtests for an Odoo application. I have various test classes with some methods inside. I created for these test suite a python package with different python modules inside. It's CLI-based with argparse, if it got executed with the option '--tests' it should return all available tests in a list on the terminal. Does someone know a way for this ?

0 Answers
Related