@whatever cheatsheet?

2021-04-25 Thread Steve Litt
Hi all, Does there currently exist a cheatsheet showing the purpose of all the various @whatever nodes (@file, @test, @button for instance)? If not, I think it would be an easy and excellent document enhancement. SteveT Steve Litt Spring 2021 featured book: Troubleshooting Techniques of the Suc

Re: Tools of Interest: Hypothesis and Pydantic for Property-based Testing

2021-04-25 Thread David Szent-Györgyi
The Overview page for Pydantic offers the following Rationale , which makes me think that it might be of interest to Leo's users and Leo's developers: «So *pydantic* uses some cool new language features, but why should I actually go and use it

Re: Tools of Interest: Hypothesis and Pydantic for Property-based Testing

2021-04-25 Thread David Szent-Györgyi
The Overview page for Pydantic offers the following Rationale , which makes me think that it might be of interest to Leo's users and Leo's developers: «So *pydantic* uses some cool new language features, but why should I actually go and use it

Re: Tools of Interest: Hypothesis and Pydantic for Property-based Testing

2021-04-25 Thread David Szent-Györgyi
The Overview page for Pydantic offers the following Rationale , which makes me think that it might be of interest to Leo's users and Leo's developers: «So *pydantic* uses some cool new language features, but why should I actually go and use it

Tools of Interest: Hypothesis and Pydantic for Property-based Testing

2021-04-25 Thread David Szent-Györgyi
These links might be of interest to Edward and others developing Python code, including Leo. First, a praise of property-based testing , with examples that differentiate it from example-based testing. Second, Hypothesis, «a