testify/assert/internal/unsafetests
Olivier Mengué 858080fbab assert: more unsafe.Pointer tests
1. Isolate tests that use the "unsafe" package in a separate package
   assert/internal/unsafetests. That way the assert package is not
   tainted with unsafe.
2. Remove one reference to the private assert.isNil() in assert tests.
3. Add more tests of assert.Nil and assert.NotNil with unsafe.Pointer.
2023-11-09 16:32:25 +01:00
..
doc.go assert: more unsafe.Pointer tests 2023-11-09 16:32:25 +01:00
unsafetests_test.go assert: more unsafe.Pointer tests 2023-11-09 16:32:25 +01:00