summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorTomSweeneyRedHat <tsweeney@redhat.com>2018-06-05 18:27:57 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-06-06 18:45:57 +0000
commit781eec27b52c842fc83c8b1c97fbf825065f3b0c (patch)
tree8900318f4cad2fa6c71897cdda5c351c3fee34cd /test/README.md
parentdedc7cc3296abc4f340d29effb693572ca2b7521 (diff)
downloadpodman-781eec27b52c842fc83c8b1c97fbf825065f3b0c.tar.gz
podman-781eec27b52c842fc83c8b1c97fbf825065f3b0c.tar.bz2
podman-781eec27b52c842fc83c8b1c97fbf825065f3b0c.zip
Add pointers for Integration Tests to docs
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #910 Approved by: rhatdan
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index 9e7ae4577..a068bb4f5 100644
--- a/test/README.md
+++ b/test/README.md
@@ -1,4 +1,5 @@
-# Integration testing
+![PODMAN logo](../logo/podman-logo-source.svg)
+# Integration Tests
Our primary means of performing integration testing for libpod is with the
[Ginkgo](https://github.com/onsi/ginkgo) BDD testing framework. This allows