Skip to content

Commit

Permalink
Merge pull request #751 from iterative/run-single-test
Browse files Browse the repository at this point in the history
Write command for running a single test function
  • Loading branch information
shcheklein authored Oct 26, 2019
2 parents 86c699e + a96039a commit 362770c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/docs/user-guide/contributing/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ To run a single test case:
$ python -m tests tests/func/test_metrics.py::TestCachedMetrics
```

To run a single test function:

```dvc
$ python -m tests tests/unit/utils/test_fs.py::test_get_inode
```

To pass additional arguments:

```dvc
Expand Down

0 comments on commit 362770c

Please sign in to comment.