4 comments

[ 415 ms ] story [ 912 ms ] thread
I'm curious - why would anyone use this project and not Expresso (which interestingly, the author links to as well)? It seems like this is a version of expresso's assert.response. Am I wrong?
Expresso is a great testing tool, but:

- Testosterone can test non-nodejs http servers.

- Expresso run the tests in parallel making difficult to do some kind of asserts (with gently for example).

- Testosterone has a sinatra-like syntax and a nice flower.