-
Notifications
You must be signed in to change notification settings - Fork 62
Closed
Labels
bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.p0
Description
Example:
autorest.python/test/vanilla/Expected/AcceptanceTests/BodyComplex/bodycomplex/models/_models_py3.py
Line 221 in b31da9a
| self.fishtype: Optional[str] = None |
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.p0