Update python test (#426)

* update python test folders

* update python template

* update python samples

* fix python comment too long

* update ruby test case
This commit is contained in:
William Cheng
2018-05-12 09:54:19 +08:00
committed by GitHub
parent 4b7a583b33
commit 2ed3d8cc86
279 changed files with 515 additions and 2144 deletions

View File

@@ -53,7 +53,7 @@ class TestPetApiTests(unittest.TestCase):
self.category.name = "dog"
self.tag = petstore_api.Tag()
self.tag.id = id_gen()
self.tag.name = "swagger-codegen-python-pet-tag"
self.tag.name = "openapi-generator-python-pet-tag"
self.pet = petstore_api.Pet(name="hello kity", photo_urls=["http://foo.bar.com/1", "http://foo.bar.com/2"])
self.pet.id = id_gen()
self.pet.status = "sold"