aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/tidy/README.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/tidy/README.rst b/python/tidy/README.rst
index 2d9f0e8f6e8..c296afd09a0 100644
--- a/python/tidy/README.rst
+++ b/python/tidy/README.rst
@@ -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
+```