Skip to content

Commit

Permalink
Move to mocha for testing, and differentiate between unit and functio…
Browse files Browse the repository at this point in the history
…nal tests.
  • Loading branch information
wvanbergen committed Mar 17, 2014
1 parent e801caf commit 461b036
Show file tree
Hide file tree
Showing 19 changed files with 877 additions and 930 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -18,8 +18,8 @@
}
],
"devDependencies": {
"coffee-script": "~> 1.6.2",
"vows": "~> 0.7.0"
"coffee-script": "~> 1.7.1",
"mocha": "~> 1.18.0"
},
"repository": {
"type": "git",
Expand All @@ -34,6 +34,6 @@
"engine": { "node" : ">= 0.8" },
"scripts": {
"prepublish": "cake clean && cake build",
"test": "vows test/*.coffee"
"test": "./node_modules/mocha/bin/mocha --compilers coffee:coffee-script/register test/**/*.coffee"
}
}
135 changes: 0 additions & 135 deletions test/backend_message_test.coffee

This file was deleted.

28 changes: 0 additions & 28 deletions test/buffer_test.coffee

This file was deleted.

71 changes: 0 additions & 71 deletions test/connection_test.coffee

This file was deleted.

109 changes: 0 additions & 109 deletions test/custom_decoders_test.coffee

This file was deleted.

0 comments on commit 461b036

Please sign in to comment.