| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Delaying merging assets as long as possible avoids introducing
incorrect relative orderings that cause a broken final result.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ungettext(), and ungettext_lazy().
|
|
|
|
|
|
|
|
|
|
|
|
Dicts preserve order since Python 3.6.
|
|
|
|
Use tempfile.TemporaryDirectory() in AdminScriptTestCase.setUp()
to create and destroy a temporary directory for each test. It removes
the need for individual tests to delete files.
For test classes that don't use the temporary directory, inherit from
SimpleTestCase.
|
|
|
|
setUp() already calls os.chdir(self.test_dir).
|
|
Unused since bb7bb379e8cd91a91336946829519d64e919a1d2.
SymlinkExtractorTests.test_dir, which contains
SymlinkExtractorTests.symlinked_dir, is deleted after every test.
|
|
Unused since bb7bb379e8cd91a91336946829519d64e919a1d2.
|
|
|
|
|
|
ExceptionReporter.get_traceback_frames().
|
|
|
|
exist_ok=True).
|
|
other columns.
|
|
|
|
|
|
that adds a field.
|
|
Broken in 7785e03ba89aafbd949191f126361fb9103cb980.
|
|
|
|
|
|
catalog.
|
|
|
|
Some non-unique constraint names were added in
b69f8eb04cc8762d3dfd5af5ea1fc58e3f2ebcc3 which resulted in failures
depending on the order in which tests were run.
|
|
Used more specific errors (e.g. FileExistsError) as appropriate.
|
|
|
|
|
|
On Python 3, open() handles encodings.
|
|
FileBasedCacheTests.test_creates_cache_dir_if_nonexistent().
|
|
|
|
|
|
Support for returning tuples was undocumented and error prone.
|
|
Fixed "ERROR: Step ‘Publish JUnit test result report’ failed: No test report
files were found. Configuration error?" on Jenkins because report files were
put in tests/postgres_tests.
|
|
in INSTALLED_APPS.
Regression in e192223ed996ed30fe83787efdfa7f2be6b1a2ee.
|
|
A recursive deconstruction is needed because comparing deconstructed
operations doesn't check field attributes. Fixed typo in failing test.
|