This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
add auth check to TestRepositories_CRUD
Will Norris
12 years ago
parent
b08da1c5eb
commit
b1bf8b4db5
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
tests/integration/repos_test.go
+ 4
- 0
tests/integration/repos_test.go
View File
@ -15,6 +15,10 @@ import (
)
func
TestRepositories_CRUD
(
t
*
testing
.
T
)
{
if
!
checkAuth
(
"TestRepositories_CRUD"
)
{
return
}
// get authenticated user
me
,
_
,
err
:=
client
.
Users
.
Get
(
""
)
if
err
!=
nil
{
Write
Preview
Loading…
Cancel
Save