django/tests/user_commands
Roel Delos Reyes 58fc40427f Fixed #36479 -- Improved how FileNotFoundError is triggered in code formatter tests.
Ensured the test for formatter subprocess FileNotFoundError doesn't rely
on platform-specific behavior, improving reliability on macOS and other
systems by consistently using pathlib to build test paths.
2025-07-01 15:24:07 -03:00
..
eggs
management Fixed #34259 -- Passed called_from_command_line to command subparsers. 2023-02-03 06:56:57 +01:00
test_files Fixed #35308 -- Handled OSError when launching code formatters. 2024-11-29 09:04:48 -03:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Removed numbering from the models.py header of some test packages. 2014-09-24 17:28:56 +07:00
tests.py Fixed #36479 -- Improved how FileNotFoundError is triggered in code formatter tests. 2025-07-01 15:24:07 -03:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
utils.py Fixed #35308 -- Handled OSError when launching code formatters. 2024-11-29 09:04:48 -03:00