Spacialist
Spacialist copied to clipboard
Testing
After #252 and #253 are merged, we have to add more phpunit tests to cover all API calls. Beside the php tests we should also add js tests. Also, all new API routes/features should have tests and merging should be blocked if they fail.
- [x] phpunit tests (#342)
- [ ] js tests (TBD)
The phpunit tests from #253 are completely dropped and will be replaced with new tests (see #342). Testing the JS part is probably too much for the next milestone.
The phpunit part is "done" (at least with around 90% coverage) in the latest (0.7 Giza) release. Any help for js tests would be great!