Commit e50a4912 authored by Jérome Perrin's avatar Jérome Perrin

Python3StyleTest: run paren fixer

It was not running because we had two methods with same name
parent ccadeaa4
Pipeline #37756 failed with stage
in 0 seconds
......@@ -96,7 +96,7 @@ class Python3StyleTest(ERP5TypeTestCase):
def test_numliteralsFixApplied(self):
self._testFixer('numliterals')
def test_numliteralsFixApplied(self):
def test_parenFixApplied(self):
self._testFixer('paren')
def test_raiseFixApplied(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment