Cleanup tests

This commit is contained in:
jmartin 2014-11-07 14:21:55 +01:00
parent 01f1bb478c
commit 22c6996ff3
2 changed files with 5 additions and 10 deletions

View File

@ -0,0 +1,3 @@
Version 3.4.0 - 2014-11-05

View File

@ -7,24 +7,16 @@ import sys
import trytond.tests.test_tryton
import unittest
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))
class CSVSaleShipmentCostTestCase(unittest.TestCase):
'''
Test CSV Sale Shipment Cost module.
'''
'Test CSV Sale Shipment Cost module'
def setUp(self):
trytond.tests.test_tryton.install_module('csv_sale_shipment_cost')
def test0006depends(self):
'''
Test depends.
'''
'Test depends'
test_depends()