Update unit test template with last modifications, clean and manage some errors

This commit is contained in:
Jeremy D
2022-02-16 11:45:27 +01:00
parent 8ba8ab4715
commit edd4095d25
5 changed files with 25 additions and 15 deletions
@@ -7,9 +7,6 @@ import os
class ActivateAddon(unittest.TestCase):
"""Activate the Blender addon"""
def setUp(self) -> None:
pass
@staticmethod
def get_folder_name():
"""Return the folder name to get the addon name we want activated"""