Histórico de commits

Autor SHA1 Mensagem Data
  Andreas Pelme e76981b433 Fixed #26840 -- Added test.utils.setup/teardown_databases(). 8 anos atrás
  Tim Graham c9ae09addf Replaced use of TestCase.fail() with assertRaises(). 8 anos atrás
  Tim Graham 92053acbb9 Fixed E128 flake8 warnings in tests/. 9 anos atrás
  Hasan 3d0dcd7f5a Refs #26022 -- Used context manager version of assertRaises in tests. 9 anos atrás
  Tim Graham 5b94b17fef Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by default. 9 anos atrás
  Tim Graham 8d1a001ef6 Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and StringOrigin. 9 anos atrás
  Tim Graham 48e7787db5 Removed RemovedInDjango110Warning. 9 anos atrás
  Aymeric Augustin 0586c061f0 Cloned databases for running tests in parallel. 10 anos atrás
  Aymeric Augustin c4bdf52005 Moved an import to the toplevel. 9 anos atrás
  Tim Graham aaacaeb096 Renamed RemovedInDjangoXYWarnings for new roadmap. 9 anos atrás
  Claude Paroz 67c063e6d5 Mocked db.connections in test_runner tests 10 anos atrás
  Andrei Kulakov e2bfcab065 Fixed #24394 -- Allowed running tests with empty default dictionary. 10 anos atrás
  Tim Graham 307c0f299a Refs #24324 -- Fixed Python 2 test failures when path to Django source contains non-ASCII characters. 10 anos atrás
  Aymeric Augustin 1b8af4cfa0 Disallowed importing concrete models without an application. 10 anos atrás
  Tim Graham 0ed7d15563 Sorted imports with isort; refs #23860. 10 anos atrás
  Tim Graham 82e4f956e3 Fixed #23289 -- Added mock as a test dependency. 10 anos atrás
  wrwrwr 31f85bae1e Changed test_runner imports to name objects imported from test.runner. 10 anos atrás
  Berker Peksag f7969b0920 Fixed #23620 -- Used more specific assertions in the Django test suite. 10 anos atrás
  Claude Paroz 45db842c9b Fixed #23652 -- Restored database name after destroying test database 10 anos atrás
  Claude Paroz bbc3505ef8 Removed unneeded override_system_checks 10 anos atrás
  Tim Graham a4f23eba2e Fixed #23421 -- Corrected TEST SERIALIZE setting. 10 anos atrás
  Claude Paroz 4b4524291a Converted test management command to argparse 10 anos atrás
  Andrew Godwin 7018bcfb71 Fix broken alias testing test 10 anos atrás
  Greg Chapple 72f055e535 Fixed #20550 -- Added keepdb argument to destroy_test_db 10 anos atrás
  Greg Chapple b7aa7c4ab4 Fixed #20550 -- Added ability to preserve test db between runs 11 anos atrás
  Tim Graham bf5430a20b Removed django.test.simple and django.test._doctest per deprecation timeline. 11 anos atrás
  Claude Paroz c564277937 Fixed #22237 -- Removed some warnings in the test suite 11 anos atrás
  Claude Paroz 0c6a339952 Avoided changing raw DeprecationWarning filter behavior 11 anos atrás
  Rodolfo Carvalho 0d91225892 Fixed many typos in comments and docstrings. 11 anos atrás
  Russell Keith-Magee d818e0c9b2 Fixed #16905 -- Added extensible checks (nee validation) framework 11 anos atrás