aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2017-06-03 01:56:46 +0300
committerMykyta Holubakha <hilobakho@gmail.com>2017-06-03 01:56:46 +0300
commit788423d40573bc058b60761069785802048db5cc (patch)
tree8b9fa2d1471ba993a7572c8dd33133b94180bfdc
parentCreate a module for package source management (diff)
downloadpomu-788423d40573bc058b60761069785802048db5cc.tar.gz
pomu-788423d40573bc058b60761069785802048db5cc.tar.bz2
pomu-788423d40573bc058b60761069785802048db5cc.zip
Fix a syntax error
-rw-r--r--tests/test_init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_init.py b/tests/test_init.py
index 651277f..0b8e78d 100644
--- a/tests/test_init.py
+++ b/tests/test_init.py
@@ -47,6 +47,6 @@ class PortageRepoInitialization(unittest.TestCase):
def testRepoList(self):
self.assertEqual(list(portage_repos()), ['gentoo'])
- def testPortageCreate(self)
+ def testPortageCreate(self):
self.assertTrue(init_portage_repo(True, REPO_DIR, REPO_PATH).is_ok())
self.assertEqual(pomu_active_repo(), REPO_DIR)