diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2017-06-03 12:35:14 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2017-06-03 12:35:14 +0300 |
commit | c51d2ac226e5b70b3281552483e07b3dcc733e22 (patch) | |
tree | cec06cd817881275faa02f423afbc09ade82ff32 /tests | |
parent | Add missing imports (diff) | |
download | pomu-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.py | 1 |
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) |