Commit 358a8ad4 authored by Jérome Perrin's avatar Jérome Perrin

Python3StyleTest: test applying `asserts` does not change code

parent 2e366054
......@@ -78,6 +78,9 @@ class Python3StyleTest(ERP5TypeTestCase):
def test_applyFixApplied(self):
self._testFixer('apply')
def test_assertsFixApplied(self):
self._testFixer('asserts')
def test_exceptFixApplied(self):
self._testFixer('except')
......
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