mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 03:07:18 +00:00
The previous version of that script made a repetitive use of the pytest builtin fixture, with always the same arguments. This is a small refactoring and cleanup, mainly adding the 'function' scope to ensure proper cleaning and using the @pytest.fixture decorator where I could. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_examples.py | ||
| test_har_dump.py | ||
| test_xss_scanner.py | ||