gitea源码

main_test.go 173B

12345678910111213
  1. // Copyright 2021 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package base
  4. import (
  5. "testing"
  6. )
  7. func TestMain(m *testing.M) {
  8. MainTest(m)
  9. }