ODM2 / ODM2RESTfulWebServices

A Python RESTful web service inteface for accessing data in an ODM2 database via Django rest swagger APIs.
http://odm2.github.io/ODM2RESTfulWebServices/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Need to fix testings mechanism. #74

Open lsetiawan opened 6 years ago

lsetiawan commented 6 years ago

The current testing mechanism doesn't work, need to update to having folder called tests then how it's implemented, I'm not quite sure. I need @ocefpaf assistance on this.

See https://github.com/ODM2/ODM2RESTfulWebServices/pull/73#issuecomment-355076911 and https://travis-ci.org/ODM2/ODM2RESTfulWebServices/jobs/324673995#L1817

lsetiawan commented 6 years ago

I think this is now fixed. See https://github.com/ODM2/ODM2RESTfulWebServices/pull/76#issuecomment-356117360. Though I still need to research the best practice to do Django reusable app testing.