You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add `is_followed_by_me` to fix#571
Signed-off-by: uukelele <robustrobot11@gmail.com>
* add tests for `is_followed_by_me`
Signed-off-by: uukelele <robustrobot11@gmail.com>
* you named it wrong
Signed-off-by: uukelele <robustrobot11@gmail.com>
* fix: assert that user is logged in but don't require to be profile owner
Signed-off-by: uukelele <robustrobot11@gmail.com>
---------
Signed-off-by: uukelele <robustrobot11@gmail.com>
Copy file name to clipboardExpand all lines: tests/test_user.py
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
deftest_user():
7
7
ifnotcredentials_available():
8
8
warnings.warn(
9
-
"Skipped test_studio because there were no credentials available."
9
+
"Skipped test_user because there were no credentials available."
10
10
)
11
11
return
12
12
sess=session()
@@ -106,6 +106,11 @@ def test_user():
106
106
assertstatus_data["status"] =="Sample status"
107
107
assertstatus_data["color"] =="#855cd6"
108
108
109
+
uukelele=sess.connect_user("uukelele") # could use anyone ScratchAttachV2 is following right now but i think its cool that its following my account - uukelele, 2026
0 commit comments