We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593d9ae commit 2fa133dCopy full SHA for 2fa133d
module5-testing/r3-types-of-tests/README.md
@@ -53,7 +53,8 @@ without testing anything -- it hasn't even passed the basics. Smoke tests often
53
run before releasing a product as a "sanity test."
54
55
## Frequency
56
-In the ideal testing environment, unit tests . As tests increase in granularity
+In the ideal testing environment, unit tests will be the most frequent type of
57
+testing. As tests increase in granularity
58
-- that is, they include larger pieces of your system -- you want these tests to
59
be less frequent. The smaller tests should tested individually. In case there is
60
a problem, it becomes easier to isolate if the tests are associated with small
0 commit comments