]> source.dussan.org Git - gitea.git/commit
Remove all package data after tests (#22984)
authorKN4CK3R <admin@oldschoolhack.me>
Thu, 23 Feb 2023 14:11:56 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Feb 2023 14:11:56 +0000 (22:11 +0800)
commit0ae1ed749dd6581379b7ccf483d66051869b52d7
tree0522d4888f51b9056e55a93dcb5bd46f2726ef2f
parent3adfc0f02d1440d22934403b8d944218747b9289
Remove all package data after tests (#22984)

Fixes #21020

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
16 files changed:
go.mod
go.sum
models/db/context.go
models/db/engine.go
tests/integration/api_packages_composer_test.go
tests/integration/api_packages_conan_test.go
tests/integration/api_packages_container_test.go
tests/integration/api_packages_generic_test.go
tests/integration/api_packages_helm_test.go
tests/integration/api_packages_maven_test.go
tests/integration/api_packages_npm_test.go
tests/integration/api_packages_pub_test.go
tests/integration/api_packages_pypi_test.go
tests/integration/api_packages_rubygems_test.go
tests/integration/api_packages_test.go
tests/test_utils.go