Incorporate server and cli into new code #13
Loading…
Reference in New Issue
No description provided.
Delete Branch "tvb/server"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This refactor brings the server and the command line interface into the new code. The server is runnable via
amanuensis-server
and the cli is runnable viaamanuensis-cli
.A significant amount of old code has been removed as part of this change:
A toy unit test has been added to demonstrate that server unit tests work. The sqlite memory database doesn't work with multiple connections, though, so the server tests will need to create tempfile databases in the future.