Fix generated test directory name conflicting with sample test directory name

This commit is contained in:
Scott Williams
2016-04-27 22:53:22 +01:00
parent 066baf3c16
commit 1674ec3799
24 changed files with 328 additions and 129 deletions

View File

@@ -41,7 +41,7 @@ public class PythonClientCodegen extends DefaultCodegen implements CodegenConfig
modelDocTemplateFiles.put("model_doc.mustache", ".md");
apiDocTemplateFiles.put("api_doc.mustache", ".md");
testFolder = "tests";
testFolder = "test";
languageSpecificPrimitives.clear();
languageSpecificPrimitives.add("int");