diff options
author | 2018-08-25 11:53:14 -0700 | |
---|---|---|
committer | 2018-08-25 11:55:47 -0700 | |
commit | febce4f2e3a86da4171783fcc593b25a807c3da8 (patch) | |
tree | 3e15ba526680fda44620bc81a49f2d844a77a087 /tests/doc.go | |
parent | df2bebaf3dc9ab46c03883d795ae6637faa4a2c1 (diff) | |
download | v2-febce4f2e3a86da4171783fcc593b25a807c3da8.tar.gz v2-febce4f2e3a86da4171783fcc593b25a807c3da8.tar.zst v2-febce4f2e3a86da4171783fcc593b25a807c3da8.zip |
Split integration tests into multiple files
Diffstat (limited to 'tests/doc.go')
-rw-r--r-- | tests/doc.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/doc.go b/tests/doc.go new file mode 100644 index 00000000..be614d00 --- /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" |