-
-
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
End to end tests #12
Comments
@donkeybonks Seems that the second point is the easiest. Could you explain more? |
Yes, we will need to decouple these from the smoke tests. So it will be a new file under But the general idea is that we could implement ToJSON instead of just FromJSON and then have suites of tests that test This means that if you have a field that is not handled on the input fixture (see The first part is simply automating the generation of the It is reasonable to decouple the two and implement them as separate issues. |
Ah that makes sense. Basically some sort of property basic testing. I see, it looks that it is better to do the first part first. How do we pull that currently? Is it done manually? |
It's pulled from here: https://developer.github.com/webhooks/ It is reasonable to do the second part first. The first part is non-trivial unfourtunately |
Sounds good, I'll try the second part. |
@donkeybonks I looked at I tried to run,
Then I run these imports
This is what I get
However, if I just do The I tried to import
So:
|
Hmm, the behavior of You can manually specify all the packages required as a work around, even though the prompt says you can't. ie
YMMV:
|
The text was updated successfully, but these errors were encountered: