@@ -13,8 +13,8 @@ def test_project():
1313
1414
1515 project = sess .connect_project (104 )
16- tree = project .remix_tree_pretty ()
17- assert len (tree ) > 1000 # there is a lot of chars. Just assert that sth is generated
16+ # tree = project.remix_tree_pretty()
17+ # assert len(tree) > 1000 # there is a lot of chars. Just assert that sth is generated
1818
1919 project = sess .connect_project (1209355136 )
2020
@@ -59,14 +59,14 @@ def test_project():
5959 assert remix .author_name == "ScratchAttachV2"
6060 assert remix .embed_url == "https://scratch.mit.edu/projects/1209582809/embed"
6161
62- assert sess .connect_project (414601586 ).moderation_status () == "notsafe"
63- assert sess .connect_project (1207314193 ).moderation_status () == "safe"
64- assert sess .connect_project (
65- 1233 ).moderation_status () == "notreviewed" # if this becomes reviewed, please update this
62+ # assert sess.connect_project(414601586).moderation_status() == "notsafe"
63+ # assert sess.connect_project(1207314193).moderation_status() == "safe"
64+ # assert sess.connect_project(
65+ # 1233).moderation_status() == "notreviewed" # if this becomes reviewed, please update this
6666 # ^^ also this project is an infinite remix loop!
6767
6868 assert sa .explore_projects ()
6969 assert sa .search_projects (query = "scratchattach" )
7070
7171if __name__ == '__main__' :
72- test_project ()
72+ test_project ()
0 commit comments