forked from NYANDEV/forgejo
Run unused test
This commit is contained in:
parent
e7ae13deef
commit
9f9289fc68
2 changed files with 8 additions and 6 deletions
|
@ -32,12 +32,6 @@ func CreateTestEngine() error {
|
|||
return InitFixtures(&testfixtures.SQLite{}, "fixtures/")
|
||||
}
|
||||
|
||||
// TestFixturesAreConsistent assert that test fixtures are consistent
|
||||
func TestFixturesAreConsistent(t *testing.T) {
|
||||
assert.NoError(t, PrepareTestDatabase())
|
||||
CheckConsistencyForAll(t)
|
||||
}
|
||||
|
||||
// PrepareTestDatabase load test fixtures into test database
|
||||
func PrepareTestDatabase() error {
|
||||
return LoadFixtures()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue