summaryrefslogtreecommitdiff
path: root/tests/fixtures_model_package/tests.py
AgeCommit message (Expand)Author
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-05-15Fixed fixtures loading isolation in tests.François Freitag
2020-05-13Removed redundant assertions in fixtures tests.François Freitag
2019-04-14Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-01-04Fixed #21549 -- Made loaddata's 'fixture not found' warning an exception.Andrew Kuchev
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-21Removed unneeded override_system_checksClaude Paroz
2014-08-08Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-09-03Updated syncdb -> migrate in tests.Tim Graham
2013-07-24Fixed #14300 -- Fixed initial SQL location if models is a package.Tim Graham
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-05-19Fixed fixtures testing failureAnssi Kääriäinen
2013-05-19fix warnings imports in fixtures testsSenko Rasic
2013-05-19Fixed #18990 -- Loaddata now complains if fixture doesn't existSenko Rasic
2013-03-11Improved the API of set_autocommit.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner