forked from forgejo/forgejo
Remove all package data after tests (#22984)
Fixes #21020 --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
3adfc0f02d
commit
0ae1ed749d
16 changed files with 62 additions and 9 deletions
|
@ -25,6 +25,7 @@ import (
|
|||
|
||||
func TestPackagePyPI(t *testing.T) {
|
||||
defer tests.PrepareTestEnv(t)()
|
||||
|
||||
user := unittest.AssertExistsAndLoadBean(t, &user_model.User{ID: 2})
|
||||
|
||||
packageName := "test-package"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue