mirror of
https://github.com/containers/podman.git
synced 2025-06-06 15:00:40 +08:00
Add pointers for Integration Tests to docs
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com> Closes: #910 Approved by: rhatdan
This commit is contained in:

committed by
Atomic Bot

parent
dedc7cc329
commit
781eec27b5
@ -1,3 +1,4 @@
|
||||

|
||||
# 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
|
||||
|
@ -163,7 +163,11 @@ To remove the httpd container:
|
||||
$ sudo podman rm --latest
|
||||
```
|
||||
You can verify the deletion of the container by running *podman ps -a*.
|
||||
|
||||
## Integration Tests
|
||||
For more information on how to setup and run the integration tests in your environment, checkout the Integration Tests [README.md](../../test/README.md)
|
||||
|
||||
## More information
|
||||
|
||||
For more information on Podman and its subcommands, checkout the asciiart demos on the [README](https://github.com/projectatomic/libpod#commands)
|
||||
For more information on Podman and its subcommands, checkout the asciiart demos on the [README.md](../../README.md#commands)
|
||||
page.
|
||||
|
@ -1,4 +1,5 @@
|
||||
# Integration testing
|
||||

|
||||
# 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
|
||||
|
Reference in New Issue
Block a user