pytest-docker-pexpect icon indicating copy to clipboard operation
pytest-docker-pexpect copied to clipboard

pytest plugin for writing functional tests with pexpect and docker

Results 4 pytest-docker-pexpect issues
Sort by recently updated
recently updated
newest added

Under fedora where SELinux is enabled the mounted volume cannot be accessed as it is forbidden by policies. Instead the volume has to be mounted with the `:z` (or `:Z`)...

You may want to make your project discoverable by adding `pytest-plugin` topic to this repository. See https://github.com/topics/pytest-plugin

Hey! I think the idea behind this plugin is great, but I'm missing a support for running images. Something like that: ```python def spawnu_im(repository, tag=None, image_id=None, options=None): # either a...

Tried to run plugin on Mac and got this error. Checked location of docker (installed through `brew`) ``` bash $ which docker /usr/local/bin/docker ``` And content of $PATH ``` python...