From febce4f2e3a86da4171783fcc593b25a807c3da8 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 25 Aug 2018 11:53:14 -0700 Subject: Split integration tests into multiple files --- tests/doc.go | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/doc.go (limited to 'tests/doc.go') diff --git a/tests/doc.go b/tests/doc.go new file mode 100644 index 0000000..be614d0 --- /dev/null +++ b/tests/doc.go @@ -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" -- cgit v1.2.3