Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor PythonConstant types into a true union #234

Merged
merged 1 commit into from
Oct 6, 2024

Refactor "PythonConstant" types into a true union

f4f4d0d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Refactor PythonConstant types into a true union #234

Refactor "PythonConstant" types into a true union
f4f4d0d
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Test report windows-latest-3.12 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.12-net8.0.trx 113✔️ 11✖️ 5s
CSnakes.Runtime.Tests-windows-latest-3.12-net9.0.trx 113✔️ 11✖️ 11s
CSnakes.Tests-windows-latest-3.12-net8.0.trx 165✔️ 15s
CSnakes.Tests-windows-latest-3.12-net9.0.trx 165✔️ 15s
Integration.Tests-windows-latest-3.12-net8.0.trx 91✔️ 28s
Integration.Tests-windows-latest-3.12-net9.0.trx 95✔️ 28s

✔️ CSnakes.Runtime.Tests-windows-latest-3.12-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✔️ 17ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 18ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 26ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 18ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 50ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 14ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 74ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 72ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 64ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 30ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 248ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 360ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 223ms

✔️ CSnakes.Runtime.Tests-windows-latest-3.12-net9.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 23ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 16ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 29ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 24ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 111ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 21ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 70ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 106ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 74ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 7✔️ 1✖️ 45ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 12ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 341ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 685ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 231ms

✔️ CSnakes.Tests-windows-latest-3.12-net8.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 76ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 6s
CSnakes.Tests.TokenizerTests 81✔️ 205ms
CSnakes.Tests.TypeReflectionTests 49✔️ 257ms

✔️ CSnakes.Tests-windows-latest-3.12-net9.0.trx

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

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

✔️ Integration.Tests-windows-latest-3.12-net8.0.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 17s
Integration.Tests.BasicTests 9✔️ 18s
Integration.Tests.BufferTests 28✔️ 2s
Integration.Tests.DefaultsTests 7✔️ 17s
Integration.Tests.ExceptionTests 2✔️ 70ms
Integration.Tests.FalseReturns 12✔️ 18s
Integration.Tests.GeneratorTests 2✔️ 184ms
Integration.Tests.NoneTests 2✔️ 85ms
Integration.Tests.TestDependency 1✔️ 405ms
Integration.Tests.TestDicts 5✔️ 645ms
Integration.Tests.TupleTests 17✔️ 511ms

✔️ Integration.Tests-windows-latest-3.12-net9.0.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 180ms
Integration.Tests.BasicTests 9✔️ 805ms
Integration.Tests.BufferTests 32✔️ 2s
Integration.Tests.DefaultsTests 7✔️ 22s
Integration.Tests.ExceptionTests 2✔️ 613ms
Integration.Tests.FalseReturns 12✔️ 391ms
Integration.Tests.GeneratorTests 2✔️ 22s
Integration.Tests.NoneTests 2✔️ 21s
Integration.Tests.TestDependency 1✔️ 22s
Integration.Tests.TestDicts 5✔️ 175ms
Integration.Tests.TupleTests 17✔️ 1s