Use a struct as test options (#19393)
* Use a struct as test options * Fix name * Fix test
This commit is contained in:
parent
4dabc212c7
commit
b8911fb456
40 changed files with 210 additions and 100 deletions
|
@ -37,5 +37,7 @@ func TestFixturesAreConsistent(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
unittest.MainTest(m, "..")
|
||||
unittest.MainTest(m, &unittest.TestOptions{
|
||||
GiteaRootPath: "..",
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue