Skip to content

Commit b798fc2

Browse files
committed
chore(deps): update conformance tests to v0.1.4
Adds FORMAE_TEST_TYPE and FORMAE_TEST_FILTER support for selective test runs.
1 parent 0151407 commit b798fc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/google/uuid v1.6.0
1515
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf
1616
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1
17-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.3
17+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4
1818
github.com/stretchr/testify v1.11.1
1919
)
2020

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c260
7878
github.com/platform-engineering-labs/formae/pkg/model v0.0.0-20260120041653-c26026025caf/go.mod h1:XmGJA7jNPX9cEGc8TxTiEDitBuEVJOddNakdTZ/bH4U=
7979
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1 h1:c4w0nStzh1l7Bw30zBRZZAbXe3MKunb6rLqlC4P9AAE=
8080
github.com/platform-engineering-labs/formae/pkg/plugin v0.1.1/go.mod h1:8natf83aLhyYS6gPH3ExpIo+F72TjLZTXNDpxDfUpz8=
81-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.3 h1:zrjfUHATJ3FoeNaQsu+R60vP6jgu58CGeXFfg9uCbCs=
82-
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.3/go.mod h1:j68ZmEj4u8gMKPPjfUItQO7MqfkD49lVaz2BfnPFa14=
81+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4 h1:EJxFasNyjyF2NqVHTuq2kg15HbKskn9xvngQXwcxckI=
82+
github.com/platform-engineering-labs/formae/pkg/plugin-conformance-tests v0.1.4/go.mod h1:j68ZmEj4u8gMKPPjfUItQO7MqfkD49lVaz2BfnPFa14=
8383
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
8484
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
8585
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=

0 commit comments

Comments
 (0)