Installing pytest
diff --git a/.gitignore b/.gitignore
index 5cbc2c6..6b050ca 100755
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,5 @@
 #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
--- /dev/null
+++ b/conftest.py