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

17 Commits

Author SHA1 Message Date
d9ecaa530b gofmt 2017-11-25 21:01:48 -05:00
e4e474caf2 Remove outdated comment 2017-11-17 21:02:25 -05:00
c48c50d2c5 API: Move prices under securities
For example, instead of GETting /prices/5 to query a price with ID 5,
you now must GET /securities/2/prices/5 (assuming price 5's SecurityId
is 2)
2017-11-16 19:32:30 -05:00
9b1b682bac prices: Implement initial API and tests 2017-11-10 20:13:49 -05:00
6fb66ac04e testing: Add initial report tabulation test 2017-11-03 22:13:20 -04:00
5504d37482 testing: Improve testing CRUD for reports
Ensure we don't get silent errors if the Lua code is longer than the
database column, don't leave out the first report from testing, test
fetching multiple reports.
2017-11-03 20:50:19 -04:00
d3c03e4380 testing: Test creating reports 2017-11-01 21:03:07 -04:00
9721c04e52 testing: More thoroughly test fetching account transactions 2017-10-31 20:56:13 -04:00
9b00bc8db1 testing: Add more data 2017-10-23 20:10:00 -04:00
2246a4bff9 testing: Add more test data 2017-10-23 05:49:26 -04:00
cdba839c66 testing: Add transaction-creation test 2017-10-16 05:39:41 -04:00
6726d9cb2f testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
a399d75124 testing: Add account tests 2017-10-11 21:19:14 -04:00
14b0839b41 Add security tests 2017-10-09 21:11:50 -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
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