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

Error when importing fixtures #26

Closed KevinHock closed 4 years ago

KevinHock commented 4 years ago

https://github.com/Yelp/fuzz-lightyear/blob/19c3c57d0d5a005bee52d362f552e9fdaba26767/fuzz_lightyear/discovery.py#L29

doesn't do what we thought it did, e.g. the module name endswith p or y, you'll strip that too.

https://developmentality.wordpress.com/2018/03/12/rstripping-simon-pegg-dont-use-rstrip-for-file-extension-removal/

domanchi commented 4 years ago

Yay! This is done.