From: Scott Gasch Date: Thu, 3 Feb 2022 23:47:25 +0000 (-0800) Subject: Make this thing actually work. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=aca44b9aff1ea315c18b80a1c543f4e9b79fc9b0;p=python_utils.git Make this thing actually work. --- diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py index 5a567af..1a7fab7 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -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",