File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11'''
22python-lambda-local: Main module
33
4- Copyright 2015-2018 HDE, Inc.
4+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
55Licensed under MIT.
66'''
77
Original file line number Diff line number Diff line change 11'''
2- Copyright 2015-2018 HDE, Inc.
2+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
33Licensed under MIT.
44'''
55from __future__ import print_function
Original file line number Diff line number Diff line change 11'''
2- Copyright 2015-2018 HDE, Inc.
2+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
33Licensed under MIT.
44'''
55
Original file line number Diff line number Diff line change 11'''
2- Copyright 2015-2018 HDE, Inc.
2+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
33Licensed under MIT.
44'''
55
Original file line number Diff line number Diff line change 11'''
2- Copyright 2015-2018 HDE, Inc.
2+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
33Licensed under MIT.
44'''
55
Original file line number Diff line number Diff line change 11'''
22python-lambda-local: Run lambda function in python on local machine.
33
4- Copyright 2015-2018 HDE, Inc.
4+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
55Licensed under MIT.
66'''
77import io
@@ -23,7 +23,7 @@ def run_tests(self):
2323 sys .exit (pytest .main (self .test_args ))
2424
2525
26- version = "0.1.8 "
26+ version = "0.1.9 "
2727
2828TEST_REQUIRE = ['pytest' ]
2929if sys .version_info [0 ] == 2 :
Original file line number Diff line number Diff line change 55Organize tests into files, each named xxx_test.py
66Read more here: http://pytest.org/
77
8- Copyright 2015 HDE, Inc.
8+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
99Licensed under MIT
1010'''
Original file line number Diff line number Diff line change 55Write each test as a function named test_<something>.
66Read more here: http://pytest.org/
77
8- Copyright 2015 HDE, Inc.
8+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
99Licensed under MIT
1010'''
1111
Original file line number Diff line number Diff line change 44
55Meant for use with py.test.
66
7- Copyright 2015 HDE, Inc.
7+ Copyright 2015-2019 HENNGE K.K. (formerly known as HDE, Inc.)
88Licensed under MIT
99'''
1010import json
You can’t perform that action at this time.
0 commit comments