Example: https://github.com/Azure/autorest.python/blob/b31da9a25a4a1c59b70041c6f8315dbbc8a554da/test/vanilla/Expected/AcceptanceTests/BodyComplex/bodycomplex/models/_models_py3.py#L221 This likely mean that on Python 3.5, we fallback on the 2.7 models right now. Use `#type` instead We should have an assert in each test to check that if Python 3.x, we loaded the Py3 files (that would have failed the CI)
Example:
autorest.python/test/vanilla/Expected/AcceptanceTests/BodyComplex/bodycomplex/models/_models_py3.py
Line 221 in b31da9a
This likely mean that on Python 3.5, we fallback on the 2.7 models right now. Use
#typeinsteadWe should have an assert in each test to check that if Python 3.x, we loaded the Py3 files (that would have failed the CI)