proxy.py/tests
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
..
benchmark Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
common Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
core Rename `Proxy.initialize` as `FlagParser.initialize` (#696) 2021-11-07 23:02:34 +05:30
dashboard Test Dashboard backend (#206) 2019-11-30 22:54:20 -08:00
http Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
integration Correct spelling mistakes caught by `codespell` (#656) 2021-11-03 17:33:05 +05:30
plugin Rename `Proxy.initialize` as `FlagParser.initialize` (#696) 2021-11-07 23:02:34 +05:30
testing Fix python 3.10 @ ubuntu pytest ignore (#685) 2021-11-06 17:25:32 +05:30
__init__.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_circular_imports.py Fix python 3.10 @ ubuntu pytest ignore (#685) 2021-11-06 17:25:32 +05:30
test_main.py Fix `--enable-dashboard` flags (#707) 2021-11-08 21:42:43 +05:30
test_set_open_file_limit.py Rename `Proxy.initialize` as `FlagParser.initialize` (#696) 2021-11-07 23:02:34 +05:30