You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/About-wtPLSQL.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Test fixtures and test suites are a part of the xUnit testing framework. At the
109
109
## Test Driven Development
110
110
With **TDD** (Test Driven Development), [you write a test before you write just enough production code to fulfill that test](http://agiledata.org/essays/tdd.html)
111
111
112
-
The wtPLSQL framework is not intended for Test Driven Development. 100% code coverage is not desirable under the **TDD** approach. Test isolation and test transience are welcomed mechanisms to assist in getting tests to pass quickly in **TDD**. The wtPLSQL framework embraces 100% code coverage and does not require test isolation or test transience.
112
+
The wtPLSQL framework is not intended for Test Driven Development. The wtPLSQL framework embraces 100% code coverage and does not require test isolation or test transience.
0 commit comments