-
Notifications
You must be signed in to change notification settings - Fork 15
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
Features request: expect_SQL, fixture organization #116
Comments
I am definitely open to feature requests. The first one is something I've had on my mind but haven't gotten to yet. I'm glad to know that it's something you find that you want to do, that helps bump it up on my list of things to do with The second one is not something I had thought about yet, but sounds like something that could very much be helpful. This is a bit clunky, but have you tried using Thanks for both of these! |
I would be happy to provide feed back! Ah, didn't know about |
I've (finally!) gotten around to working on a minimal implementation of To install from the branch, you can |
Excited to try this post-election! Sorry it's been so long. |
Not sure if you are taking feature requests or not, but I thought I'd give it a try.
expect_SQL()
- similar toexpect_POST/GET
in httptest. I find myself often just wanting to know if the end of a dbplyr chain or an internal function will produce the expected SQL, without much concern for response handling.Fixture organization - Perhaps there's already a best practice for this I'm not aware of, but I find I'm having a folder with a list of files that only differ by their hash. It makes it hard to update/change tests without slowly adding a bunch of defunct responses. Is there some way to add a label to the fixtures or organize them?
Thanks again for your work on this package!
The text was updated successfully, but these errors were encountered: