Initial implementation of repo generation tool

This commit is contained in:
2017-06-22 20:04:15 -07:00
parent 020ce924c6
commit 5a9a3db016
2 changed files with 55 additions and 15 deletions

View File

@@ -36,7 +36,9 @@ class test_blenderpack_make_repo(unittest.TestCase):
)
# def test_validpath(self):
# blenderpack.make_repo(os.path.join('test_helpers', 'addons'))
def test_make_repo_valid(self):
blenderpack.make_repo(os.path.join(self.helper_path, 'addons'))
def test_make_repo_from_nonexistent(self):
blenderpack.make_repo(os.path.join(self.helper_path, 'addons'))