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

Kahlan integration. #14

Open
jmalloc opened this issue Oct 17, 2017 · 1 comment
Open

Kahlan integration. #14

jmalloc opened this issue Oct 17, 2017 · 1 comment

Comments

@jmalloc
Copy link
Member

jmalloc commented Oct 17, 2017

@ezzatron has been promoting Kahlan as an alternative to Peridot due to it's wider adoption and likelyhood that it's capable of being extended to run tests as coroutines in much the same way as Peridot.

This doesn't necessitate porting the recoil/dev's own test suite to Kahlan, but that might also be desirable.

@ezzatron
Copy link

In terms of porting this project's test suite, it'll most likely be expect() that causes the most pain, but should be simple enough with a bit of regex search/replace. The biggest one is:

expect($actual)->to->equal($expected);

which becomes

expect($actual)->toBe($expected);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants