pokemon-showdown/test
Guangcong Luo 573922f145 Give more control over when servers are spawned
Previously, include('./sockets.js') and include('./app.js') would
automatically spawn listener processes.

Now, you have to actually use .listen() to spawn listener processes.

This makes the testing framework simpler, since it no longer needs an
ugly hack to suppress spawning socket processes, and also makes it
easier for the ./pokemon-showdown "binary" to pass a port to app.js.

./pokemon-showdown will now also install dependencies if necessary.
2016-01-07 00:20:49 -06:00
..
application Test: make player name sync regression test more robust 2015-12-20 00:18:23 -05:00
dev-tools/eslint Always use trailing comma for multiline objects 2016-01-01 00:20:07 +01:00
simulator Fix old pullreq for modern code style 2016-01-04 23:13:43 -06:00
.eslintrc Modify data and mods files to follow style rules 2016-01-01 00:18:00 +01:00
main.js Give more control over when servers are spawned 2016-01-07 00:20:49 -06:00
mocha.opts Implement JSCS rule to enforce PS conditionals' style 2015-06-12 03:36:36 -05:00