We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee795f commit a69faf8Copy full SHA for a69faf8
tests/test_migrations.py
@@ -24,6 +24,7 @@ def import_migration(migration):
24
return import_module(
25
str(migration.relative_to(Path(__file__).parent.parent))
26
.replace("/", ".")
27
+ .replace("\\", ".")
28
.replace(".py", "")
29
).Migration
30
0 commit comments