- Instant Nancy Web Development
- Christian Horsdal
- 63字
- 2021-08-04 09:59:26
Nancy testing – your first Nancy tests (Intermediate)
In this section, you will see how to start writing tests for your Nancy application. Throughout the book, I will write tests before implementation, following the red, green, refactor cycle of TDD. Consequently, you will see how to test many aspects of Nancy applications. This section just gets you started to using Nancy's testing features.