brighthive / master-client-index

BrightHive's Master Client Index framework.
MIT License
2 stars 2 forks source link

User helper tests #15

Closed reginafcompton closed 5 years ago

reginafcompton commented 5 years ago

Overview

This PR closes issue #13.

The new batch of unit tests test the functionality of the "helper" functions in the UserHandler. The tests do not call the individual functions, but rather POST data to the users endpoint and query the database for the resultant entries.

reginafcompton commented 5 years ago

Hurrah for the app_context fixture! Thanks for the suggestion @gregmundy.