Commit Graph

23 Commits

Author SHA1 Message Date
Aaron Lindsay 3e3038295d Split reports into models 2017-12-05 05:59:44 -05:00
Aaron Lindsay 5f296e8669 Split prices into models 2017-12-05 05:59:44 -05:00
Aaron Lindsay 128ea57c4d Split accounts and transactions into models 2017-12-05 05:59:44 -05:00
Aaron Lindsay f72c86ef58 Split securities into models 2017-12-05 05:59:44 -05:00
Aaron Lindsay 238809cd46 testing: Add initial OFX credit card import test 2017-11-28 20:14:38 -05:00
Aaron Lindsay aa8924243e Add initial OFX import test
So far, this only checks to ensure that the import doesn't return an
error code.
2017-11-26 14:42:05 -05:00
Aaron Lindsay d9ecaa530b gofmt 2017-11-25 21:01:48 -05:00
Aaron Lindsay e4e474caf2 Remove outdated comment 2017-11-17 21:02:25 -05:00
Aaron Lindsay 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
Aaron Lindsay 9b1b682bac prices: Implement initial API and tests 2017-11-10 20:13:49 -05:00
Aaron Lindsay 6fb66ac04e testing: Add initial report tabulation test 2017-11-03 22:13:20 -04:00
Aaron Lindsay 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
Aaron Lindsay d3c03e4380 testing: Test creating reports 2017-11-01 21:03:07 -04:00
Aaron Lindsay 9721c04e52 testing: More thoroughly test fetching account transactions 2017-10-31 20:56:13 -04:00
Aaron Lindsay 9b00bc8db1 testing: Add more data 2017-10-23 20:10:00 -04:00
Aaron Lindsay 2246a4bff9 testing: Add more test data 2017-10-23 05:49:26 -04:00
Aaron Lindsay cdba839c66 testing: Add transaction-creation test 2017-10-16 05:39:41 -04:00
Aaron Lindsay 6726d9cb2f testing: Test fetching all a user's accounts 2017-10-12 22:19:53 -04:00
Aaron Lindsay a399d75124 testing: Add account tests 2017-10-11 21:19:14 -04:00
Aaron Lindsay 14b0839b41 Add security tests 2017-10-09 21:11:50 -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