diff options
author | Matt Clay <matt@mystile.com> | 2017-01-11 12:03:26 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2017-01-11 12:34:59 -0800 |
commit | cd3fdca540781d0b982e885b01f467f1601dba75 (patch) | |
tree | 3f66924eb79d6e0171cbb40d5f733be56b8e47fa /hacking | |
parent | 027b126b42ee37c61d721c47dd493677ef936059 (diff) | |
download | ansible-cd3fdca540781d0b982e885b01f467f1601dba75.tar.gz |
Switch tests to pytest and ansible-test.
- Replace nose usage with pytest.
- Remove legacy Shippable integration.sh.
- Update Makefile to use pytest and ansible-test.
- Convert most yield unit tests to pytest parametrize.
Diffstat (limited to 'hacking')
-rw-r--r-- | hacking/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/README.md b/hacking/README.md index 1bd6d468a8..b65bcd0b66 100644 --- a/hacking/README.md +++ b/hacking/README.md @@ -17,7 +17,7 @@ and do not wish to install them from your operating system package manager, you can install them from pip $ easy_install pip # if pip is not already available - $ pip install pyyaml jinja2 nose passlib pycrypto + $ pip install pyyaml jinja2 nose pytest passlib pycrypto From there, follow ansible instructions on docs.ansible.com as normal. |