Skip to content

Commit 59b519b

Browse files
committed
pypi package is now pytest-testinfra
1 parent 52e7498 commit 59b519b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Quick start
2727

2828
Install testinfra using pip::
2929

30-
$ pip install testinfra
30+
$ pip install pytest-testinfra
3131

3232
# 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'
3434

3535

3636
Write your first tests file to `test_myinfra.py`:

doc/source/examples.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ integration server.
9898
If your Jenkins slave can run Vagrant, your build scripts can be like::
9999

100100

101-
pip install testinfra paramiko
101+
pip install pytest-testinfra paramiko
102102
vagrant up
103103
vagrant ssh-config > .vagrant/ssh-config
104104
py.test --hosts=default --ssh-config=.vagrant/ssh-config --junit-xml junit.xml tests.py

0 commit comments

Comments
 (0)