[python] Adds python oneOf/anyOf models + tests (#5341)

* Adds oneOf + anyOf schemas, models and tests to python-experimental

* Adds setUpClass and tearDownClass

* Removes newline in method_init_shared.mustache

* Regenerated v3 spec sample for python-experimental

* Fxes test for discard_unknown_keys

* Moves new models into existing spec, regen python-exp and go-exp

* Also fix python-exp windows file
This commit is contained in:
Justin Black
2020-02-28 14:21:08 -08:00
committed by GitHub
parent 857a4bf5d9
commit 9e596697a9
186 changed files with 5337 additions and 199 deletions

View File

@@ -26,6 +26,7 @@ REQUIRES = [
"six >= 1.10",
"certifi",
"python-dateutil",
"nulltype",
"pem>=19.3.0",
"pycryptodome>=3.9.0",
]