summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* Run multi-threaded tests for all backends, and run with more threads & iterat...Jordan Cook2021-04-201-26/+0
* Add option to manually cache response objectsJordan Cook2021-04-191-0/+6
* Don't show warnings for 'include_get_headers' and 'ignored_parameters' kwargs...Jordan Cook2021-04-181-5/+5
* Read manually instead of using _body, move decode tests to integration testsshiftinv2021-04-181-21/+1
* Improve raw response reset, update testsshiftinv2021-04-181-17/+17
* Fix handling of decode_content parameter for raw.read(...)shiftinv2021-04-181-5/+8
* Handle errors due to invalid responses in `BaseCache.urls`Jordan Cook2021-04-101-0/+8
* Add remove_old_entries() back to BaseCache as an alias with a DeprecationWarningJordan Cook2021-04-101-1/+7
* Improvements to Sphinx documentation:Jordan Cook2021-04-031-7/+7
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-022-14/+27
* Improve backend initialization:Jordan Cook2021-04-022-18/+21
* Add 'verify' param to cache keyJordan Cook2021-04-011-1/+7
* Use pytest-xdist to parallelize stress testsJordan Cook2021-04-011-2/+1
* Convert test_thread_safety and test_monkey_patch from TestCase classes to pyt...Jordan Cook2021-03-313-116/+119
* Split tests into unit and integration tests and run separately in CI; update ...Jordan Cook2021-03-314-0/+792