mirror of
https://github.com/django/django.git
synced 2025-10-06 13:29:10 +00:00
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.