-
Notifications
You must be signed in to change notification settings - Fork 1
Home
edechter edited this page Jun 9, 2014
·
13 revisions
Josh and Eyal plan to refactor and validate the Strappy code base by June 26th.
- [] Redesign directory and library structure to separate core EC code from analysis code and project specific code. (Eyal) Notes on planned architecture
- [] Implement visualization, logging, and data analysis tools. (Josh)
We are using HSpec to write and run unit tests for Strappy. For an example, see the beginnings of the test suite for the strappy-core project. For each project, tests are located in the project top level directory in a test/ directory. That directory should have a single file in it.