[tor-commits] [nyx/master] Run static checks on setup.py

atagar at torproject.org atagar at torproject.org
Sun Nov 27 19:02:44 UTC 2016


commit f1a9588c994d834acf5118258966e84f84dbc3d4
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue Nov 15 10:26:43 2016 -0800

    Run static checks on setup.py
    
    Oops, missed a file. Also updating our run_tests.py header now that we actually
    do have pretty good test coverage.
---
 run_tests.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/run_tests.py b/run_tests.py
index 101b77e..7132518 100755
--- a/run_tests.py
+++ b/run_tests.py
@@ -3,8 +3,9 @@
 # See LICENSE for licensing information
 
 """
-Runs nyx's unit tests. This is a curses application so we're pretty limited on
-the test coverage we can achieve, but exercising what we can.
+Runs nyx's unit tests. When running this you may notice your screen flicker.
+This is because we're a curses application, and so testing requires us to
+render to the screen.
 """
 
 import os
@@ -21,6 +22,7 @@ SRC_PATHS = [os.path.join(NYX_BASE, path) for path in (
   'nyx',
   'test',
   'run_tests.py',
+  'setup.py',
   'run_nyx',
 )]
 





More information about the tor-commits mailing list