From: cgeoffroy Date: Thu, 3 Mar 2016 15:53:52 +0000 (+0100) Subject: Installing pytest X-Git-Tag: v3.1~171^2~4 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=840f1795465dfa8927ea3857a864ca8b6fe5588f Installing pytest --- diff --git a/.gitignore b/.gitignore index 5cbc2c6..6b050ca 100755 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ target/ #Ipython Notebook .ipynb_checkpoints +#Pytest +.pytest.restart diff --git a/ansible/install.yml b/ansible/install.yml index 1d73779..23df943 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -35,3 +35,6 @@ - name: install oslo.config pip: name=oslo.config + + - name: install pytest + pip: name=pytest diff --git a/conftest.py b/conftest.py new file mode 100644 index 0000000..e69de29