Skip to content

Commit 5d03268

Browse files
authored
Merge pull request #770 from superannotateai/FRIDAY-3644
added get/set_user_scores
2 parents 1075075 + 76b9301 commit 5d03268

File tree

17 files changed

+1162
-35
lines changed

17 files changed

+1162
-35
lines changed

docs/source/api_reference/api_team.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ Team
1212
.. automethod:: superannotate.SAClient.list_users
1313
.. automethod:: superannotate.SAClient.pause_user_activity
1414
.. automethod:: superannotate.SAClient.resume_user_activity
15+
.. automethod:: superannotate.SAClient.get_user_scores
16+
.. automethod:: superannotate.SAClient.set_user_scores

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ minversion = 3.7
33
log_cli=true
44
python_files = test_*.py
55
;pytest_plugins = ['pytest_profiling']
6-
addopts = -n 4 --dist loadscope
6+
;addopts = -n 4 --dist loadscope

0 commit comments

Comments
 (0)