summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Combine test_cache.py with BaseCacheTest to run these tests for all backendsJordan Cook2021-04-221-0/+17
* Reorganize backend integration tests and add some more thorough testsJordan Cook2021-04-221-2/+10
* Run multi-threaded tests for all backends, and run with more threads & iterat...Jordan Cook2021-04-201-5/+16
* Use pytest-order to order tests; remove ipdb recommendationJordan Cook2021-04-191-2/+1
* Add some more info about testingJordan Cook2021-04-181-6/+10
* Update all backend-specific integration tests to fail quickly if not set up, ...Jordan Cook2021-04-121-0/+22
* Add option to use pytest-httpbin instead of httpbin containerJordan Cook2021-04-121-3/+29
* Split 'core' module into 'session' and 'patcher' modules; keep placeholder 'c...Jordan Cook2021-04-021-1/+1
* Improve backend initialization:Jordan Cook2021-04-021-1/+1
* Add tests against httpbin container for all supported methods and response fo...Jordan Cook2021-03-311-1/+16
* Convert test_thread_safety and test_monkey_patch from TestCase classes to pyt...Jordan Cook2021-03-311-0/+17
* Split tests into unit and integration tests and run separately in CI; update ...Jordan Cook2021-03-311-1/+0
* Add mocking for requests with redirect historyJordan Cook2021-03-311-2/+24
* Also remove invalid responses when running remove_expired_responses()Jordan Cook2021-03-301-0/+1
* Add and rewrite unit tests for CachedSession and CachedResponse using request...Jordan Cook2021-03-221-0/+73