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

tests/Python3StyleTest: check that we have no diff from numliterals

parent b3aaf64e
Pipeline #23841 failed with stage
......@@ -84,6 +84,10 @@ class Python3StyleTest(ERP5TypeTestCase):
def test_hasKeyFixApplied(self):
self._testFixer('has_key')
def test_numliteralsFixApplied(self):
self._testFixer('numliterals')
def test_suite():
suite = unittest.TestSuite()
tested_product = os.environ['TESTED_PRODUCT']
......
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