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

Improvements to teskit for simplifying tests using action-based queries #1544

Merged
merged 2 commits into from Jul 8, 2016

Conversation

radsaggi
Copy link

@radsaggi radsaggi commented Jul 1, 2016

Added shouldYield operator so that we can now have
query shouldYield aValue instead of query.map(_ shouldBe aValue)
query shouldYield Set(...) instead of query.map(_.toSet shouldBe Set(...))
Similarly for Seq and List

Added shouldYield operator so that we can now have
query shouldYield aValue
instead of
query.map(_ shouldBe aValue)
@cvogt
Copy link
Member

cvogt commented Jul 1, 2016

I'd like to see some usages of this

@cvogt
Copy link
Member

cvogt commented Jul 8, 2016

LGTM

@radsaggi radsaggi merged commit a0eb1ee into slick:master Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants