Skip to content

Commit 7e39d19

Browse files
authored
docs: replace nose with pytest in test instructions
1 parent a5c4f16 commit 7e39d19

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,13 @@ E-mail [Ariel Rokem](mailto:[email protected]), [Kivan Polimis](mailto:kivan.poli
8585

8686
## Testing
8787

88-
Requires installation of `nose` package. Tests are located in the `forestci/tests` folder
89-
and can be run with the `nosetests` command in the main directory.
88+
Requires installation of `pytest` package.
89+
90+
Tests are located in the `forestci/tests` folder and can be run with this command in the root directory:
91+
92+
```shell
93+
pytest forestci --doctest-modules
94+
```
9095

9196
## Citation
9297

0 commit comments

Comments
 (0)