Historique des commits

Auteur SHA1 Message Date
  Aymeric Augustin d66035c4a6 Removed documentation for SMTPConnection, which was removed at r15978. il y a 13 ans
  Claude Paroz 23d3459761 Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review. il y a 13 ans
  Aymeric Augustin eb163f37cb Use the class decorator syntax available in Python >= 2.6. Refs #17965. il y a 13 ans
  Ramiro Morales aba9ebcaee Fixed a couple of typos in testing document. il y a 13 ans
  Ramiro Morales 149e541034 Added a blurb about new SimpleTestCase class to release notes. il y a 13 ans
  Adrian Holovaty 2ade1e916f Edited stuff from [17543] to [17629] il y a 13 ans
  Aymeric Augustin 2ddfcfbec6 Clarified the fact that the signal_changed signal isn't used by Django itself (yet). Refs #17787. il y a 13 ans
  Ramiro Morales 7061da514a Added a diagram of the hierarchy of our TestCase subclasses to the testing docs. il y a 13 ans
  Julien Phalip 41256d2341 Fixed #17652 -- Removed all mentions to Windmill from the docs as that project doesn't integrate well with Django at this time. il y a 13 ans
  Timo Graham 0ccbb5356a Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk for the report. il y a 13 ans
  Adrian Holovaty 6ecadcbdd2 Made a bunch more edits up until [17418] il y a 13 ans
  Carl Meyer 844a24bbb9 Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger. il y a 13 ans
  Carl Meyer a678e9ea65 Fixed #17604 - Added context-manager capability to assertTemplateUsed and assertTemplateNotUsed. Thanks Greg Müllegger. il y a 13 ans
  Adrian Holovaty ffb0519d44 Edited testing.txt changes from [17289] il y a 13 ans
  Adrian Holovaty 32ee74f89e Edited testing.txt changes from [17283] il y a 13 ans
  Julien Phalip 0bf2d33770 Added the ability to specify multiple ports available for the `LiveServerTestCase` WSGI server. This allows multiple processes to run the tests simultaneously and is particularly useful in a continuous integration context. Many thanks to Aymeric Augustin for the suggestions and feedback. il y a 13 ans
  Julien Phalip ec07a30e82 Indicated the exact version that is required to use the "WebDriverWait" example in the testing doc. il y a 13 ans
  Julien Phalip a343a84ce6 Added the `wait_until()` and `wait_loaded_tag()` methods to `AdminSeleniumWebDriverTestCase` to prevent some concurrency issues with in-memory SQLite database access in the admin Selenium tests. Thanks to Florian Apolloner, Anssi Kääriäinen and Aymeric Augustin for their help debugging this problem. il y a 13 ans
  Julien Phalip 2f02a05ffb Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss. il y a 13 ans
  Ramiro Morales 5a48cb5f61 Added note about assertFieldOutput being new in 1.4. il y a 13 ans
  Adrian Holovaty 2494dd25f5 Fixed #17364 -- Fixed typos in topics/testing.txt. Thanks, movielady il y a 13 ans
  Aymeric Augustin 01f70349c9 Fixed #17248 -- Added a missing versionadded directive for TestCase.assertRaisesMessage. il y a 13 ans
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] il y a 13 ans
  Carl Meyer b6ad1afa68 Fixed #17011 - Made override_settings modify a decorated class in-place rather than creating a dynamic subclass, so as to avoid infinite recursion when used with super(). Thanks jsdalton for the report and patch. il y a 13 ans
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. il y a 13 ans
  Malcolm Tredinnick 0686c6b0ee Add the ability to do unordered comparisons in assertQuerysetEqual. il y a 13 ans
  Russell Keith-Magee 2664fa1896 Fixed #15838 -- Promoted assertFieldOutput to a general test utility. Thanks to Ramiro Morales for the patch. il y a 13 ans
  Gabriel Hurley 41b31b4d09 Fixed #16608 -- Clarified the description of the destroy_test_db method and cleaned up various other reST/Sphinx-related bits in the testing docs. Thanks to Stan for the report and Julien for the draft patch. il y a 13 ans
  Ramiro Morales 326949e444 Fixed #14503 -- Unified multiple implementations of test cases assert* methods that verify a given exception is raised by a callable throughout the Django test suite. il y a 13 ans
  Timo Graham bbe63f07c4 Fixed #16528 - Documented test runner returns 1, regardless of the number of test failures; thanks teraom. il y a 13 ans