You can now add and remove users for ownership history

This commit is contained in:
Dion Moult
2021-10-01 17:32:58 +10:00
parent fe1e30702a
commit 4697e063af
23 changed files with 336 additions and 27 deletions
+7
View File
@@ -70,6 +70,13 @@ def context_editor():
prophet.verify()
@pytest.fixture
def owner():
prophet = Prophecy(blenderbim.core.tool.Owner)
yield prophet
prophet.verify()
class Prophecy:
def __init__(self, cls):
self.subject = cls