-
Notifications
You must be signed in to change notification settings - Fork 1
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
String concat example #80
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @crisptrutski and the rest of your teammates on Graphite |
:source-columns [{:table "t" :column "x"} | ||
{:table "t" :column "y"}] | ||
:columns [{:table "t" :column "x" :alias "z"} | ||
{:table "t" :column "y" :alias "z"}]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the text fixture need to be loaded in a test file, or does it (now?) auto-load everything it finds?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah there's magic - we loop over all the sql files in this directory, and check whether they have corresponding EDN files. The more EDN files you have, and the more you have in them, the more assertions we autogenerate ✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was curious so just checked - we currently have 45 assertions being generated by 17 fixtures.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 assuming the test is running with magic
e30f501
to
b09fcb2
Compare
Merge activity
|
Tried to reproduce a failure, but could not. Added a test demonstrating that it works (now?)