()
| 67 | assert fix_line('=== A wrap-up') == '=== A Wrap-Up' |
| 68 | |
| 69 | def test_uow(): |
| 70 | assert fix_line('=== A Uow') == '=== A UoW' |
| 71 | |
| 72 | def test_underscores(): |
| 73 | assert fix_line('=== A special_method') == '=== A special_method' |
nothing calls this directly
no test coverage detected