Commit 1f8a1232 authored by Ivan Tyagov's avatar Ivan Tyagov

Run testInventoryAPI at end of tests.

parent b4bdf457
......@@ -64,6 +64,10 @@ class ERP5(_ERP5):
'testAccounting_l10n_fr_m9'):
continue
test_list.append(test_case)
# run testInventoryAPI at end
if 'testInventoryAPI' in test_list:
test_list.remove('testInventoryAPI')
test_list.append('testInventoryAPI')
return test_list
def run(self, test):
......
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