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

Expecto Support #127

Closed
fbehrens opened this issue Dec 12, 2016 · 2 comments
Closed

Expecto Support #127

fbehrens opened this issue Dec 12, 2016 · 2 comments

Comments

@fbehrens
Copy link
Contributor

fbehrens commented Dec 12, 2016

@haf forked Fuchu and renamed it to Expecto, in order to enhance functionality.

Would be nice to get it supported by unqoute.

It should be straightforwardly added to
https://github.com/SwensenSoftware/unquote/blob/master/Unquote/Assertions.fs#L77

I created a VerifyExpectoSupport project
https://github.com/fbehrens/unquote/commit/f8f8fbf672c41a48da46a7472440986443c88d96
, but wouldered why it detected fuchu Integration

[13:49:55 INF] EXPECTO? Running tests...
[13:49:56 ERR] test expecto support, this should fail with clean stack trace errored in 00:00:00.2350286
Fuchu.AssertException:

22 + 2 = 5
24 = 5
false

   at [email protected](Unit _arg1) in C:\scripts2\unquote\VerifyExpectoSupport\Program.fs:line 7 
   at [email protected](Tuple`2 tupledArg)
[13:49:56 INF] EXPECTO! 0 tests run in 00:00:00.2603532 - 0 passed, 0 ignored, 0
 failed, 1 errored.
Press any key to continue . . .

anyone ?

@fbehrens
Copy link
Contributor Author

I created a pull request #128

@stephen-swensen
Copy link
Contributor

This was implemented by #128 . I've been slow to get out a release, working on it tonight.

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

No branches or pull requests

2 participants