From 244e8476c95d14a480be7160042b2b27b693ca63 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Wed, 9 Feb 2022 10:30:44 -0800 Subject: Ditch named tuples for dataclasses. --- tests/run_some_dependencies_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/run_some_dependencies_test.py b/tests/run_some_dependencies_test.py index ebe61c0..1182f23 100755 --- a/tests/run_some_dependencies_test.py +++ b/tests/run_some_dependencies_test.py @@ -27,6 +27,7 @@ class RunSomeDependenciesTest(unittest.TestCase): "/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", + "/home/scott/bin/smart_device.py cabin and outside and timeout:* -c print >& /dev/null", ] for command in commands: try: -- cgit v1.3