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

Rename CSnake project to CSnake.SourceGeneration and unify nupkgs #211

Merged
merged 2 commits into from
Sep 19, 2024

Package the SG into the runtime package

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

Rename CSnake project to CSnake.SourceGeneration and unify nupkgs #211

Package the SG into the runtime package
0e6fbf8
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Test report windows-latest-3.9 succeeded Sep 19, 2024 in 1s

91 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ src/test-results/test-results-windows-latest-3.9.trx

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

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 89ms
Integration.Tests.BasicTests 9✔️ 235ms
Integration.Tests.BufferTests 28✔️ 533ms
Integration.Tests.DefaultsTests 7✔️ 14s
Integration.Tests.ExceptionTests 2✔️ 59ms
Integration.Tests.FalseReturns 12✔️ 14s
Integration.Tests.GeneratorTests 2✔️ 92ms
Integration.Tests.NoneTests 2✔️ 14s
Integration.Tests.TestDependency 1✔️ 14s
Integration.Tests.TestDicts 5✔️ 118ms
Integration.Tests.TupleTests 17✔️ 307ms

✔️ Integration.Tests.ArgsTests

✔️ CollectStarArgs
✔️ CollectStarArgsAndKeywordOnlyArgs
✔️ CollectStarStarKwargs
✔️ KeywordOnly
✔️ PositionalAndKwargs
✔️ PositionalOnly

✔️ Integration.Tests.BasicTests

✔️ TestBasic_TestBytes
✔️ TestBasic_TestFloatFloat
✔️ TestBasic_TestFloatInt
✔️ TestBasic_TestIntFloat
✔️ TestBasic_TestIntInt
✔️ TestBasic_TestListOfInts
✔️ TestBasic_TestSequence
✔️ TestBasic_TestTwoListsOfStrings
✔️ TestBasic_TestTwoStrings

✔️ Integration.Tests.BufferTests

✔️ TestBoolBuffer
✔️ TestBufferLargeFloatScalar
✔️ TestByteArrayAsBuffer
✔️ TestBytesAsBuffer
✔️ TestFloat32Buffer
✔️ TestFloat32MatrixBuffer
✔️ TestFloat64Buffer
✔️ TestFloat64MatrixBuffer
✔️ TestInt16Buffer
✔️ TestInt16MatrixBuffer
✔️ TestInt32Buffer
✔️ TestInt32MatrixBuffer
✔️ TestInt64Buffer
✔️ TestInt64MatrixBuffer
✔️ TestInt8Buffer
✔️ TestInt8MatrixBuffer
✔️ TestModificationViaSpan
✔️ TestNonBuffer
✔️ TestNonContiguousBuffer
✔️ TestTransposedBuffer
✔️ TestUInt16Buffer
✔️ TestUInt16MatrixBuffer
✔️ TestUInt32Buffer
✔️ TestUInt32MatrixBuffer
✔️ TestUInt64Buffer
✔️ TestUInt64MatrixBuffer
✔️ TestUInt8Buffer
✔️ TestUInt8MatrixBuffer

✔️ Integration.Tests.DefaultsTests

✔️ TestDefault_FloatArg
✔️ TestDefault_IntArg
✔️ TestDefault_OptionalAny
✔️ TestDefault_OptionalInt
✔️ TestDefault_OptionalList
✔️ TestDefault_OptionalStr
✔️ TestDefault_StrArg

✔️ Integration.Tests.ExceptionTests

✔️ TestExceptions_TestRaisePythonException
✔️ TestNestedExceptions

✔️ Integration.Tests.FalseReturns

✔️ Test_FalseReturn_Types_FloatNotInt
✔️ Test_FalseReturn_Types_IntNotFloat
✔️ Test_FalseReturn_Types_StrNotFloat
✔️ Test_FalseReturn_Types_StrNotInt
✔️ Test_IntOverflowsSafely
✔️ TestFalseReturn_StringNotInt
✔️ TestFalseReturn_Types_StringNotFloat
✔️ TestFalseReturn_Types_StringNotList
✔️ TestFalseReturn_Types_StringNotTuple
✔️ TestFalseReturn_Types_TupleNotFloat
✔️ TestFalseReturn_Types_TupleNotList
✔️ TestFalseReturn_TypesTupleNotInt

✔️ Integration.Tests.GeneratorTests

✔️ TestGenerator
✔️ TestNormalGenerator

✔️ Integration.Tests.NoneTests

✔️ TestNullArgAsNone
✔️ TestReturnsNoneIsNone

✔️ Integration.Tests.TestDependency

✔️ VerifyInstalledPackage

✔️ Integration.Tests.TestDicts

✔️ TestDictionaryRoundTrip
✔️ TestDicts_TestDictStrDictInt
✔️ TestDicts_TestDictStrInt
✔️ TestDicts_TestDictStrListInt
✔️ TestDicts_TestMapping

✔️ Integration.Tests.TupleTests

✔️ EightTupleValues
✔️ ElevenTupleValues
✔️ FifteenTupleValues
✔️ FiveTupleValues
✔️ FourteenTupleValues
✔️ FourTupleValues
✔️ NineTupleValues
✔️ SeventeenTupleValues
✔️ SevenTupleValues
✔️ SingleTupleValue
✔️ SixteenTupleValues
✔️ SixTupleValues
✔️ TenTupleValues
✔️ ThirteenTupleValues
✔️ ThreeTupleValues
✔️ TwelveTupleValues
✔️ TwoTupleValues