-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
GitHub.jl/test/read_only_api_tests.jl
Lines 208 to 216 in f44c0af
| @testset "Activity" begin | |
| # test GitHub.stargazers, GitHub.starred | |
| @test length(first(stargazers(ghjl; auth = auth))) > 10 # every package should fail tests if it's not popular enough :p | |
| @test hasghobj(ghjl, first(starred(testuser; auth = auth))) | |
| # test GitHub.watched, GitHub.watched | |
| @test hasghobj(testuser, first(watchers(ghjl; auth = auth))) | |
| @test hasghobj(ghjl, first(watched(testuser; auth = auth))) | |
| end |
Metadata
Metadata
Assignees
Labels
No labels