summaryrefslogtreecommitdiff
path: root/tests/requests/__init__.py
AgeCommit message (Collapse)Author
2023-01-07Renamed 'requests' test package.Tim Graham
This avoids a collision when third-party database backends depend on the Requests HTTP library.
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner