summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-02-09 10:30:44 -0800
committerScott Gasch <[email protected]>2022-02-09 10:30:44 -0800
commit244e8476c95d14a480be7160042b2b27b693ca63 (patch)
tree661f9903aac5ac05693d1f74a4272c4b42c41477 /tests
parentea7a67e2cf8dc6d7a41e7ff035acae7b36a41a1d (diff)
Ditch named tuples for dataclasses.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run_some_dependencies_test.py1
1 files changed, 1 insertions, 0 deletions
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: