habitica/test
2015-12-30 07:58:55 -06:00
..
api Merge branch 'develop' into api-v3 2015-12-30 07:58:55 -06:00
api-legacy chore(dependency): Upgrade lodash from v2 to v3 2015-12-29 07:45:03 -06:00
common Merge branch 'develop' of github.com:HabitRPG/habitrpg into api-v3 2015-12-29 08:06:22 -06:00
content chore(dependency): Remove unneeded lodash submodules 2015-12-29 07:45:13 -06:00
e2e adjust forgot password text to specify that you must use the website - fixes https://github.com/HabitRPG/habitrpg-android/issues/170 2015-12-11 06:39:03 +10:00
helpers tests(api): Port over new integration helper from develop 2015-12-30 07:57:41 -06:00
migrations Add rudimentary test for migration script 2015-06-05 13:12:38 -05:00
server_side Merge branch 'develop' into api-v3 2015-11-27 17:05:29 +01:00
spec Add confirmation popover for Release pets/mounts 2015-12-28 21:37:38 -06:00
mocha.opts Switch out babel for babel-core 2015-11-15 15:15:52 -06: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