Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nto v3
  • Loading branch information
bckohan committed Jan 28, 2025
2 parents 791c90e + e42c23d commit 7ef7428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/test_backup_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ class TestBackupExample(TestCase):

typer = ""

@classmethod
def setUpClass(cls) -> None:
if connection.vendor != "sqlite":
run_command("migrate")
super().setUpClass()

def setUp(self):
if BACKUP_DIRECTORY.exists():
shutil.rmtree(BACKUP_DIRECTORY)
Expand Down

0 comments on commit 7ef7428

Please sign in to comment.