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 ubuntu-latest-3.10 succeeded Oct 6, 2024 in 0s

730 passed, 0 failed and 34 skipped

Tests passed successfully

Report Passed Failed Skipped Time
CSnakes.Runtime.Tests-ubuntu-latest-3.10-net8.0.trx 107✔️ 17✖️ 7s
CSnakes.Runtime.Tests-ubuntu-latest-3.10-net9.0.trx 107✔️ 17✖️ 7s
CSnakes.Tests-ubuntu-latest-3.10-net8.0.trx 165✔️ 15s
CSnakes.Tests-ubuntu-latest-3.10-net9.0.trx 165✔️ 15s
Integration.Tests-ubuntu-latest-3.10-net8.0.trx 91✔️ 26s
Integration.Tests-ubuntu-latest-3.10-net9.0.trx 95✔️ 25s

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.10-net8.0.trx

124 tests were completed in 7s with 107 passed, 0 failed and 17 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 29ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 24ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 30ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 23ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 94ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 46ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 190ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 156ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 74ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 29ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 15ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 231ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 669ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 368ms

✔️ CSnakes.Runtime.Tests-ubuntu-latest-3.10-net9.0.trx

124 tests were completed in 7s with 107 passed, 0 failed and 17 skipped.

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 37ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 24ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 35ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 20ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 89ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 20ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 123ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 140ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 147ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 21ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 16ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 380ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 717ms
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 253ms

✔️ CSnakes.Tests-ubuntu-latest-3.10-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✔️ 38ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 7s
CSnakes.Tests.TokenizerTests 81✔️ 461ms
CSnakes.Tests.TypeReflectionTests 49✔️ 447ms

✔️ CSnakes.Tests-ubuntu-latest-3.10-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✔️ 20ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 7s
CSnakes.Tests.TokenizerTests 81✔️ 477ms
CSnakes.Tests.TypeReflectionTests 49✔️ 528ms

✔️ Integration.Tests-ubuntu-latest-3.10-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✔️ 495ms
Integration.Tests.BasicTests 9✔️ 569ms
Integration.Tests.BufferTests 28✔️ 20s
Integration.Tests.DefaultsTests 7✔️ 452ms
Integration.Tests.ExceptionTests 2✔️ 19s
Integration.Tests.FalseReturns 12✔️ 19s
Integration.Tests.GeneratorTests 2✔️ 150ms
Integration.Tests.NoneTests 2✔️ 150ms
Integration.Tests.TestDependency 1✔️ 313ms
Integration.Tests.TestDicts 5✔️ 436ms
Integration.Tests.TupleTests 17✔️ 20s

✔️ Integration.Tests-ubuntu-latest-3.10-net9.0.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 466ms
Integration.Tests.BasicTests 9✔️ 677ms
Integration.Tests.BufferTests 32✔️ 20s
Integration.Tests.DefaultsTests 7✔️ 525ms
Integration.Tests.ExceptionTests 2✔️ 154ms
Integration.Tests.FalseReturns 12✔️ 696ms
Integration.Tests.GeneratorTests 2✔️ 202ms
Integration.Tests.NoneTests 2✔️ 190ms
Integration.Tests.TestDependency 1✔️ 18s
Integration.Tests.TestDicts 5✔️ 18s
Integration.Tests.TupleTests 17✔️ 19s