提交歷史

作者 SHA1 備註 提交日期
  Baptiste Mispelon 41e6b2a3c5 Fixed #32556 -- Fixed handling empty string as non-boolean attributes value by assertHTMLEqual(). 4 年之前
  Hasan Ramezani 9bf5e9418f Fixed #32556 -- Fixed assertHTMLEqual() to handle empty string as boolean attributes value. 4 年之前
  François Freitag 7ca7f4495b Refs #21429 -- Added SimpleTestCase.assertNoLogs() on Python < 3.10. 4 年之前
  Jacob Walls 64a0d1ef6e Fixed typo in assertQuerysetEqual() exception message. 4 年之前
  Nick Pope 0e4e35722a Fixed #32469 -- Made assertQuerysetEqual() respect maxDiff when ordered=False. 4 年之前
  Hasan Ramezani 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 4 年之前
  Jacob Walls e26a7a8ef4 Fixed #27906 -- Fixed test tools counting of HTML matches for subsets of elements. 4 年之前
  François Freitag 57dadfac3c Fixed #31944 -- Used addCleanup() to register TestContextDecorator cleanups. 4 年之前
  Adam Johnson e906ff6fca Fixed #30457 -- Added TestCase.captureOnCommitCallbacks(). 4 年之前
  Jon Dufresne 505fec6bad Capitalized Unicode in docs, strings, and comments. 5 年之前
  yura 54b7af7eb4 Fixed #31250 -- Ignored processing instructions in assertXMLEqual()/assertXMLNotEqual(). 5 年之前
  Hasan Ramezani fc4f45ebdc Used assertRaisesMessage() in various tests. 5 年之前
  Jon Dufresne 3259983f56 Fixed #31233 -- Closed database connections and cursors after use. 5 年之前
  Caio Ariede 753b67c58d Fixed #30497 -- Ignored document type in assertXMLEqual()/assertXMLNotEqual(). 5 年之前
  Jon Dufresne 7c3732a1b4 Fixed #30470 -- Added assertHTMLEqual() support for all self closing tags. 5 年之前
  Jon Dufresne b7a33ee4f0 Fixed #30468 -- Fixed assertHTMLEqual() to handle all ASCII whitespace in a class attribute. 5 年之前
  Jon Dufresne de6d3afb97 Refs #27804 -- Used subTest() in HTMLEqualTests.test_self_closing_tags. 5 年之前
  Jon Dufresne 48235ba807 Refs #30399 -- Made assertHTMLEqual normalize character and entity references. 5 年之前
  Jon Dufresne 5627057f63 Refs #26022 -- Used context manager version of assertRaisesMessage in tests. 6 年之前
  Himanshu Lakhara 22aab8662f Fixed #30004 -- Changed default FILE_UPLOAD_PERMISSION to 0o644. 6 年之前
  Jon Dufresne d15c61cabb Fixed #30121 -- Fixed assertURLEqual() crash with reverse_lazy() URLs. 6 年之前
  Simon Charette b181aba7dd Refs #28478 -- Prevented database feature based skipping on tests disallowing queries. 6 年之前
  Simon Charette f5b635086a Refs #28478 -- Prevented connection attempts against disallowed databases in tests. 6 年之前
  Simon Charette 8c775391b7 Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in favor of databases. 6 年之前
  Tim Graham 043bd70942 Updated test URL patterns to use path() and re_path(). 6 年之前
  Simon Charette 84e7a9f4a7 Switched setUp() to setUpTestData() where possible in Django's tests. 6 年之前
  Tim Graham f892781b95 Fixed #28606 -- Deprecated CachedStaticFilesStorage. 6 年之前
  Kamil 3d4080f19c Fixed #29024 -- Made TestContextDecorator call disable() if setUp() raises an exception. 6 年之前
  Jan Pieter Waagmeester 24959e48d9 Fixed #27398 -- Added an assertion to compare URLs, ignoring the order of their query strings. 7 年之前
  Morgan Aubert 704443acac Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage(). 7 年之前