Make this thing actually work.
authorScott Gasch <[email protected]>
Thu, 3 Feb 2022 23:47:25 +0000 (15:47 -0800)
committerScott Gasch <[email protected]>
Thu, 3 Feb 2022 23:47:25 +0000 (15:47 -0800)
tests/run_some_dependencies_test.py

index 5a567afa9920a27e856496992bedf321f7613a23..1a7fab7eea576204ac3c1f49468d81fdcb9dcaaa 100755 (executable)
@@ -18,9 +18,9 @@ logger = logging.getLogger(__name__)
 
 
 class RunSomeDependenciesTest(unittest.TestCase):
-    def make_sure_random_utilities_still_seem_to_work(self):
+    def test_make_sure_random_utilities_still_seem_to_work(self):
         commands = [
-            "/home/scott/cron/manage_lights.py -n --run_profiler",
+            "/home/scott/cron/manage_lights.py -n --run_profiler >& /dev/null",
             "/home/scott/bin/reminder.py --logging_level=DEBUG >& /dev/null",
             "/home/scott/bin/wordle.py --mode=AUTOPLAY --template=trial >& /dev/null",
             "/home/scott/bin/tplink.py -a office_lights -c info --audit_import_events >& /dev/null",