Increase version to 3.2 and cleanup test

This commit is contained in:
Sergi Almacellas Abellana 2014-06-03 11:31:11 +02:00
parent 1397a48a42
commit 7e5a0ab1d2
3 changed files with 4 additions and 13 deletions

View file

@ -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

View file

@ -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())

View file

@ -1,5 +1,5 @@
[tryton]
version=3.0.0
version=3.2.0
depends:
production
xml: