art-in / TDL

Lightweight task tracker for daily life
0 stars 0 forks source link

Think about testing #61

Closed art-in closed 9 years ago

art-in commented 9 years ago

What code layers to cover with tests?

What testing framework to use?

art-in commented 9 years ago

For the layers. First prefer testing web service as a whole (nodejs + mongodb). Later should consider testing UI through PhantomJS and unit testing.

From scratch investigation I've found following popular framework: