Initial implementation of repo generation tool
This commit is contained in:
@@ -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'))
|
||||
|
Reference in New Issue
Block a user