Skip to content

Commit

Permalink
fix(docs): remove mention of subcommand that wasn't added
Browse files Browse the repository at this point in the history
I intended to add subcommands to `sqlx-cli` to manage test databases but I wanted to get #2001 finished and out the door so we can start using it ASAP.
  • Loading branch information
abonander committed Aug 3, 2022
1 parent d0c502a commit c772d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/macros/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ Test databases are automatically cleaned up as tests succeed, but failed tests w
to facilitate debugging. Note that to simplify the implementation, panics are _always_ considered to be failures,
even for `#[should_panic]` tests.

If you have `sqlx-cli` installed, you can run `sqlx test-db cleanup` to delete all test databases.
Old test databases will also be deleted the next time a test binary using `#[sqlx::test]` is run.
To limit junk data bloat, any previously created test databases will be deleted the next time a test binary using
`#[sqlx::test]` is run.

```rust,no_run
# #[cfg(all(feature = "migrate", feature = "postgres"))]
Expand Down

0 comments on commit c772d14

Please sign in to comment.