summaryrefslogtreecommitdiff
path: root/tests/fixtures_regress/tests.py
AgeCommit message (Expand)Author
2018-09-26Fixed loaddata error message when uncompressed fixture has a dot in its name.Sergey Fedoseev
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-20Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham
2017-01-18Refs #23919 -- Removed most of remaining six usageClaude Paroz
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-13Made contenttypes and auth apps unavailable when not necessary in tests.Simon Charette
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-02-18Refs #24324 -- Skipped fixtures_regress tests that fail on Python 2 on a non-...Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-23Fixed #17946 -- Fixed deserialization of self-referencing M2M fieldsClaude Paroz
2014-11-17Fixed a test to correctly calculate a fixture's relative path.Julien Phalip
2014-10-31Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.Konrad Świat
2014-10-22Allowed test from refs #23612 to be run from a directory other than tests.Tim Graham
2014-10-22Made testing of stdout and stderr more consistent.Loic Bistuer
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-10-15Fixed #23651 -- Isolated non-existent fixture testsClaude Paroz
2014-10-09Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor
2014-06-11Fixed #22653 -- Added some database feature flags to tests.Tim Graham
2014-05-17Fixed #22421 -- Regression in fixtures loading.Ramiro Morales
2014-05-12Fixed flake8 error.Tim Graham
2014-05-11Unneeded, Python 3 incompatible code in a75324c6 tests.Ramiro Morales
2014-05-11Fixed #14226 -- Dependency calculation for complex M2M relations.Rainer Koirikivi
2014-04-16Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-11-18Fixed #21457 -- Allowed fixture file name to contain dotsClaude Paroz
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-08-20Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.Florian Apolloner
2013-08-20Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Fixed #18213 -- Allowed empty fixtures (emit a warning rather than raising an...Przemek Lewandowski
2013-07-09Avoided transaction.set_autocommit in tests.Aymeric Augustin
2013-06-30Stopped calling loaddata with commit=False.Aymeric Augustin
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-06-02Fixed #20485 -- Refactored loaddata for speed.Aymeric Augustin
2013-05-19fix warnings imports in fixtures testsSenko Rasic
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic