From aeea5e8d2eab2fef3e14637f512aed7b117c4a3f Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 21 Sep 2021 22:00:05 -0700 Subject: [PATCH] formatting --- tests/test_ls_s.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_ls_s.py b/tests/test_ls_s.py index 8f51b6ce..2449290a 100644 --- a/tests/test_ls_s.py +++ b/tests/test_ls_s.py @@ -13,9 +13,11 @@ if not sys.platform.startswith('win32'): os.environ['TZ'] = 'America/Los_Angeles' time.tzset() + # To create streaming output use: # $ cat ls-al.out | jc --ls-s | jello -c > ls-al-streaming.json + class MyTests(unittest.TestCase): def setUp(self):