comparison test/test_info.py @ 438:3a3cad8f6f60 treepkg-status

review changes
author Bjoern Ricks <bricks@intevation.de>
date Thu, 05 Aug 2010 16:21:47 +0000
parents e0539b483b04
children 8e0c81870e5e
comparison
equal deleted inserted replaced
437:48577b11375f 438:3a3cad8f6f60
6 # Read the file COPYING coming with the software for details. 6 # Read the file COPYING coming with the software for details.
7 7
8 """Tests for treepkg.status.status""" 8 """Tests for treepkg.status.status"""
9 9
10 import unittest 10 import unittest
11 import os.path 11 import os
12 import sys 12 import sys
13 13
14 test_dir = os.path.dirname(__file__) 14 test_dir = os.path.dirname(__file__)
15 sys.path.append(os.path.join(test_dir, os.pardir)) 15 sys.path.append(os.path.join(test_dir, os.pardir))
16 16
17 from treepkg.info.status import * 17 from treepkg.info.status import TreepkgInfo, TreepkgRootInfo
18 from treepkg.report import get_packager_group 18
19 from filesupport import FileTestMixin 19 from filesupport import FileTestMixin
20 20
21 from publishdebianpackages import get_binary_arch 21 from publishdebianpackages import get_binary_arch
22 22
23 class TreepkgInfoTest(unittest.TestCase, FileTestMixin): 23 class TreepkgInfoTest(unittest.TestCase, FileTestMixin):
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)