aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/stretchr/testify/assert/gotest/ya.make
blob: 4fc9cd56c981f309176c6314152937b25cc56a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_TEST_FOR(vendor/github.com/stretchr/testify/assert)

LICENSE(MIT)

DATA(arcadia/vendor/github.com/stretchr/testify)

TEST_CWD(vendor/github.com/stretchr/testify/assert)

GO_SKIP_TESTS(
    TestDirExists
    TestFileExists
    TestNoDirExists
    TestNoFileExists
    TestDidPanic
    TestPanicsWithValue
)

TAG(ya:go_total_report)

END()