1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-09-21 22:00:05 -07:00
parent 1a0700bff4
commit aeea5e8d2e

View File

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