habitica/test
2015-11-04 07:56:34 -06:00
..
api/v2 Merge branch 'develop' into flag_messages_in_api 2015-11-04 07:56:34 -06: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 Move api tests to v2 namespace 2015-11-03 08:31:20 -06: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