We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7745d36 commit 6d523e0Copy full SHA for 6d523e0
tests/management/test_sae_migrate.py
@@ -3,8 +3,8 @@
3
from .base import CommandTestBase
4
5
6
-class CommandsTestCase(CommandTestBase):
7
- def test_sae_migrate(self):
+class SaeMigrateTestCase(CommandTestBase):
+ def test_command(self):
8
command = sae_migrate.Command()
9
self.execute(command, db_dry_run=True)
10
0 commit comments