From 5757744ffa60b3e9cf9e79881bc8185dab5b4c7e Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Tue, 29 Jan 2019 09:49:02 -0500 Subject: [PATCH] Clean up subset of test docs --- docs/src/commands/test.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/commands/test.md b/docs/src/commands/test.md index 56b21fd..52913c0 100644 --- a/docs/src/commands/test.md +++ b/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 -Are your test suite grows it may become unrealistic to need to run all of your tests in a browser when you're -really only debugging one or a few of them. +When debugging a specific issue, you may find yourself wanting to run a subset of tests, instead of your entire suite of tests. -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