diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-02 19:40:13 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-02 19:40:13 -0500 |
| commit | bca845494dcc91cab87c2d7af4b5513a4893715b (patch) | |
| tree | 5672d2c25ee1fadaee332ee208e3f0770caebcb0 /CONTRIBUTING.md | |
| parent | 8eebaae9328aa89d3c86a382dcd9aafea7eb3728 (diff) | |
| download | cmd2-git-bca845494dcc91cab87c2d7af4b5513a4893715b.tar.gz | |
Fixed unit test bug on Windows
- The python-forked module doesn't work on Windows
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 52387946..c6713750 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -270,8 +270,8 @@ py.test -n4 ``` where `4` should be replaced by the number of parallel threads you wish to run for testing. -If you have the `pytest-forked` pytest plugin for running tests in isolated formed processes, you -can speed things up even further: +If you have the `pytest-forked` pytest plugin (not avilable on Windows) for running tests in isolated formed processes, +you can speed things up even further: ```shell py.test -nauto --forked |
