diff options
author | Gregory <gterzian@users.noreply.github.com> | 2016-09-30 16:42:49 +0800 |
---|---|---|
committer | Gregory <gterzian@users.noreply.github.com> | 2016-10-02 14:41:03 +0800 |
commit | 62d98821856f8610c78712f8e0baef5c330fb1f9 (patch) | |
tree | a3f1a51be5d4ee0468860cc2e59d0c40f5f6b4af /python/tidy | |
parent | 1f993817203f1a096ba9fbb3cb9f7042810e44d5 (diff) | |
download | servo-62d98821856f8610c78712f8e0baef5c330fb1f9.tar.gz servo-62d98821856f8610c78712f8e0baef5c330fb1f9.zip |
update docs with test command
Diffstat (limited to 'python/tidy')
-rw-r--r-- | python/tidy/README.rst | 5 |
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 +``` |