habitica/test
2014-01-15 21:34:36 -08:00
..
casper small test tweaks 2013-02-28 18:24:14 -05:00
e2e E2e tests: launch Selenium and node server and kill them after finishing the tests, using a test database 2014-01-01 14:01:51 -03:00
includes prepare casper for some better tests 2013-01-20 13:40:04 -05:00
spec Remove references to $rootScope.Shared & .Content in non-view code. 2014-01-15 21:33:58 -08:00
test2 using eval tests 2013-04-02 22:08:16 +08:00
api.mocha.js Rewrite API tests in normal JS. 2014-01-15 21:34:36 -08:00
mocha.opts Rewrite API tests in normal JS. 2014-01-15 21:34:36 -08:00
README.md Update README to account for API tests in JS. 2014-01-15 21:34:36 -08:00
run_tests.sh Actually wait for Selenium to start. 2014-01-15 21:34:20 -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