Add tests for issue #5020: silent conversion to float #7387
Annotations
3 errors
Python tests C++11:
tests/test_enum.py#L240
test_enum_overload_resolution
AssertionError: assert 'f(float, float)' == 'f(float, ScopedEnum)'
- f(float, ScopedEnum)
+ f(float, float)
|
Python tests C++11:
tests/test_enum.py#L247
test_enum_to_float
Failed: DID NOT RAISE <class 'TypeError'>
|
Python tests C++11
Process completed with exit code 2.
|
Loading