habitica/test
2015-07-12 10:03:41 -05:00
..
api Merge branch 'develop' into hairlessbear-quest_invite_modal_on_user_sync 2015-06-20 17:36:32 -05:00
archive chore(archived tests) Moving unused tests, casper stuff, and 2014-01-16 16:32:53 -07:00
common set all daily repeat code and tests to use true/false instead of 1/0 for consistency with DailySchema; comment-out unused default Daily repeat code 2015-06-27 20:06:04 +10:00
e2e Edit from /string/ format to "string" format so that login test passes. 2015-05-01 13:29:40 +10:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side Add platform, change itemName to itemKey 2015-07-12 10:03:41 -05:00
spec Remove mixpanel mock 2015-07-01 18:32:11 -05:00
mocha.opts Adjust namespace of api tests 2015-05-07 21:22:30 -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