habitica/test
Tyler Renelle 2c1eb955ac fix #1954 . Start updating API tests, beginning with challenges. Use
test to fix "challenge updates not updating users' tasks"
2014-01-03 00:01:24 -07: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 Tests for inventoryCtrl 2014-01-02 22:49:31 -03:00
test2 using eval tests 2013-04-02 22:08:16 +08:00
api.mocha.coffee fix #1954 . Start updating API tests, beginning with challenges. Use 2014-01-03 00:01:24 -07:00
mocha.opts set mocha timeout to 4s 2013-08-14 09:42:25 -04:00
README.md [#1534] add some more starter test code, still no tests 2013-09-13 21:19:02 -04:00
run_tests.sh Test server port changed to 3001 2014-01-01 14:01:51 -03: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. Move api.mocha.coffee to vanilla javascript
  3. Remove dependency of api.mocha.coffee on Derby, port it to Mongoose
  4. Add better test-coverage