Christopher Hiller

Results 432 comments of Christopher Hiller

I'll reopen this. I think it'd be helpful. While there are ways to determine cross-test deps w/o tooling, if we can automate that, it'd save people time. After toying with...

OK, that's certainly eaiser to implement! I was looking at the [seedrandom](https://www.npmjs.org/package/seedrandom) lib for this; use the `pass` option. Would accept PR.

@syrnick I would not want to accept a PR with such a large dependency, and instead use `seedrandom`. Without it, I'm not sure how you're going to support seeding. `seedrandom`...

@syrnick Mind you that if you do generate seeds, they may not be "displayable" without passing them off to reporters. I'm not very familiar with the reporting architecture, so I...

@syrnick Please let me know if you intend to do this, thanks.

Progress in [this branch](https://github.com/mochajs/mocha/compare/randomization).

For those interested in this feature, they can send PRs against the [randomization branch](https://github.com/mochajs/mocha/compare/randomization) to help finish what's left.

This is still on the table, but needs attention from not-me

I'm surprised that `this.test.error` does anything. it's a rather obscure API, and I don't recall ever seeing a test for it. I'll have to go back to see when and...

~~I'm not sure when this API was removed, but it was a _long_ time ago. `this.test.error()` is not part of Mocha's API.~~ edit: was not removed, just not obvious