diff --git a/modules/swagger-codegen/src/main/resources/python/README.mustache b/modules/swagger-codegen/src/main/resources/python/README.mustache index 8cfb970d0de..2c5c75fc764 100644 --- a/modules/swagger-codegen/src/main/resources/python/README.mustache +++ b/modules/swagger-codegen/src/main/resources/python/README.mustache @@ -44,8 +44,9 @@ Our Makefile handles much of this for you as long as you're running it inside of ```sh $ make test [... magically installs dependencies and runs tests on your virtualenv] -Ran 182 tests in 1.633s -OK (SKIP=6) +Ran 7 tests in 19.289s + +OK ``` You can test in various python versions using: @@ -53,7 +54,8 @@ You can test in various python versions using: ```sh $ make test-all [... tox creates a virtualenv for every platform and runs tests inside of each] -py27: commands succeeded -py34: commands succeeded + py27: commands succeeded + py34: commands succeeded + congratulations :) ``` diff --git a/samples/client/petstore/python/SwaggerPetstore-python/README.md b/samples/client/petstore/python/SwaggerPetstore-python/README.md index 833151c5769..2c5c75fc764 100644 --- a/samples/client/petstore/python/SwaggerPetstore-python/README.md +++ b/samples/client/petstore/python/SwaggerPetstore-python/README.md @@ -44,8 +44,9 @@ Our Makefile handles much of this for you as long as you're running it inside of ```sh $ make test [... magically installs dependencies and runs tests on your virtualenv] -Ran 182 tests in 1.633s -OK (SKIP=6) +Ran 7 tests in 19.289s + +OK ``` You can test in various python versions using: @@ -53,6 +54,8 @@ You can test in various python versions using: ```sh $ make test-all [... tox creates a virtualenv for every platform and runs tests inside of each] -py27: commands succeeded -py34: commands succeeded + py27: commands succeeded + py34: commands succeeded + congratulations :) ``` +