mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
tests and LiveIndexSource improvements: - run local instance of httpbin in separate gevent server for any httpbin.org requests - LiveIndexSource: has overridable get_load_url(), also use 'load_url' for HEAD check, remove unused proxy_url - test update: add HttpBinLiveTests which patches LiveIndexSource.get_load_url() to redirect httpbin requests to local instance - test update: just use httpbin.org/get instead of httpbin.org/anything, unsupported in older version (0.5.0) require for windows support - setup: add 'httpbin==0.5.0' to test requires, remove jinja2 pin to old version