Skip to content

Commit

Permalink
pytest-server-fixtures:update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinghong Fang committed Dec 12, 2018
1 parent a200f5c commit 58e686c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pytest-server-fixtures/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ and databases.
## Batteries Included


| Fixture | v2 | Extra Dependency Name
| Fixture | Extra Dependency Name
| - | -
| MongoDB | yes | mongodb
| Postgres | no | postgres
| Redis | yes | redis
| RethinkDB | yes | rethinkdb
| S3 Minio | no | s3
| Apache Httpd | no | <none>
| Simple HTTP Server | no | <none>
| Jenkins | no | jenkins
| Xvfb (X-Windows Virtual Frame Buffer) | no | <none>
| MongoDB | mongodb
| Postgres | postgres
| Redis | redis
| RethinkDB | rethinkdb
| S3 Minio | s3
| Apache Httpd | <none>
| Simple HTTP Server | <none>
| Jenkins | jenkins
| Xvfb (X-Windows Virtual Frame Buffer) | <none>

Note: v2 fixtures support launching fixtures locally, in `Docker` containers
or as `Kubernetes` pods (See [Configuration](#configuration))
Expand Down

0 comments on commit 58e686c

Please sign in to comment.