aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy
diff options
context:
space:
mode:
authorGregory <gterzian@users.noreply.github.com>2016-09-30 16:42:49 +0800
committerGregory <gterzian@users.noreply.github.com>2016-10-02 14:41:03 +0800
commit62d98821856f8610c78712f8e0baef5c330fb1f9 (patch)
treea3f1a51be5d4ee0468860cc2e59d0c40f5f6b4af /python/tidy
parent1f993817203f1a096ba9fbb3cb9f7042810e44d5 (diff)
downloadservo-62d98821856f8610c78712f8e0baef5c330fb1f9.tar.gz
servo-62d98821856f8610c78712f8e0baef5c330fb1f9.zip
update docs with test command
Diffstat (limited to 'python/tidy')
-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
+```