-
-
Notifications
You must be signed in to change notification settings - Fork 6k
test coverage for Leaflet #1340
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
Conversation
|
Build failed, because SpecHelper needs to be run before other specs. |
|
Thanks for tip. Will fix it asap! On 02.02.2013, at 12:56, Vladimir Agafonkin notifications@github.com Build failed, because SpecHelper needs to be run before other specs. — |
|
not sure why build doesn't show status but it should work |
|
I think it's because it can't be automatically merged (there are conflicts). Thanks! |
|
will you resolve those? Or should I? |
|
I'll merge manually on Monday. |
|
👍 |
|
--------------------------------------+-----------+-----------+-----------+-----------+ |
|
I had to install grunt with: To get grunt to run. |
|
@danzel thanks! Grunt wont be needed once the master testacular version gets to stable though. |
|
@danzel @mourner nice catch though. If you expect people to use code coverage it might make sense to put all the details. Since as I know testacular releases are not regular and seems like they are in the middle of refactoring(*I have a pull req there and this weekend I was asked to refactor it in plugin:)), so sable release could happen tommorow or in 6 month :( |
|
One issue I had with testacular is that after I reconfigured it for continuous mode, it would run initially and rerun when I saved. But the reruns would only rerun the failing tests, so if I made one of the tests that was passing fail it wouldn't be picked up. |
|
Merged, nice work Eldar! Had to manually fix whitespace though (2-space -> tabs). |
|
To get PhantomJS going on windows, download it from http://phantomjs.org/download.html I'll write these up in contributing.md |
to use test coverage you need to:
$ cd node_modules
$ git clone git://github.com/testacular/testacular.git
$ cd testacular
$ sudo npm install
$ grunt
$ cd ../..
$ jake test --cov