HR / pictroid

A space imagery sharing social network.
Other
6 stars 0 forks source link

Testing (TDD) #27

Open HR opened 10 years ago

HR commented 10 years ago

As we implement new functionality, we need to make sure that all previous functionality works and that no code breaks. To do this, we need to adapt TDD (test driven development). We'll be using mocha (http://visionmedia.github.io/mocha/) TDD framework to do so. Links to help:

HR commented 10 years ago

This issue relies on #20