tamara-bain / cmput410-project

Apache License 2.0
0 stars 1 forks source link

Improve API tests #14

Closed MarkGalloway closed 9 years ago

MarkGalloway commented 9 years ago

The tests have very low coverage, and many aren't really testing much.

I would rather see tests like this:

etc...

MarkGalloway commented 9 years ago

This is really important, so I will start on this and fix all of the (~8) failing tests.

MarkGalloway commented 9 years ago

I've fixed all of the Posts API failing tests.

There are still failing Friends API tests. It might be the actual views that are broken since @Tamarabyte changed the models

MarkGalloway commented 9 years ago

Improved enough for now.