active user

This commit is contained in:
Jedd Morgan
2024-10-24 14:13:19 +01:00
parent a10b2594d3
commit cc004c8e6b
20 changed files with 528 additions and 312 deletions
+2
View File
@@ -1,3 +1,4 @@
from deprecated import deprecated
import pytest
from specklepy.api import operations
@@ -5,6 +6,7 @@ from specklepy.api.models import Commit, Stream
from specklepy.transports.server.server import ServerTransport
@deprecated
@pytest.mark.run(order=6)
class TestCommit:
@pytest.fixture(scope="module")