summaryrefslogtreecommitdiff
path: root/workhorse/doc/development/tests.md
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/doc/development/tests.md')
-rw-r--r--workhorse/doc/development/tests.md25
1 files changed, 11 insertions, 14 deletions
diff --git a/workhorse/doc/development/tests.md b/workhorse/doc/development/tests.md
index 82f74e8656b..a5eb7571cc0 100644
--- a/workhorse/doc/development/tests.md
+++ b/workhorse/doc/development/tests.md
@@ -1,17 +1,14 @@
-# Testing your code
-
-Run the tests with:
+---
+stage: Create
+group: Source Code
+info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
+---
-```
-make clean test
-```
-
-## Coverage / what to test
+# Testing your code
-Each feature in GitLab Workhorse should have an integration test that
-verifies that the feature 'kicks in' on the right requests and leaves
-other requests unaffected. It is better to also have package-level tests
-for specific behavior but the high-level integration tests should have
-the first priority during development.
+This document was moved to [another location](../../../doc/development/workhorse/index.md).
-It is OK if a feature is only covered by integration tests.
+<!-- This redirect file can be deleted after <2022-07-01>. -->
+<!-- Redirects that point to other docs in the same project expire in three months. -->
+<!-- Redirects that point to docs in a different project or site (for example, link is not relative and starts with `https:`) expire in one year. -->
+<!-- Before deletion, see: https://docs.gitlab.com/ee/development/documentation/redirects.html -->