Skip to content

Commit e7b794e

Browse files
committed
cleaning up docstring
1 parent dc496a9 commit e7b794e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/apps/migrations/commands/test_forwards_backwards.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
@postgres_only
3434
class TestForwardsBackwards(TestCase):
3535
"""
36-
How to test this? Add migrations for the example app, and just run them
37-
forwards and backwards. Or create a new app with loads of migrations in
38-
it.
36+
Test the forwards and backwards migration commands.
3937
"""
4038

4139
def test_forwards_backwards_all_migrations(self):
@@ -151,6 +149,7 @@ def test_forwards_fake(self):
151149

152150
self.assertEqual(
153151
ran_migration_names,
152+
# TODO - rather than hardcoding, might fetch these dynamically.
154153
[
155154
"2020-12-17T18:44:30",
156155
"2020-12-17T18:44:39",

0 commit comments

Comments
 (0)