habitica-self-host/test
Matteo Pagliazzi ed0e4c6d20 Reorganize files under /src, separate express app in two apps, one for api v1 and v2 and the other \
for the upcoming api v3

Reorganize files under /src, separate express app in two apps, one for api v1 and v2 and the other for the upcoming api v3

move api v2 routes in a separate folder, rename apiv1 file for better readability, remove auth routes for api v1

move api-v2 controllers in subdirectory

move unorganized files to /libs

fix gulp requires and separate server in old (api v1 and v2) and new (api v3) app

fix require paths

fix require paths

fix require paths

put api v1 back

Reorganize files under /src and separate express app in one for api v1 and v2 and the other for v3
2015-11-02 17:43:32 +01:00
..
api Adjust style of tests. 2015-10-31 21:37:44 -05:00
api-legacy Reorganize files under /src, separate express app in two apps, one for api v1 and v2 and the other \ 2015-11-02 17:43:32 +01:00
archive chore(archived tests) Moving unused tests, casper stuff, and 2014-01-16 16:32:53 -07:00
common Reorganize files under /src, separate express app in two apps, one for api v1 and v2 and the other \ 2015-11-02 17:43:32 +01:00
content Correct test commands 2015-10-17 12:22:04 -05:00
e2e fix(test): Correct e2e expectation 2015-07-30 20:59:55 -05:00
helpers Reorganize files under /src, separate express app in two apps, one for api v1 and v2 and the other \ 2015-11-02 17:43:32 +01:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side Reorganize files under /src, separate express app in two apps, one for api v1 and v2 and the other \ 2015-11-02 17:43:32 +01:00
spec typo 2015-10-04 13:34:51 +01:00
mocha.opts Remove debug option from mocha opts 2015-10-27 12:25:39 -05:00
README.md Update README to account for API tests in JS. 2014-01-15 21:34:36 -08:00

We need to clean up this directory. The real tests are in spec/ mock/ e2e/ and api.mocha.coffee. We want to:

  1. Move all old / deprecated tests from casper, test2, etc into spec, mock, e2e
  2. Remove dependency of api.mocha.coffee on Derby, port it to Mongoose
  3. Add better test-coverage