summaryrefslogtreecommitdiff
path: root/tests/servers
AgeCommit message (Expand)Author
2026-03-30Refs #36770 -- Skipped test_in_memory_database_lock().Jacob Walls
2026-03-30Refs #36770 -- Preferred addCleanup() in live server tests.Jacob Walls
2025-10-20Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.YashRaj1506
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-03-11Fixed #36177 -- Added a trailing newline to JSON serializer. (#19232)Tom Carrick
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2023-12-31Fixed #35051 -- Prevented runserver from removing non-zero Content-Length for...Paul Bailey
2023-08-23Fixed ResourceWarning from unclosed SQLite connection on Python 3.13+.Mariusz Felisiak
2023-02-01Refs #33476 -- Applied Black's 2023 stable style.David Smith
2023-01-27Fixed #28054 -- Made runserver not return response body for HEAD requests.Sarah Boyce
2023-01-12Fixed thread termination in servers.tests.LiveServerPort on Python 3.10.9+, 3...Mariusz Felisiak
2022-11-24Fixed #29062 -- Prevented possibility of database lock when using LiveServerT...baldychristophe
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-04-14Relaxed some query ordering assertions in various tests.Mariusz Felisiak
2022-03-08Rewrote some references to "master".Adam Johnson
2022-02-22Removed redundant QuerySet.all() calls in docs and tests.Nick Pope
2022-02-14Refs #25684 -- Removed double newline from request/response output of runserver.rafrafek
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-10-26Fixed #27079 -- Avoided multiple setUpClass()/tearDownClass() calls in LiveSe...Jacob Walls
2021-10-25Fixed typo in tests/servers/tests.py.Jacob Walls
2021-10-18Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.David Smith
2021-04-12Fixed #32416 -- Made ThreadedWSGIServer close connections after each thread.Chris Jerdonek
2021-02-23Fixed #32445 -- Fixed LiveServerThreadTest.test_closes_connections() for non-...Chris Jerdonek
2021-02-12Fixed #32437 -- Fixed cleaning up ALLOWED_HOSTS in LiveServerTestCase on setU...Chris Jerdonek
2021-02-12Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.Chris Jerdonek
2021-02-06Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann
2020-12-15Fixed typo in tests/servers/tests.py.Mariusz Felisiak
2020-12-14Fixed #32240 -- Made runserver suppress ConnectionAbortedError/ConnectionRese...Petter Strandmark
2020-12-14Refs #4444 -- Added tests for handling broken pipe errors in WSGIServer.Petter Strandmark
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2019-11-18Replaced unnecessary str()/bytes() calls with literals.Jon Dufresne
2019-07-10Fixed #30619 -- Made runserver --nothreading use single threaded WSGIServer.atsuo ishimoto
2019-02-14Fixed #30171 -- Fixed DatabaseError in servers tests.Jon Dufresne
2019-02-09Removed default empty content argument from HttpResponse calls.Jon Dufresne
2019-01-28Fixed #30137 -- Replaced OSError aliases with the canonical OSError.Jon Dufresne
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-12-19Fixed #30015 -- Ensured request body is properly consumed for keep-alive conn...Konstantin Alekseev
2018-11-27Made reused RequestFactory instances class attributes.Simon Charette
2018-11-10Fixed keep-alive support in manage.py runserver.Florian Apolloner
2018-05-07Captured logging in tests with self.assertLogs().Claude Paroz
2018-05-07Replaced django.test.utils.patch_logger() with assertLogs().Claude Paroz
2017-10-13Refs #28440 -- Fixed server connection closing test on macOS.Tom
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-09-12Fixed #28440 -- Fixed WSGIServer hang on responses without a Content-Length.Tom
2017-06-05Fixed ResourceWarnings in tests/servers/tests.py.Jon Dufresne
2017-05-30Fixed #28212 -- Allowed customizing the port that LiveServerTestCase uses.Robert Rollins
2017-05-27Fixed #28249 -- Removed unnecessary dict.keys() calls.Jon Dufresne
2017-05-10Decreased max_length for char fields unless absolutely needed. (#8485)Florian Apolloner
2017-02-23Fixed #25619 -- Made runserver serve with HTTP 1.1 protocolClaude Paroz