Clean up subset of test docs

master
Chinedu Francis Nwafili 6 years ago committed by GitHub
parent f54de0a067
commit 5757744ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      docs/src/commands/test.md

@ -51,10 +51,9 @@ end of your command, and all the arguments you want to pass to cargo should go a
## Running only some tests ## Running only some tests
Are your test suite grows it may become unrealistic to need to run all of your tests in a browser when you're When debugging a specific issue, you may find yourself wanting to run a subset of tests, instead of your entire suite of tests.
really only debugging one or a few of them.
Here are a few examples of how to run a subset of your tests. Here are a few examples of how to run a subset of your tests:
``` ```
# Example directory structure # Example directory structure

Loading…
Cancel
Save