proxy.py/tests/core
Abhinav Singh 0744cd8e7f
Go flagless to allow custom user defined flags. (#452)
* Go flagless to allow custom user defined flags. Fixes #301

* Add --cache-dir flag for cache plugin (when used with on-disk store)

* Enable discovery of flags from external plugins, example those that reside outside of proxy.py package and loaded on demand.  This also allows external flags to surface in --help section

* Define --filtered-client-ips flag for FilterByClientIpPlugin
2020-10-14 10:51:56 +05:30
..
__init__.py Initialize Menubar (#188) 2019-11-22 15:18:01 -08:00
test_acceptor.py Go flagless to allow custom user defined flags. (#452) 2020-10-14 10:51:56 +05:30
test_acceptor_pool.py Go flagless to allow custom user defined flags. (#452) 2020-10-14 10:51:56 +05:30
test_connection.py Response parser now reaches COMPLETE even when no body is expected (#220) 2019-12-02 19:18:43 -08:00
test_event_dispatcher.py Optionally initialize manager in main thread and use the same for EventQueue initialization (#239) 2019-12-20 17:10:35 -08:00
test_event_queue.py Optionally initialize manager in main thread and use the same for EventQueue initialization (#239) 2019-12-20 17:10:35 -08:00
test_event_subscriber.py Optionally initialize manager in main thread and use the same for EventQueue initialization (#239) 2019-12-20 17:10:35 -08:00