Rename CSnake project to CSnake.SourceGeneration and unify nupkgs #211
GitHub Actions / .NET Test report ubuntu-latest-3.10
succeeded
Sep 19, 2024 in 0s
91 passed, 0 failed and 0 skipped
✔️ src/test-results/test-results-ubuntu-latest-3.10.trx
91 tests were completed in 27s with 91 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
Integration.Tests.ArgsTests | 6✔️ | 444ms | ||
Integration.Tests.BasicTests | 9✔️ | 488ms | ||
Integration.Tests.BufferTests | 28✔️ | 1s | ||
Integration.Tests.DefaultsTests | 7✔️ | 16s | ||
Integration.Tests.ExceptionTests | 2✔️ | 15s | ||
Integration.Tests.FalseReturns | 12✔️ | 676ms | ||
Integration.Tests.GeneratorTests | 2✔️ | 183ms | ||
Integration.Tests.NoneTests | 2✔️ | 129ms | ||
Integration.Tests.TestDependency | 1✔️ | 15s | ||
Integration.Tests.TestDicts | 5✔️ | 361ms | ||
Integration.Tests.TupleTests | 17✔️ | 16s |
✔️ 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
Loading