Skip to content

Refactor PythonConstant types into a true union #606

Refactor PythonConstant types into a true union

Refactor PythonConstant types into a true union #606

GitHub Actions / .NET Test report windows-latest-3.13.0-rc.1 succeeded Oct 6, 2024 in 0s

742 passed, 0 failed and 22 skipped

Tests passed successfully

Report Passed Failed Skipped Time
CSnakes.Runtime.Tests-windows-latest-3.13.0-rc.1-net8.0.trx 113✔️ 11✖️ 5s
CSnakes.Runtime.Tests-windows-latest-3.13.0-rc.1-net9.0.trx 113✔️ 11✖️ 5s
CSnakes.Tests-windows-latest-3.13.0-rc.1-net8.0.trx 165✔️ 11s
CSnakes.Tests-windows-latest-3.13.0-rc.1-net9.0.trx 165✔️ 19s
Integration.Tests-windows-latest-3.13.0-rc.1-net8.0.trx 91✔️ 26s
Integration.Tests-windows-latest-3.13.0-rc.1-net9.0.trx 95✔️ 27s

✔️ CSnakes.Runtime.Tests-windows-latest-3.13.0-rc.1-net8.0.trx

124 tests were completed in 5s with 113 passed, 0 failed and 11 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 18ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 18ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 34ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 16ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 62ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 17ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 88ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 87ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 70ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 25ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 269ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 383ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 220ms

✔️ CSnakes.Runtime.Tests-windows-latest-3.13.0-rc.1-net9.0.trx

124 tests were completed in 5s with 113 passed, 0 failed and 11 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 20ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 21ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 33ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 17ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 55ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 17ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 88ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 88ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 69ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 54ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 13ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 269ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 386ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 269ms

✔️ CSnakes.Tests-windows-latest-3.13.0-rc.1-net8.0.trx

165 tests were completed in 11s with 165 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 1ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 4s
CSnakes.Tests.TokenizerTests 81✔️ 206ms
CSnakes.Tests.TypeReflectionTests 49✔️ 216ms

✔️ CSnakes.Tests-windows-latest-3.13.0-rc.1-net9.0.trx

165 tests were completed in 19s with 165 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 1ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 5s
CSnakes.Tests.TokenizerTests 81✔️ 521ms
CSnakes.Tests.TypeReflectionTests 49✔️ 555ms

✔️ Integration.Tests-windows-latest-3.13.0-rc.1-net8.0.trx

91 tests were completed in 26s with 91 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 551ms
Integration.Tests.BasicTests 9✔️ 333ms
Integration.Tests.BufferTests 28✔️ 1s
Integration.Tests.DefaultsTests 7✔️ 19s
Integration.Tests.ExceptionTests 2✔️ 18s
Integration.Tests.FalseReturns 12✔️ 19s
Integration.Tests.GeneratorTests 2✔️ 68ms
Integration.Tests.NoneTests 2✔️ 94ms
Integration.Tests.TestDependency 1✔️ 301ms
Integration.Tests.TestDicts 5✔️ 196ms
Integration.Tests.TupleTests 17✔️ 20s

✔️ Integration.Tests-windows-latest-3.13.0-rc.1-net9.0.trx

95 tests were completed in 27s with 95 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 21s
Integration.Tests.BasicTests 9✔️ 21s
Integration.Tests.BufferTests 32✔️ 1s
Integration.Tests.DefaultsTests 7✔️ 602ms
Integration.Tests.ExceptionTests 2✔️ 21s
Integration.Tests.FalseReturns 12✔️ 724ms
Integration.Tests.GeneratorTests 2✔️ 90ms
Integration.Tests.NoneTests 2✔️ 74ms
Integration.Tests.TestDependency 1✔️ 21s
Integration.Tests.TestDicts 5✔️ 169ms
Integration.Tests.TupleTests 17✔️ 958ms