From aca44b9aff1ea315c18b80a1c543f4e9b79fc9b0 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Thu, 3 Feb 2022 15:47:25 -0800 Subject: [PATCH] Make this thing actually work. --- tests/run_some_dependencies_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.45.2