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):