summaryrefslogtreecommitdiff
path: root/tests/conftest.py
Commit message (Expand)AuthorAgeFilesLines
* Define __all__ for a couple more modules for star importsJordan Cook2021-09-201-4/+3
* Use pytest tmpdir fixture + UUID instead of NamedTemporaryFileJordan Cook2021-08-191-29/+19
* Increase integration test timeout for DynamoDB, since it has a longer startup...Jordan Cook2021-08-141-9/+12
* Add unit tests for new header supportJordan Cook2021-08-141-1/+4
* Add more test coverage for cache_control and cache_keys modulesJordan Cook2021-08-121-2/+2
* Apply whitespace/EOF fixes and isort updatesJordan Cook2021-08-081-1/+1
* Some serialization fixes & updates:Jordan Cook2021-07-031-3/+0
* Add automated tests for cache behavior after version upgradesJordan Cook2021-06-201-0/+5
* For Windows compatibility, use multiprocessing timeouts instead of process si...Jordan Cook2021-06-031-5/+1
* escape error caused by lack of Windows compatibility in timeout_decoratorParker Hancock2021-05-281-0/+4
* Add support for using request and response cache headers to set cache expirationJordan Cook2021-05-071-2/+12
* Make sure all tests with SQLite dbs clean up after themselvesJordan Cook2021-04-291-0/+7
* Add raise_for_status optionJordan Cook2021-04-231-0/+6
* 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