mirror of https://github.com/cheat/cheat.git
Minor README format fix.
This commit is contained in:
parent
d4a81f199d
commit
2d1a356846
|
@ -163,11 +163,12 @@ fork this repository, make your changes, and send me a pull request.
|
||||||
|
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
=======
|
-------
|
||||||
|
|
||||||
Install the required testing tools (pip install -r tests/requirements.txt) and run the nose tests command::
|
Install the required testing tools (pip install -r tests/requirements.txt) and run the nose tests command from the same directory as `cheat` and the `tests` directory:
|
||||||
|
|
||||||
```nosetests
|
```bash
|
||||||
|
nosetests
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue