diff options
author | Rémy Coutable <remy@rymai.me> | 2017-10-09 17:51:31 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-10-09 17:51:31 +0200 |
commit | 263482ac6d693c954af356e8f225cf2fe6c471ae (patch) | |
tree | 2b4bd8a8627c869b6c0a76d014e61530ae23153a /doc/development/testing_guide/index.md | |
parent | 6486f365418c04cd40ee25c2f96dda3bec959b38 (diff) | |
download | gitlab-ce-rc/refactor-testing-docs.tar.gz |
Address feedback from Axilrc/refactor-testing-docs
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/testing_guide/index.md')
-rw-r--r-- | doc/development/testing_guide/index.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/development/testing_guide/index.md b/doc/development/testing_guide/index.md index 9db664db066..38b1fe1a193 100644 --- a/doc/development/testing_guide/index.md +++ b/doc/development/testing_guide/index.md @@ -1,4 +1,4 @@ -# Testing Standards and Style Guidelines +# Testing standards and style guidelines This document describes various guidelines and best practices for automated testing of the GitLab project. @@ -31,14 +31,14 @@ changes should be tested. --- -## [Testing Best practices](best_practices.md) +## [Testing best practices](best_practices.md) Everything you should know about how to write good tests: RSpec, FactoryGirl, system tests, parameterized tests etc. --- -## [Frontend Testing](frontend_testing.md) +## [Frontend testing standards and style guidelines](frontend_testing.md) Everything you should know about how to write good Frontend tests: Karma, testing promises, stubbing etc. @@ -59,7 +59,7 @@ parallelization, monitoring. --- -## [Testing Rake Tasks](testing_rake_tasks.md) +## [Testing Rake tasks](testing_rake_tasks.md) Everything you should know about how to test Rake tasks. |