aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2017-06-03 12:35:14 +0300
committerMykyta Holubakha <hilobakho@gmail.com>2017-06-03 12:35:14 +0300
commitc51d2ac226e5b70b3281552483e07b3dcc733e22 (patch)
treecec06cd817881275faa02f423afbc09ade82ff32 /tests
parentAdd missing imports (diff)
downloadpomu-c51d2ac226e5b70b3281552483e07b3dcc733e22.tar.gz
pomu-c51d2ac226e5b70b3281552483e07b3dcc733e22.tar.bz2
pomu-c51d2ac226e5b70b3281552483e07b3dcc733e22.zip
Assure that portage repo initialization tests pass
Diffstat (limited to 'tests')
-rw-r--r--tests/test_init.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_init.py b/tests/test_init.py
index c4e635e..8341bce 100644
--- a/tests/test_init.py
+++ b/tests/test_init.py
@@ -49,4 +49,5 @@ class PortageRepoInitialization(unittest.TestCase):
def testPortageCreate(self):
self.assertTrue(init_portage_repo(True, REPO_DIR, REPO_PATH).is_ok())
+ importlib.reload(portage)
self.assertEqual(pomu_active_repo(), REPO_DIR)