This commit is contained in:
?ngel ?lvarez Serra 2013-12-03 10:14:35 +01:00
parent c09c8d944d
commit ece2af7eb6
1 changed files with 3 additions and 8 deletions

View File

@ -22,19 +22,14 @@ class TestCase(unittest.TestCase):
'''
def setUp(self):
trytond.tests.test_tryton.install_module('<module>')
trytond.tests.test_tryton.install_module(
'sale_opportunity_next_action')
def test0005views(self):
'''
Test views.
'''
test_view('<module>')
def test0006depends(self):
'''
Test depends.
'''
test_depends()
test_view('sale_opportunity_next_action')
def doctest_dropdb(test):