Playing with FIT

Spend a few odd hours over the last week integrating the ability to run FIT tests into our wiki. Generally everthing worked well except I was having trouble figuring how to bring the wiki pages that described the tests together with the code that actually got tested with the framework that brings them together.

A little discussion with Ward led me to the light. Turns out I was trying to bring the code under test to the test definitions (wiki pages). What Ward suggested was to take the test definitions to where the code is located. So now I need to work with Draco.NET to ensure the FIT tests run every night.