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",