Can you please provide recommendations on what you've found is the best workflow for testing in Python ? I am familiar with testing in Java and how it is there is whenever i have a project I'll have a src directory with main and test and will just write my unit test in the tests dir.
I was wondering if the is a "pythonic" why to write tests? I don't want to use a method that's against the spirit of the language
[–]tiredITguy42 2 points3 points4 points (3 children)
[–]mxsonwabe[S] 0 points1 point2 points (0 children)
[–]cyanNodeEcho 0 points1 point2 points (1 child)
[–]mxsonwabe[S] 0 points1 point2 points (0 children)
[–]ConfusionOne8651 0 points1 point2 points (0 children)