summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-08-18 09:15:41 -0700
committerScott Gasch <[email protected]>2022-08-18 09:15:41 -0700
commit842dfb55d07d323f92918a28d7e059d3ab6eed56 (patch)
tree5f5826b392ed87a16ff7f2bfb140ef3187529ed6 /tests
parent7653e2952b6e2038ac8d6e1c48e8c10030703a02 (diff)
This command broke b/c i relies on environment vars -> config so it's
a decent test.
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 addb015..5725853 100755
--- a/tests/run_some_dependencies_test.py
+++ b/tests/run_some_dependencies_test.py
@@ -21,6 +21,7 @@ logger = logging.getLogger(__name__)
class RunSomeDependenciesTest(unittest.TestCase):
def test_make_sure_random_utilities_still_seem_to_work(self):
commands = [
+ "echo your mom | indent_and_wrap.py --indent=2 --align=CENTER >& /dev/null",
"/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",