Re: Best practice testing Python packages

2022-01-22 Thread Miro Hrončok
On 22. 01. 22 18:22, Kai A. Hiller wrote: Hello everyone, Hello Kai. just a very quick and short reply, as I don't have time for a long and complicated answer. See below. I’m having trouble deciding on what is the best way to perform tests in Python packages. Here are my thoughts and the s

Best practice testing Python packages

2022-01-22 Thread Kai A. Hiller
Hello everyone, I’m having trouble deciding on what is the best way to perform tests in Python packages. Here are my thoughts and the solution I find most correct, but which is kind of verbose and ugly to read. I’d be happy about comments. TL;DR and code at the bottom. For a Python package t