small fix
This commit is contained in:
@@ -72,7 +72,6 @@ def build_project():
|
||||
return ret
|
||||
|
||||
|
||||
@unittest.skip("skipping this")
|
||||
class TestBuild(unittest.TestCase):
|
||||
def test_build_project(self):
|
||||
""" The project's build process should succeed """
|
||||
@@ -82,7 +81,6 @@ class TestBuild(unittest.TestCase):
|
||||
shutil.rmtree(builddir)
|
||||
|
||||
|
||||
@unittest.skip("skipping this")
|
||||
class TestRun(unittest.TestCase):
|
||||
def setUp(self):
|
||||
build_project()
|
||||
|
||||
Reference in New Issue
Block a user