11 Commits

Author SHA1 Message Date
0e8044b948 Add RethinkDB tests
- Add env variables for all data tests
- Standardize Page.All behavior
- Add Page.Count* tests
2024-01-27 18:04:41 -05:00
d09a5e1243 Add data test for Page.Add 2024-01-25 22:34:42 -05:00
19777c7bad Add Postgres Category tests 2024-01-24 20:20:46 -05:00
3835ed984e Rearrange test files 2024-01-21 14:29:58 -05:00
1345074c71 Add framework for SQLite data tests 2024-01-21 14:26:02 -05:00
ffe6713b5e Add converter / utils tests 2024-01-21 09:17:01 -05:00
cfb3c3a287 Add JSON converter tests 2024-01-20 22:11:27 -05:00
29cbf486db Split tests into separate files 2024-01-10 20:53:59 -05:00
2c052c1813 Add test project
- Create /data directory if necessary (#38)
2024-01-06 17:04:05 -05:00
0f66ca969d
Version 2, ready for beta 2022-06-22 20:35:12 -04:00
Daniel J. Summers
710004dfc4 Huge repo reorganization
In no particular order...
- Created projects using F# generator, using Paket and FAKE
- Split "entities" into their own project, and created interface for
data functions required on those entities
- Renamed "data" project and used it as an implementation of data access
- Created "logic" layer that takes the data interface, and does the
non-persistence-related manipulation of items
- Moved "web" project to "app", and modified Nancy modules to utilize
Logic project and data interface instead of Data project and RethinkDB
connection
- Created test placeholder project; will be filling that out shortly
(TAD?)
2016-08-06 13:55:49 -05:00