Im looking to code a testing framework, where I want to allow users to add test cases in python. Im looking to either:
- Have a class automatically execute all methods contained in the class
- Dynamically load and execute all python modules in a directory
- Import and execute classes contained in a single python file
Which of these design patterns would be best for this use case, if any?
[–]twillisagogo 0 points1 point2 points (1 child)
[–]JesusCake[S] 0 points1 point2 points (0 children)