Commit 3a5592ef authored by Łukasz Nowak's avatar Łukasz Nowak

Wrap ERP5 test in order to have it in own test run.

parent 326e0463
# Copyright (c) 2012 Nexedi SA and Contributors. All Rights Reserved.
import unittest
from testERP5ComputerWithComputerModel import TestERP5ComputerWithComputerModel
class TestVifibComputerWithComputerModel(TestERP5ComputerWithComputerModel):
pass
def test_suite():
suite = unittest.TestSuite()
suite.addTest(unittest.makeSuite(TestVifibComputerWithComputerModel))
return suite
461
\ No newline at end of file
462
\ No newline at end of file
......@@ -7,4 +7,5 @@ testVifibUserDeveloper
testVifibComputerNetworkSecurity
testVifibComputerModelSecurity
testVifibConstraint
testVifibPayZen
\ No newline at end of file
testVifibPayZen
testVifibComputerWithComputerModel
\ No newline at end of file
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