mozilla / frost

Unit testing framework for test driven security of AWS, GCP, Heroku and more.
https://mozilla.github.io/frost/
Mozilla Public License 2.0
104 stars 24 forks source link

Alternate fix for GH-311 (ignore all tests) #393

Closed hwine closed 3 years ago

hwine commented 3 years ago

This reduces the scope of ignoring *.py files during test collection to runs via frost. When pytest is directly invoked, all normal pytest test selection methods are available.

aka "don't confuse pytest muscle memory" :D