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 cec7148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/macros/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ 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.

```rust,no_run
Expand Down

0 comments on commit cec7148

Please sign in to comment.