summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham2017-01-201-1/+1
* Refs #23919 -- Removed most of remaining six usageClaude Paroz2017-01-181-1/+1
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-18/+3
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette2017-01-131-5/+1
* Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham2016-12-071-1/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-12/+8
* Replaced use of TestCase.fail() with assertRaises().Tim Graham2016-06-281-21/+6
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-3/+3
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-8/+5
* Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan2016-01-291-40/+26
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-061-5/+6
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-13/+45
* Refs #24324 -- Skipped fixtures_regress tests that fail on Python 2 on a non-...Tim Graham2015-02-181-0/+14
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-16/+17
* Fixed #17946 -- Fixed deserialization of self-referencing M2M fieldsClaude Paroz2014-12-231-0/+10
* Fixed a test to correctly calculate a fixture's relative path.Julien Phalip2014-11-171-1/+1
* Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.Konrad Świat2014-10-311-0/+43
* Allowed test from refs #23612 to be run from a directory other than tests.Tim Graham2014-10-221-1/+7
* Made testing of stdout and stderr more consistent.Loic Bistuer2014-10-221-15/+15
* Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson2014-10-161-23/+22
* Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz2014-10-151-13/+0
* Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor2014-10-091-0/+12
* Fixed #22653 -- Added some database feature flags to tests.Tim Graham2014-06-111-0/+2
* Fixed #22421 -- Regression in fixtures loading.Ramiro Morales2014-05-171-0/+12
* Fixed flake8 error.Tim Graham2014-05-121-6/+4
* Unneeded, Python 3 incompatible code in a75324c6 tests.Ramiro Morales2014-05-111-3/+3
* Fixed #14226 -- Dependency calculation for complex M2M relations.Rainer Koirikivi2014-05-111-1/+124
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-3/+3
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-1/+1
* Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz2013-12-071-7/+10
* Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz2013-11-181-0/+8
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee2013-10-111-2/+3
* Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner2013-08-201-1/+16
* Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen2013-08-201-0/+11
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...Przemek Lewandowski2013-07-291-13/+26
* Avoided transaction.set_autocommit in tests.Aymeric Augustin2013-07-091-16/+9
* Stopped calling loaddata with commit=False.Aymeric Augustin2013-06-301-32/+0
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+6
* Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin2013-06-021-1/+1
* fix warnings imports in fixtures testsSenko Rasic2013-05-191-1/+1
* Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic2013-05-191-1/+2
* Fixed #18990: Loaddata now complains if fixture doesn't existSenko Rasic2013-05-191-7/+8
* Fixed #19998 -- Fixed --ignorenonexistent support for XML based fixtures.Christoph Sieghart2013-03-301-0/+14
* Improved the API of set_autocommit.Aymeric Augustin2013-03-111-2/+2