mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-06 16:06:12 +02:00
feat(resources) http-project-guide grammar and clarity changes
This commit is contained in:
@@ -23,7 +23,7 @@ fun test_get_definition() {
|
||||
assert(line == "ANSWER something interesting here\n");
|
||||
}
|
||||
```
|
||||
The idea is to try and test all the functionality of your program and use these tests to identify what is going wrong.
|
||||
The idea here is to try and test all the functionality of your program and use the above tests to identify what may be going wrong.
|
||||
|
||||
Coverage is a reasonably good metric for establishing if your code is well tested. Coverage is identifying what lines
|
||||
are covered by unit tests and what lines are not.
|
||||
|
||||
Reference in New Issue
Block a user