Yelp / fuzz-lightyear

A pytest-inspired, DAST framework, capable of identifying vulnerabilities in a distributed, micro-service ecosystem through chaos engineering testing and stateful, Swagger fuzzing.
Other
205 stars 25 forks source link

Pass positional arguments to pytest #60

Closed nikitastupin closed 3 years ago

nikitastupin commented 3 years ago

Sometimes it's not necessary to run all tests. This change allows to pass arguments to pytest (e.g. tox -- tests/integration/result_test.py) meanwhile keeps running all tests by default.