Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0952ebe + f1a50b8 commit 1545d7cCopy full SHA for 1545d7c
src/tests/test_conversion.py
@@ -466,17 +466,6 @@ def test_double_conversion():
466
with pytest.raises(TypeError):
467
ConversionTest().DoubleField = None
468
469
- with pytest.raises(OverflowError):
470
- ConversionTest().DoubleField = 1.7976931348623159e308
471
-
472
473
- ConversionTest().DoubleField = -1.7976931348623159e308
474
475
476
- _ = System.Double(1.7976931348623159e308)
477
478
479
- _ = System.Double(-1.7976931348623159e308)
480
481
482
def test_decimal_conversion():
0 commit comments