This command broke b/c i relies on environment vars -> config so it's
[python_utils.git] / tests / run_some_dependencies_test.py
index addb0156213e0c3c9f4976022db09d47554e8f82..5725853774e66fc5a8f2c75a83ff8778f8dd3c7a 100755 (executable)
@@ -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",