feat: adding slice, zero #7
GitHub Actions / Go Test Results
succeeded
Jul 30, 2024 in 1s
14 passed, 0 failed and 0 skipped
✅ .test/reports/unit-test.xml
14 tests were completed in 16s with 14 passed, 0 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
github.com/zeiss/pkg | 0ms | |||
github.com/zeiss/pkg/cast | 2✅ | 1s | ||
github.com/zeiss/pkg/slices | 12✅ | 1s |
✅ github.com/zeiss/pkg/cast
✅ TestZero
✅ TestIsZero
✅ github.com/zeiss/pkg/slices
✅ TestPush/push_to_slice
✅ TestFilter/filter_slice
✅ TestPush
✅ TestInsert/insert_into_slice
✅ TestPop/pop_from_slice
✅ TestInsert
✅ TestDelete/delete_from_slice
✅ TestPop
✅ TestFilter
✅ TestDelete
✅ TestCut/cut_from_slice
✅ TestCut
Loading