Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit Testing #28

Closed
pedrokiefer opened this issue Nov 29, 2012 · 4 comments
Closed

Unit Testing #28

pedrokiefer opened this issue Nov 29, 2012 · 4 comments
Milestone

Comments

@pedrokiefer
Copy link
Contributor

JsSIP is a fairly complex project, using unit testing would make it easier to change and evolve the project. There are quite a few node.js unit testing frameworks.

NodeUnite seems nice: https://github.com/caolan/nodeunit

@ibc
Copy link
Member

ibc commented Nov 29, 2012

The test unit is just for "internal" purposes so let's assign it to "Future" milestone (it can be added at any time).

Along with the existing unit testing frameworks, I am also planing to build an OverSIP server for JsSIP testing purposes. It would be an OverSIP that sends specific SIP responses to specific SIP requests made by JsSIP, and could also generate request to be sent to JsSIP.

@ibc
Copy link
Member

ibc commented Feb 11, 2013

I'm working in a local branch for adding a tesunit. I will try "nodeunit" and also "qunitjs" (http://qunitjs.com/).

@ibc
Copy link
Member

ibc commented Feb 11, 2013

Another test library for javascript: http://pivotal.github.com/jasmine/

@ibc
Copy link
Member

ibc commented Feb 12, 2013

Finally qunitjs is used. Done in e593396.

@ibc ibc closed this as completed Feb 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants