Commit 69ea5117 authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

Python3StyleTest: test applying `asserts` does not change code

parent c1b25b09
......@@ -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