From 62d98821856f8610c78712f8e0baef5c330fb1f9 Mon Sep 17 00:00:00 2001 From: Gregory Date: Fri, 30 Sep 2016 16:42:49 +0800 Subject: [PATCH] update docs with test command --- python/tidy/README.rst | 5 +++++ 1 file changed, 5 insertions(+) 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 +```