changeset 48 | b82c7c2fb5af |
parent 37 | 5b0eb4b11940 |
child 49 | 08e4dfe1b0cb |
47:bb8c729ae6ce | 48:b82c7c2fb5af |
---|---|
1 #!/usr/bin/env python3.2 |
1 #!/usr/bin/env python3.2 |
2 |
2 |
3 from tests.config import Config |
|
4 from pgtoolkit import pgmanager |
|
5 |
|
3 import unittest |
6 import unittest |
4 |
|
5 from config import Config |
|
6 from pgtoolkit import pgmanager |
|
7 |
7 |
8 |
8 |
9 class TestSuite(unittest.TestCase): |
9 class TestSuite(unittest.TestCase): |
10 |
10 |
11 def setUp(self): |
11 def setUp(self): |