1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 12:20:04 -04:00
Commit Graph

70 Commits

Author SHA1 Message Date
4e53a5e59c Use SQL transactions for the entirety of every request 2017-10-14 14:20:50 -04:00
6726d9cb2f testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
c26ce83aa3 testing: Test for and protect against circular accounts 2017-10-12 21:20:13 -04:00
d5f8d57bf2 testing: Add tests for fetching multiple securities 2017-10-12 20:47:44 -04:00
a399d75124 testing: Add account tests 2017-10-11 21:19:14 -04:00
52ee17dae8 testing: Add session deletion test 2017-10-11 05:49:41 -04:00
e781e9861b sessions: Return deletion errors to user 2017-10-11 05:49:08 -04:00
3c5e726f93 testing: Error on teardown failures 2017-10-11 05:48:31 -04:00
14b0839b41 Add security tests 2017-10-09 21:11:50 -04:00
4953063286 testing: Make handlers.Error obey the standard 'error' interface
And return these types from test helper functions
2017-10-09 21:11:50 -04:00
32ac18647b testing: Add GET, DELETE, PUT helper functions too 2017-10-09 06:00:51 -04:00
2decf765ac testing: Add common way to POST objects 2017-10-08 21:18:30 -04:00
bd52df65cd Create framework to automate creation/teardown of test data 2017-10-08 20:29:51 -04:00
3c6b5528f9 Delete everything when we delete a user 2017-10-07 21:04:59 -04:00
6e620fe713 Fix user deletion 2017-10-07 06:29:25 -04:00
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
2fe25cbb77 Add negative security handler tests 2017-10-05 21:08:17 -04:00
a6e2b33dd0 Add a test for limiting security templates returned 2017-10-05 08:42:19 -04:00
e0ce1576cd Add first test
This tests only querying security templates, and not very exhaustively,
but it's a test!
2017-10-05 08:06:08 -04:00
d0a5980b85 First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00