forked from loafle/openapi-generator-original
[python] fix tests, tornado ssl fix (#6968)
* fix: non-zero exit code if tests fail * tests: use local petserver to run tests * fix: non-zero exit code if tests fail * tests: use local petserver to run tests * fix: creating ssl context in old version of Python * chore: remove unused target from Makefile * doc: changes from upstream * fix: tornado client raises NotImplementedError in older version of Python
This commit is contained in:
committed by
William Cheng
parent
c6ffbd38ad
commit
73cb68ee7b
@@ -14,8 +14,5 @@ clean:
|
||||
find . -name "*.py[oc]" -delete
|
||||
find . -name "__pycache__" -delete
|
||||
|
||||
test: clean
|
||||
bash ./test_python2.sh
|
||||
|
||||
test-all: clean
|
||||
bash ./test_python2_and_3.sh
|
||||
|
||||
Reference in New Issue
Block a user