securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
13 stars 3 forks source link

Migrate from stestr to pytests #464

Closed ericwb closed 3 months ago

ericwb commented 3 months ago

This large commit switches over the test framework from stestr to the more common and popular pytest. We're able to drop a test dependency of parameterized because pytest provides the same function.

This will enable us to do performance benchmark testing later using pytest.