Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix: Update docs on running migration tests (#1323)
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed committed Jun 27, 2024
1 parent cd0dae6 commit ca3581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/database-migrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class MyMigrationTest(TestMigrations):

```

To run the test locally, set environment variable `MIGRATIONS_TEST_MIGRATE=1`.
To run the test locally, run `pytest` with `--migrations` flag. For example, `pytest -v --migrations tests/getsentry/migrations/test_0XXX_migration_name.py`.

#### Notes

Expand Down

0 comments on commit ca3581a

Please sign in to comment.