From 7d706f6a0060912692396fbb691cc5a484de8ead Mon Sep 17 00:00:00 2001 From: geekerzp Date: Thu, 23 Apr 2015 18:09:32 +0800 Subject: [PATCH] Added pom.xml for python client. --- .../python/SwaggerPetstore-python/pom.xml | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 samples/client/petstore/python/SwaggerPetstore-python/pom.xml diff --git a/samples/client/petstore/python/SwaggerPetstore-python/pom.xml b/samples/client/petstore/python/SwaggerPetstore-python/pom.xml new file mode 100644 index 0000000000..c06d3a1cdf --- /dev/null +++ b/samples/client/petstore/python/SwaggerPetstore-python/pom.xml @@ -0,0 +1,72 @@ + + 4.0.0 + com.wordnik + PythonPetstoreClientTests + pom + 1.0-SNAPSHOT + Python Swagger Petstore Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + nose-install + pre-integration-test + + exec + + + pip + + install + nose + --user + + + + + nose-test + integration-test + + exec + + + nosetests + + -v + + + + + + + + + + + + + + + + + + +