gitea源码

1234567891011121314151617
  1. // Copyright 2020 The Gitea Authors. All rights reserved.
  2. // SPDX-License-Identifier: MIT
  3. package convert
  4. import (
  5. "testing"
  6. "code.gitea.io/gitea/models/unittest"
  7. _ "code.gitea.io/gitea/models/actions"
  8. )
  9. func TestMain(m *testing.M) {
  10. unittest.MainTest(m)
  11. }