Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9e5cb67e
Commit
9e5cb67e
authored
Oct 11, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a missing link and create a separate "Testing guides" section
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
5a2acfe0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
doc/development/README.md
doc/development/README.md
+5
-1
doc/development/testing_guide/index.md
doc/development/testing_guide/index.md
+1
-0
No files found.
doc/development/README.md
View file @
9e5cb67e
...
@@ -21,7 +21,6 @@
...
@@ -21,7 +21,6 @@
## Backend guides
## Backend guides
-
[
Testing standards and style guidelines
](
testing_guide/index.md
)
-
[
API styleguide
](
api_styleguide.md
)
Use this styleguide if you are
-
[
API styleguide
](
api_styleguide.md
)
Use this styleguide if you are
contributing to the API.
contributing to the API.
-
[
Sidekiq guidelines
](
sidekiq_style_guide.md
)
for working with Sidekiq workers
-
[
Sidekiq guidelines
](
sidekiq_style_guide.md
)
for working with Sidekiq workers
...
@@ -67,6 +66,11 @@
...
@@ -67,6 +66,11 @@
-
[
Ordering table columns
](
ordering_table_columns.md
)
-
[
Ordering table columns
](
ordering_table_columns.md
)
-
[
Verifying database capabilities
](
verifying_database_capabilities.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 guides
-
[
Documentation styleguide
](
doc_styleguide.md
)
: Use this styleguide if you are
-
[
Documentation styleguide
](
doc_styleguide.md
)
: Use this styleguide if you are
...
...
doc/development/testing_guide/index.md
View file @
9e5cb67e
...
@@ -84,6 +84,7 @@ test should be re-implemented using RSpec instead.
...
@@ -84,6 +84,7 @@ test should be re-implemented using RSpec instead.
[
^1
]:
/ci/yaml/README.html#dependencies
[
^1
]:
/ci/yaml/README.html#dependencies
[
rails
]:
http://rubyonrails.org/
[
RSpec
]:
https://github.com/rspec/rspec-rails#feature-specs
[
RSpec
]:
https://github.com/rspec/rspec-rails#feature-specs
[
Capybara
]:
https://github.com/teamcapybara/capybara
[
Capybara
]:
https://github.com/teamcapybara/capybara
[
Karma
]:
http://karma-runner.github.io/
[
Karma
]:
http://karma-runner.github.io/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment