update docs with test command

This commit is contained in:
Gregory 2016-09-30 16:42:49 +08:00
parent 1f99381720
commit 62d9882185

View file

@ -9,4 +9,9 @@ Install from PyPI (coming soon) or
pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy
```
To run the tests
++++++++++++++++
```
./mach test-tidy --self-test
```