Testing: Remove irrelevant sentences

This commit is contained in:
Christine Dodrill 2015-07-02 10:19:41 -07:00
parent 2c529f0bbe
commit 1b622e4759
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ else:
Use http://nim-lang.org/unittest.html[unittest]
Write your unit test first. Write all of them first! They should fail 100%. Then write your codes. If your codes are correct then when you run your unit tests again they should all pass 100%. If your unit tests do not pass 100% but only pass like 25% then you have error in your codes! Fix your codes and run your unit tests again. Keep fixing codes until the unit tests are 100%. You can remember it by the thinking of : RED :red_circle:, REFACTOR :factory:, GREEN :green_heart:! Go for the green!
### Functional and integration testing
TODO