#:<Test description>
#<Comma-seperated list of warning symbols emmited> or "None"
<Python code emitting the smells>
# ==>
<Python code after fixing the smell>
#:<next title>
Just format them like this
#:<Test description>
#<Comma-seperated list of warning symbols emmited> or "None"
<Python code emitting the smells>
# ==>
<Python code after fixing the smell>
# Special end symbol like END or !!
<Whatever>
#:<next title>
To get rid of https://github.com/Tadaboody/good_smell/blob/master/tests/test_collection.py#L34 we need to be able to stop collecting one test case before starting another one So instead of formatting tests
Just format them like this