A pytest-inspired, DAST framework, capable of identifying vulnerabilities in a distributed, micro-service ecosystem through chaos engineering testing and stateful, Swagger fuzzing.
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.
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.