commit 4655b2e7594b8796daf25a1abc674a0761d5563a Merge: 5f8a2da 49bfd12 Author: Damian Johnson atagar@torproject.org Date: Thu Jan 2 09:09:47 2014 -0800
Using pyflakes and pep8 apis
Taking advantage of pyflakes and pep8 as python modules rather than shelling out, along with other general improvements for our static checks. This results in around a 60% reduction in the runtime for our static checks.
docs/change_log.rst | 4 + docs/faq.rst | 6 +- run_tests.py | 28 ++++--- stem/util/system.py | 24 ++++++ test/settings.cfg | 7 +- test/unit/doctest.py | 3 +- test/util.py | 223 ++++++++++++++++++++++++-------------------------- 7 files changed, 156 insertions(+), 139 deletions(-)
tor-commits@lists.torproject.org