mirror of
https://github.com/NaN-tic/trytond-sale_opportunity_campaign_contact.git
synced 2023-12-14 02:43:00 +01:00
Migrate to version 3.4
This commit is contained in:
parent
029a6d7eba
commit
9821cff61c
3 changed files with 5 additions and 7 deletions
|
@ -1 +1,2 @@
|
|||
Version 3.4.0 - 2014-11-03
|
||||
* Initial release
|
||||
|
|
|
@ -3,14 +3,15 @@
|
|||
# copyright notices and license terms.
|
||||
import unittest
|
||||
import trytond.tests.test_tryton
|
||||
from trytond.tests.test_tryton import test_view, test_depends # , doctest_dropdb TODO: Remove if no sceneario needed.
|
||||
from trytond.tests.test_tryton import test_view, test_depends
|
||||
|
||||
|
||||
class TestCase(unittest.TestCase):
|
||||
'Test module'
|
||||
|
||||
def setUp(self):
|
||||
trytond.tests.test_tryton.install_module('sale_opportunity_campaign_contact')
|
||||
trytond.tests.test_tryton.install_module(
|
||||
'sale_opportunity_campaign_contact')
|
||||
|
||||
def test0005views(self):
|
||||
'Test views'
|
||||
|
@ -24,8 +25,4 @@ class TestCase(unittest.TestCase):
|
|||
def suite():
|
||||
suite = trytond.tests.test_tryton.suite()
|
||||
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(TestCase))
|
||||
# TODO: remove if no scenario needed.
|
||||
#suite.addTests(doctest.DocFileSuite('scenario_sale_opportunity_campaign_contact.rst',
|
||||
# setUp=doctest_dropdb, tearDown=doctest_dropdb, encoding='utf-8',
|
||||
# optionflags=doctest.REPORT_ONLY_FIRST_FAILURE))
|
||||
return suite
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=3.2.0
|
||||
version=3.4.0
|
||||
depends:
|
||||
sale_opportunity_campaign
|
||||
sale_opportunity_contact
|
||||
|
|
Loading…
Reference in a new issue