-
Notifications
You must be signed in to change notification settings - Fork 25
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
properties testing #3
Comments
thanks! definitely would love contributions that add more features. I
wonder if we should move the current tutorial from the main README.md to a
separate file, so that we could then more easily add additional tutorials
on more advanced topics?
…On Wed, Aug 5, 2020 at 11:44 AM Dorota Jarecka ***@***.***> wrote:
You might want to consider adding examples of properties testing with
hyphothesis, an example can be here:
https://github.com/djarecka/pycontest/blob/master/solutions/test_hypothesis.py
https://djarecka.github.io/pycontest/presentation/#55
I'm happy to help wit it if you find it useful
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGUVEFAYHNUZ3CIPWRT4WLR7GSBNANCNFSM4PVZGODQ>
.
--
Russell A. Poldrack
Albert Ray Lang Professor of Psychology
Building 420
Stanford University
Stanford, CA 94305
[email protected]
http://www.poldracklab.org/
|
that might be useful if you want to expand. Don't really know how much you want expand the tutorial, I've just saw it after @satra pointed me to it. If you want to expand you might want to think about expanding the number of processes/function you want to include in the analysis. I believe it's not always trivial for people to figure out what is useful/worth testing. So I sometimes like talking about finding blocks of the code that are easy/possible to test. And later, how you can also try to test bigger pieces of the code even if you don't know the answer (properties testing, regression testing). But just a suggestion. |
You might want to consider adding examples of properties testing with
hyphothesis
, an example can be here:https://github.com/djarecka/pycontest/blob/master/solutions/test_hypothesis.py
https://djarecka.github.io/pycontest/presentation/#55
I'm happy to help wit it if you find it useful
The text was updated successfully, but these errors were encountered: