mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
Handle windows difference
This commit is contained in:
parent
79935056ad
commit
2ab472ffd0
@ -560,4 +560,5 @@ class UtilsTests(SimpleTestCase):
|
||||
out = stderr.getvalue()
|
||||
self.assertIn("Formatters failed to launch:", out)
|
||||
self.assertIn(exception.__qualname__, out)
|
||||
self.assertIn(location, out)
|
||||
if sys.platform != "win32":
|
||||
self.assertIn(location, out)
|
||||
|
Loading…
Reference in New Issue
Block a user