artofsequence / aos-designer

Digital Story Editor
Other
4 stars 3 forks source link

Unit Tests #21

Closed Klaim closed 11 years ago

Klaim commented 11 years ago

There is currently no unit tests. With the separation of core and view, it should be easy to setup at least unit tests for core.

The first thing would be to choose the unit test framework:

Klaim commented 11 years ago

Began adding unit tests in 264d48b0b861dd79710b980443ca652d86b3cb5d

Klaim commented 11 years ago

GTest have been setup and used in backend tests. We will continue adding tests while working on the backend/frontend architecture.