This is an automated email from the ASF dual-hosted git repository.
pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 9a68b80 Docs for validators tests
new bf77781 Merge pull request #16206 from [BEAM-13449][Playground] Docs
for validators tests
9a68b80 is described below
commit 9a68b80c73d11acb29b168c451a6d961016adb8f
Author: daria-malkova <[email protected]>
AuthorDate: Mon Dec 13 14:58:25 2021 +0300
Docs for validators tests
---
playground/backend/internal/validators/validator_test.go | 3 +++
1 file changed, 3 insertions(+)
diff --git a/playground/backend/internal/validators/validator_test.go
b/playground/backend/internal/validators/validator_test.go
index 04f5c5c..cf1ccff 100644
--- a/playground/backend/internal/validators/validator_test.go
+++ b/playground/backend/internal/validators/validator_test.go
@@ -21,6 +21,9 @@ import (
"testing"
)
+// TestMain setups and teardown all necessary functionality for tests
+// in 'validators' package (i.e. for java_validators_test, go_validators_test,
+// python_validators_test)
func TestMain(m *testing.M) {
setup()
defer teardown()