1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

Split integration tests into multiple files

This commit is contained in:
Frédéric Guillot 2018-08-25 11:53:14 -07:00
parent df2bebaf3d
commit febce4f2e3
11 changed files with 1329 additions and 1267 deletions

10
tests/doc.go Normal file
View file

@ -0,0 +1,10 @@
// Copyright 2018 Frédéric Guillot. All rights reserved.
// Use of this source code is governed by the MIT license
// that can be found in the LICENSE file.
/*
Package tests contains API integration tests.
*/
package tests // import "miniflux.app/tests"