summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.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 /CONTRIBUTING.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 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 684a2ab6e..8b0e99549 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,3 +1,4 @@
+![PODMAN logo](logo/podman-logo-source.svg)
# Contributing to Libpod
We'd love to have you join the community! Below summarizes the processes
@@ -110,6 +111,17 @@ Use your real name (sorry, no pseudonyms or anonymous contributions.)
If you set your `user.name` and `user.email` git configs, you can sign your
commit automatically with `git commit -s`.
+### 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
+us to use native Golang to perform our tests and there is a strong affiliation
+between Ginkgo and the Go test framework. Adequate test cases are expected to
+be provided with PRs.
+
+For details on how to run the tests for Podman in your test environment, see the
+Integration Tests [README.md](test/README.md).
+
## Communications
For general questions and discussion, please use the