- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 24
 
Description
Hello again. Prompted by a recent exchange on twitter:
https://twitter.com/ianozsvald/status/1157181430595837952
I'm revisiting my approach to testing in R&D Jupyter Notebooks.
I plan to rework many of my assert statements with use of bulwark. Would you be open to be creating several paragraphs (possibly 1 page) of advice for the README to help others spot how & where they might want to test their code?
I'm thinking of both data loading (specifying some expectations about the resulting dataframe) and data manipulation (e.g. checking for a unique index after a join...which prompted the above tweet, also to check for the introduction of NaNs etc).
I talk this advice through in one of my classes and I could turn it into a blog post, but adding it here will be more useful to users and ought to help gain visibility for bulwark.
I'd welcome any thoughts you had on it of course, I'm just checking that you're open to the idea before I start putting some notes together.