Commit Graph

9 Commits

Author SHA1 Message Date
Aaron Lindsay 3f4d6d15a1 Split Sessions into models 2017-12-05 05:59:44 -05:00
Aaron Lindsay 5a6be5a07b Stop using form elements for API
Just send the JSON as the request body
2017-11-13 20:48:19 -05:00
Aaron Lindsay 9429b748fa Prefix all API endpoints with 'v1/', pluralize collections 2017-11-11 08:05:09 -05:00
Aaron Lindsay 5d50753bc8 testing: Ensure client CookieJar's aren't shared 2017-10-23 05:48:12 -04:00
Aaron Lindsay 52ee17dae8 testing: Add session deletion test 2017-10-11 05:49:41 -04:00
Aaron Lindsay 32ac18647b testing: Add GET, DELETE, PUT helper functions too 2017-10-09 06:00:51 -04:00
Aaron Lindsay 2decf765ac testing: Add common way to POST objects 2017-10-08 21:18:30 -04:00
Aaron Lindsay bd52df65cd Create framework to automate creation/teardown of test data 2017-10-08 20:29:51 -04:00
Aaron Lindsay 8f0f64ae53 Add tests for users and sessions
Split out common test infrastructure from security_templates_test, make
tests HTTPS, use the http.Client provided by httptest
2017-10-07 06:21:05 -04:00