diff options
author | Rémy Coutable <remy@rymai.me> | 2017-10-11 16:33:57 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-10-11 16:33:57 +0200 |
commit | 9e5cb67e9db6c30f550697eabb3fd3a891be3a0d (patch) | |
tree | 25800608a3d164ed072d1e87cfa87e99440f5ec3 /doc/development/README.md | |
parent | 5a2acfe036b4ce2c74b015101c57f040b851899c (diff) | |
download | gitlab-ce-9e5cb67e9db6c30f550697eabb3fd3a891be3a0d.tar.gz |
Fix a missing link and create a separate "Testing guides" sectiondocs/fix-dev-doc
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index e2d0c6c2056..36096842344 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -21,7 +21,6 @@ ## Backend guides -- [Testing standards and style guidelines](testing_guide/index.md) - [API styleguide](api_styleguide.md) Use this styleguide if you are contributing to the API. - [Sidekiq guidelines](sidekiq_style_guide.md) for working with Sidekiq workers @@ -67,6 +66,11 @@ - [Ordering table columns](ordering_table_columns.md) - [Verifying database capabilities](verifying_database_capabilities.md) +## Testing guides + +- [Testing standards and style guidelines](testing_guide/index.md) +- [Frontend testing standards and style guidelines](testing_guide/frontend_testing.md) + ## Documentation guides - [Documentation styleguide](doc_styleguide.md): Use this styleguide if you are |