Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

There are a couple of frameworks you should know about

06b edited this page Dec 30, 2014 · 3 revisions

We make extensive use of open-source

We rely on 3rd party open-source software while creating Nancy. All of these fall on the testing side of Nancy and since we try to use a TDD workflow, as much as possible, they are used a lot. In order to contribute to Nancy you're going to have to get acquainted with these since we are expecting (shocking right!) you to provide tests with your code. These tests will help us a ton with regression testing. Thanks for helping us out with it. Love you!

  • xUnit; used for unit tests
  • MSpec; used for BDD style acceptance tests
  • FakeItEasy; used for mocking in the unit tests
Clone this wiki locally