From: Scott Gasch Date: Thu, 18 Aug 2022 16:15:41 +0000 (-0700) Subject: This command broke b/c i relies on environment vars -> config so it's X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=842dfb55d07d323f92918a28d7e059d3ab6eed56;p=python_utils.git This command broke b/c i relies on environment vars -> config so it's a decent test. --- 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",