equal
deleted
inserted
replaced
|
1 """ |
|
2 |
|
3 :organization: Logilab |
|
4 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), license is LGPL v2. |
|
5 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr |
|
6 :license: GNU Lesser General Public License, v2.1 - http://www.gnu.org/licenses |
|
7 """ |
1 from logilab.common.testlib import TestCase, unittest_main |
8 from logilab.common.testlib import TestCase, unittest_main |
2 |
9 |
3 class ImportTC(TestCase): |
10 class ImportTC(TestCase): |
4 def test(self): |
11 def test(self): |
5 # the minimal test: module is importable... |
12 # the minimal test: module is importable... |