Installing pytest
authorcgeoffroy <geoffroy.chollon@thalesgroup.com>
Thu, 3 Mar 2016 15:53:52 +0000 (16:53 +0100)
committercgeoffroy <geoffroy.chollon@thalesgroup.com>
Thu, 3 Mar 2016 17:22:07 +0000 (18:22 +0100)
.gitignore
ansible/install.yml
conftest.py [new file with mode: 0644]

index 5cbc2c6..6b050ca 100755 (executable)
@@ -62,3 +62,5 @@ target/
 #Ipython Notebook
 .ipynb_checkpoints
 
+#Pytest
+.pytest.restart
index 1d73779..23df943 100755 (executable)
@@ -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 (file)
index 0000000..e69de29