forked from loafle/openapi-generator-original
updated readme.mustache in python client
This commit is contained in:
@@ -44,8 +44,9 @@ Our Makefile handles much of this for you as long as you're running it inside of
|
|||||||
```sh
|
```sh
|
||||||
$ make test
|
$ make test
|
||||||
[... magically installs dependencies and runs tests on your virtualenv]
|
[... magically installs dependencies and runs tests on your virtualenv]
|
||||||
Ran 182 tests in 1.633s
|
Ran 7 tests in 19.289s
|
||||||
OK (SKIP=6)
|
|
||||||
|
OK
|
||||||
```
|
```
|
||||||
|
|
||||||
You can test in various python versions using:
|
You can test in various python versions using:
|
||||||
@@ -53,7 +54,8 @@ You can test in various python versions using:
|
|||||||
```sh
|
```sh
|
||||||
$ make test-all
|
$ make test-all
|
||||||
[... tox creates a virtualenv for every platform and runs tests inside of each]
|
[... tox creates a virtualenv for every platform and runs tests inside of each]
|
||||||
py27: commands succeeded
|
py27: commands succeeded
|
||||||
py34: commands succeeded
|
py34: commands succeeded
|
||||||
|
congratulations :)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -44,8 +44,9 @@ Our Makefile handles much of this for you as long as you're running it inside of
|
|||||||
```sh
|
```sh
|
||||||
$ make test
|
$ make test
|
||||||
[... magically installs dependencies and runs tests on your virtualenv]
|
[... magically installs dependencies and runs tests on your virtualenv]
|
||||||
Ran 182 tests in 1.633s
|
Ran 7 tests in 19.289s
|
||||||
OK (SKIP=6)
|
|
||||||
|
OK
|
||||||
```
|
```
|
||||||
|
|
||||||
You can test in various python versions using:
|
You can test in various python versions using:
|
||||||
@@ -53,6 +54,8 @@ You can test in various python versions using:
|
|||||||
```sh
|
```sh
|
||||||
$ make test-all
|
$ make test-all
|
||||||
[... tox creates a virtualenv for every platform and runs tests inside of each]
|
[... tox creates a virtualenv for every platform and runs tests inside of each]
|
||||||
py27: commands succeeded
|
py27: commands succeeded
|
||||||
py34: commands succeeded
|
py34: commands succeeded
|
||||||
|
congratulations :)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user