File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import scratchattach as sa
44from datetime import datetime
55
6+
67def test_project ():
78 if not credentials_available ():
89 warnings .warn (
@@ -32,7 +33,8 @@ def test_project():
3233 # creator_agent
3334 assert project .author ().id == 147905216
3435 # studios
35- comment = project .comments ()[0 ] # TODO: move this to a separate comment tester
36+ # TODO: move this to a separate comment tester
37+ comment = project .comments ()[0 ]
3638 # comment_by_id
3739 # comment_replies
3840 # comment by id
@@ -64,7 +66,7 @@ def test_project():
6466 # 1233).moderation_status() == "notreviewed" # if this becomes reviewed, please update this
6567 # ^^ also this project is an infinite remix loop!
6668
67- assert sa .explore_projects () or allow_before (datetime (2026 , 2 , 7 ))
69+ assert sa .explore_projects () or allow_before (datetime (2026 , 4 , 1 ))
6870 # ^ Remove when fixed and change datetime next time this fails.
6971 assert sa .search_projects (query = "scratchattach" )
7072
You can’t perform that action at this time.
0 commit comments