
commit f13c439c6b5e3702dce29d90b3daf24a4232487d Author: Damian Johnson <atagar@torproject.org> Date: Thu Apr 25 09:28:28 2013 -0700 Typo in FAQ entry for 'how to run tests' Oops, s/static/style in "but static checking is run separately...". --- docs/faq.rst | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/faq.rst b/docs/faq.rst index 568e8e6..194896f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -109,7 +109,7 @@ Stem has three kinds of tests: **unit**, **integration**, and **static**. ~/stem$ ./run_tests.py --integ --tor /path/to/tor ~/stem$ ./run_tests.py --integ --target RUN_COOKIE -**Static** tests use `pyflakes <https://launchpad.net/pyflakes>`_ to do static error checking and `pep8 <http://pep8.readthedocs.org/en/latest/>`_ for style checking. If you have them installed then pyflakes automatically takes place as part of all test runs, but static checking is run separately... +**Static** tests use `pyflakes <https://launchpad.net/pyflakes>`_ to do static error checking and `pep8 <http://pep8.readthedocs.org/en/latest/>`_ for style checking. If you have them installed then pyflakes automatically takes place as part of all test runs, but style checking is run separately... ::