File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ Quick start
27
27
28
28
Install testinfra using pip::
29
29
30
- $ pip install testinfra
30
+ $ pip install pytest- testinfra
31
31
32
32
# or install the devel version
33
- $ pip install 'git+https://github.com/philpep/testinfra@master#egg=testinfra'
33
+ $ pip install 'git+https://github.com/philpep/testinfra@master#egg=pytest- testinfra'
34
34
35
35
36
36
Write your first tests file to `test_myinfra.py `:
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ integration server.
98
98
If your Jenkins slave can run Vagrant, your build scripts can be like::
99
99
100
100
101
- pip install testinfra paramiko
101
+ pip install pytest- testinfra paramiko
102
102
vagrant up
103
103
vagrant ssh-config > .vagrant/ssh-config
104
104
py.test --hosts=default --ssh-config=.vagrant/ssh-config --junit-xml junit.xml tests.py
You can’t perform that action at this time.
0 commit comments