// Copyright Earl Warren // Copyright Loïc Dachary // SPDX-License-Identifier: MIT package f3 import ( "github.com/stretchr/testify/assert" ) type TestingT interface { assert.TestingT TempDir() string Skip(args ...any) FailNow() }