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

730 passed, 0 failed and 34 skipped

Tests passed successfully

Report Passed Failed Skipped Time
CSnakes.Runtime.Tests-macos-latest-3.9-net8.0.trx 107✔️ 17✖️ 5s
CSnakes.Runtime.Tests-macos-latest-3.9-net9.0.trx 107✔️ 17✖️ 5s
CSnakes.Tests-macos-latest-3.9-net8.0.trx 165✔️ 7s
CSnakes.Tests-macos-latest-3.9-net9.0.trx 165✔️ 7s
Integration.Tests-macos-latest-3.9-net8.0.trx 91✔️ 14s
Integration.Tests-macos-latest-3.9-net9.0.trx 95✔️ 11s

✔️ CSnakes.Runtime.Tests-macos-latest-3.9-net8.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 68ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 124ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 87ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 40ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 285ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 43ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 320ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 205ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 238ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 10ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 20ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 206ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 2s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 81ms

✔️ CSnakes.Runtime.Tests-macos-latest-3.9-net9.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Runtime.Tests.Converter.BigIntegerConverterTest 1✔️ 33ms
CSnakes.Runtime.Tests.Converter.BoolConverterTest 2✔️ 58ms
CSnakes.Runtime.Tests.Converter.BytesConverterTest 2✔️ 77ms
CSnakes.Runtime.Tests.Converter.DictionaryConverterTest 1✔️ 56ms
CSnakes.Runtime.Tests.Converter.DoubleConverterTest 5✔️ 188ms
CSnakes.Runtime.Tests.Converter.ListConverterTest 1✔️ 27ms
CSnakes.Runtime.Tests.Converter.LongConverterTest 7✔️ 255ms
CSnakes.Runtime.Tests.Converter.TupleConverterTests 5✔️ 195ms
CSnakes.Runtime.Tests.Converter.UnicodeConverterTest 6✔️ 198ms
CSnakes.Runtime.Tests.Locators.NuGetLocatorTests 1✔️ 7✖️ 10ms
CSnakes.Runtime.Tests.Locators.PythonLocatorTests 6✔️ 10✖️ 11ms
CSnakes.Runtime.Tests.Python.PyDictionaryTests 6✔️ 333ms
CSnakes.Runtime.Tests.Python.PyObjectTests 45✔️ 1s
CSnakes.Runtime.Tests.ServiceCollectionTests 19✔️ 106ms

✔️ CSnakes.Tests-macos-latest-3.9-net8.0.trx

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

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

✔️ CSnakes.Tests-macos-latest-3.9-net9.0.trx

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

Test suite Passed Failed Skipped Time
CSnakes.Tests.CaseHelperTests 10✔️ 3ms
CSnakes.Tests.GeneratedSignatureTests 25✔️ 4s
CSnakes.Tests.TokenizerTests 81✔️ 218ms
CSnakes.Tests.TypeReflectionTests 49✔️ 62ms

✔️ Integration.Tests-macos-latest-3.9-net8.0.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 337ms
Integration.Tests.BasicTests 9✔️ 607ms
Integration.Tests.BufferTests 28✔️ 11s
Integration.Tests.DefaultsTests 7✔️ 10s
Integration.Tests.ExceptionTests 2✔️ 114ms
Integration.Tests.FalseReturns 12✔️ 736ms
Integration.Tests.GeneratorTests 2✔️ 135ms
Integration.Tests.NoneTests 2✔️ 119ms
Integration.Tests.TestDependency 1✔️ 234ms
Integration.Tests.TestDicts 5✔️ 10s
Integration.Tests.TupleTests 17✔️ 1s

✔️ Integration.Tests-macos-latest-3.9-net9.0.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 7s
Integration.Tests.BasicTests 9✔️ 433ms
Integration.Tests.BufferTests 32✔️ 2s
Integration.Tests.DefaultsTests 7✔️ 8s
Integration.Tests.ExceptionTests 2✔️ 144ms
Integration.Tests.FalseReturns 12✔️ 654ms
Integration.Tests.GeneratorTests 2✔️ 183ms
Integration.Tests.NoneTests 2✔️ 93ms
Integration.Tests.TestDependency 1✔️ 153ms
Integration.Tests.TestDicts 5✔️ 8s
Integration.Tests.TupleTests 17✔️ 836ms