mirror of
https://github.com/NaN-tic/trytond-frepple.git
synced 2023-12-14 04:52:55 +01:00
Increase version to 3.2 and cleanup test
This commit is contained in:
parent
1397a48a42
commit
7e5a0ab1d2
3 changed files with 4 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# The COPYRIGHT file at the top level of this repository contains the full
|
||||
# copyright notices and license terms.
|
||||
|
||||
from .test import suite
|
||||
from .test_frepple import suite
|
||||
|
|
|
@ -1,13 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# The COPYRIGHT file at the top level of this repository contains the full
|
||||
# copyright notices and license terms.
|
||||
import sys
|
||||
import os
|
||||
DIR = os.path.abspath(os.path.normpath(os.path.join(__file__,
|
||||
'..', '..', '..', '..', '..', 'trytond')))
|
||||
if os.path.isdir(DIR):
|
||||
sys.path.insert(0, os.path.dirname(DIR))
|
||||
|
||||
import unittest
|
||||
import trytond.tests.test_tryton
|
||||
from trytond.tests.test_tryton import test_view, test_depends
|
||||
|
@ -36,8 +29,6 @@ class FrePPLeTestCase(unittest.TestCase):
|
|||
|
||||
def suite():
|
||||
suite = trytond.tests.test_tryton.suite()
|
||||
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(FrePPLeTestCase))
|
||||
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
|
||||
FrePPLeTestCase))
|
||||
return suite
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.TextTestRunner(verbosity=2).run(suite())
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[tryton]
|
||||
version=3.0.0
|
||||
version=3.2.0
|
||||
depends:
|
||||
production
|
||||
xml:
|
||||
|
|
Loading…
Reference in a new issue