summaryrefslogtreecommitdiffstats
path: root/conftest.py
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2015-07-07 12:47:16 +0200
committerSimo Sorce <simo@redhat.com>2015-07-08 14:43:14 -0400
commit5f85b79d56f338ef77ef7ff719a73815435fdf34 (patch)
tree400a5fd3759c4cfd2812c2251bda64b2bc014ac2 /conftest.py
parent3b135033f4d70c59a9b6880c13b38238ff593081 (diff)
downloadcustodia-5f85b79d56f338ef77ef7ff719a73815435fdf34.tar.gz
custodia-5f85b79d56f338ef77ef7ff719a73815435fdf34.tar.xz
custodia-5f85b79d56f338ef77ef7ff719a73815435fdf34.zip
Automatic testing with py.test, coverage and tox
The patch provides test automation with tox. Just run 'tox' in the source root to create virtual envs, install custodia from the sources and run the tests on Python 2.7 and 3.4. Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com> Closes: #4
Diffstat (limited to 'conftest.py')
-rw-r--r--conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conftest.py b/conftest.py
new file mode 100644
index 0000000..8f94a35
--- /dev/null
+++ b/conftest.py
@@ -0,0 +1 @@
+collect_ignore = ["setup.py", "custodia/custodia"]