proxy.py/tests
pasccom 505d316002
Allow to use types when embeding Proxy (#420)
* Remove test for 'HttpWebServerRouteHandler'

This does not exist (as fas as I can see) and it bother the linter (Mypy),
when I tell it `klass` is a `type` instance.

* Pass a list plugin class objects or bytes to proxy when used in embeded mode.

No automated tests for the feature yet.

* Tests for Flags.load_plugins method.

* Ensure plugins are loaded only once.

Also changed module name for plugins passed by type.

Co-authored-by: Abhinav Singh <mailsforabhinav@gmail.com>
2020-08-14 14:28:00 +05:30
..
benchmark Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
common Allow to use types when embeding Proxy (#420) 2020-08-14 14:28:00 +05:30
core Optionally initialize manager in main thread and use the same for EventQueue initialization (#239) 2019-12-20 17:10:35 -08:00
dashboard Test Dashboard backend (#206) 2019-11-30 22:54:20 -08:00
http Allow to use types when embeding Proxy (#420) 2020-08-14 14:28:00 +05:30
integration Integration testing (#243) 2019-12-25 16:39:18 -08:00
plugin Add plugin "FilterByURLRegexPlugin" (#397) 2020-07-13 10:40:34 +05:30
testing Core acceptor pool doc, cleanup and standalone example (#393) 2020-07-07 18:01:49 +05:30
__init__.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_main.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_set_open_file_limit.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00