X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Frun_some_dependencies_test.py;h=20f44cbdac53c318d3918cd89210840822662790;hb=4e975f82f17e09d13efda815fe62efa9eb131210;hp=1a7fab7eea576204ac3c1f49468d81fdcb9dcaaa;hpb=aca44b9aff1ea315c18b80a1c543f4e9b79fc9b0;p=python_utils.git diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py index 1a7fab7..20f44cb 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -25,6 +25,8 @@ class RunSomeDependenciesTest(unittest.TestCase): "/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", "/home/scott/bin/unscramble.py ethyropadratoyzrhoiectmi --trace_memory >& /dev/null", + "/home/scott/bin/cron.py --command='sleep 0' --lockfile=/tmp/deleteme_lock >& /dev/null", + "/home/scott/cron/manage_switch_off_timers.py >& /dev/null", ] for command in commands: try: