boxed / mutmut

Mutation testing system
https://mutmut.readthedocs.io
BSD 3-Clause "New" or "Revised" License
902 stars 109 forks source link

Fix empty lines between tests #323

Closed blablatdinov closed 3 months ago

blablatdinov commented 3 months ago

This PR refactors spaces between test functions

PEP8 recommends:

Surround top-level function and class definitions with two blank lines.

blablatdinov commented 3 months ago

@boxed Take a look please

boxed commented 3 months ago

Thanks