Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
6c6afd3f
Commit
6c6afd3f
authored
Oct 10, 2014
by
Alexander Makarov
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5465 from alexberriman/patch-1
[skip ci] Update test-overview.md
parents
232bcd1d
60516f8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test-overview.md
docs/guide/test-overview.md
+2
-2
No files found.
docs/guide/test-overview.md
View file @
6c6afd3f
...
@@ -29,8 +29,8 @@ The process of developing a feature is the following:
...
@@ -29,8 +29,8 @@ The process of developing a feature is the following:
After it's done the process is repeated again for another feature or improvement. If existing feature is to be changed,
After it's done the process is repeated again for another feature or improvement. If existing feature is to be changed,
tests should be changed as well.
tests should be changed as well.
> **Tip**: If you feel that you are lo
osing time doing a lot of small and simple iterations
try covering more by your
> **Tip**: If you feel that you are lo
sing time doing a lot of small and simple iterations,
try covering more by your
> test scenario so you do more before executing tests again. If you're debugging too much try doing the opposite.
> test scenario so you do more before executing tests again. If you're debugging too much
,
try doing the opposite.
The reason to create tests before doing any implemenation is that it allows you to focus on what do we want to achieve
The reason to create tests before doing any implemenation is that it allows you to focus on what do we want to achieve
and fully dive into "how to do it" afterwards. Usually it leads to better abstractions and easier test maintenance when
and fully dive into "how to do it" afterwards. Usually it leads to better abstractions and easier test maintenance when
...
...
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