-
Notifications
You must be signed in to change notification settings - Fork 774
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
tests failing #144
Comments
Your first point about the tests not running, I'm not clear about the case where they're not? Regarding the tests failing, that's because you pulled the master branch (development). There's one issue that I believe to be a bug in io.js. More details here: #141. |
Your In my edited If its really required to search multiple folders to add tests to mocha, then you should wrap the walker (see example: https://shrib.com/fs-extra-test.js-modified?v=pr). This should avoid looking in folders that are in |
@jprichardson any update on this? Right now I've got a edited cloned repo with the changes I've mentioned above so that I can optionally run the fs-extra tests correctly (see above note about 'node_modules') along with mine |
Sure, please submit a PR and I'll accept it. But note, it should find > 100 tests in either scenario. |
Ok, I'll do that later on today when I get home |
Sorry for the delay, I got wrapped up in a problem. The modified Also, I've sent the PR (#146). You can find another modified |
Yes :) https://travis-ci.org/jprichardson/node-fs-extra/jobs/69456709 Results from your pull request... you can see 115. I'm really curious to as why on your system there's only 43. If it's helpful I could attach an output from either |
oh lol, your talking about the individual registered tests aren't you? All this time I though you were talking about the files that contain the tests, which are only 43 files so far :D |
Oh haha... that makes sense! |
Closing as #146 fixes this. Thanks! |
Implementation
Your new implementation of running the tests is okay if the module being tested isn't under some folder called
node_modules
some where in its pathname, but if it is, 0 tests are found.It runs fine with this code: https://shrib.com/fs-extra-test.js-fix?v=pr
Copy, move and ncp
I'm not sure these other errors are related to me running on Windows 8.1 x64, but thought I should put them up: https://shrib.com/GsntR4KJ?v=pr
The text was updated successfully, but these errors were encountered: