Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD: https://github.com/go-gitea/gitea
// Copyright 2021 The Gitea Authors. All rights reserved.// SPDX-License-Identifier: MITpackagebaseimport("testing")funcTestMain(m*testing.M){MainTest(m)}