proxy.py/tests/http
Abhinav Singh db8da4f398
Fix `--enable-dashboard` flags (#707)
* Expose within __all__

* Enable `--numprocesses=auto` for `pytest.ini`

* make lib-lint

* Also consider `--plugins` flag when bootstrapping plugins

* Add `from .dashboard import ProxyDashboard` in top-level `__init__.py` to make `ProxyDashboard` flags auto discoverable

* Move `--enable-dashboard` to top-level

* Move logging utility within `Logger` class

* Consider comma separated --plugin and --plugins during discover_plugins

* Refactor plugin related utilities in Plugins module

* mypy and lint

* Fix unused import

* Safe to use tempdir on Github actions to avoid race conditions???

* pki (generically disk based file) based tests are flaky on macOS under parallel execution
2021-11-08 21:42:43 +05:30
..
exceptions Rename `Proxy.initialize` as `FlagParser.initialize` (#696) 2021-11-07 23:02:34 +05:30
__init__.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_chunk_parser.py Enable the `add-trailing-comma` pre-commit fixer (#661) 2021-11-04 16:58:36 +05:30
test_http_parser.py Response bodies can be empty or missing + HttpParser refactoring (#688) 2021-11-06 22:07:11 +05:30
test_http_proxy.py Rename `Proxy.initialize` as `FlagParser.initialize` (#696) 2021-11-07 23:02:34 +05:30
test_http_proxy_tls_interception.py Rename `Proxy.initialize` as `FlagParser.initialize` (#696) 2021-11-07 23:02:34 +05:30
test_protocol_handler.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
test_web_server.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
test_websocket_client.py Enable the `add-trailing-comma` pre-commit fixer (#661) 2021-11-04 16:58:36 +05:30
test_websocket_frame.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00