osuosl / orvsd_central

5 stars 2 forks source link

Tests! #111

Closed justinnoah closed 9 years ago

justinnoah commented 9 years ago

TheOC needs to be easily testable

This issue is not for specific tests, but to make sure whatever is needed is done to make writing tests as easy as possible.

Possible additions:

justinnoah commented 9 years ago

I'm going to explore the use of Flask-Testing

justinnoah commented 9 years ago

Ended up not using Flask-Testing, rolled my own decorator.

Going to add some more/better documentation then create a PR