From 9a68b80c73d11acb29b168c451a6d961016adb8f Mon Sep 17 00:00:00 2001 From: daria-malkova Date: Mon, 13 Dec 2021 14:58:25 +0300 Subject: [PATCH] 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 04f5c5cc1945..cf1ccffee09b 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()