mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
formatting
This commit is contained in:
@ -13,9 +13,11 @@ if not sys.platform.startswith('win32'):
|
|||||||
os.environ['TZ'] = 'America/Los_Angeles'
|
os.environ['TZ'] = 'America/Los_Angeles'
|
||||||
time.tzset()
|
time.tzset()
|
||||||
|
|
||||||
|
|
||||||
# To create streaming output use:
|
# To create streaming output use:
|
||||||
# $ cat ls-al.out | jc --ls-s | jello -c > ls-al-streaming.json
|
# $ cat ls-al.out | jc --ls-s | jello -c > ls-al-streaming.json
|
||||||
|
|
||||||
|
|
||||||
class MyTests(unittest.TestCase):
|
class MyTests(unittest.TestCase):
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
|
Reference in New Issue
Block a user