Gastove / doctopus

An un-opinionated framework for Docs on the Webs
Eclipse Public License 1.0
7 stars 2 forks source link

The `storage` API is dead; long live the `storage` API! #76

Closed Gastove closed 8 years ago

Gastove commented 8 years ago

This PR does two things worth talking about:

  1. We deprecated the storage API; this rips it out completely, moving all its major functions in to the tentacle ns.
  2. Freshens up the tests, including some things that were commented out for hack week. Most notably, closes #29 by beginning to do even just the barest, most basic unit testing around routes. (There is LOTS more to do here, but hey, it's a start.)
  3. Twiddles the bits of the testing code so that tests no longer call lein marg, therefore dramatically accelerating the tests.

This PR effectively closes #60 (now there's no way not to use the postgres backend).

fardog commented 8 years ago

:octopus: