Ask HN: What professional development for engineers have you found effective?1 points·by w0tintarnation·vor 6 Jahren·0 comments
w0tintarnation·vor 5 Jahren·discussDo you have an opinion on grouping pytest tests in classes? class Test_my_function: def with_default_arguments(self): def with_some_other_arguments(self): If you can make your eye stop twitching after seeing snake cased class names, this is at least another option of grouping tests for a single function.
If you can make your eye stop twitching after seeing snake cased class names, this is at least another option of grouping tests for a single function.