]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add pytest.ini
authorZack Cerza <zack@cerza.org>
Thu, 19 Sep 2013 23:14:51 +0000 (18:14 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 19 Sep 2013 23:14:51 +0000 (18:14 -0500)
So far this just tells py.test not to recurse into directories
containing tests it doesn't need to run.

pytest.ini [new file with mode: 0644]

diff --git a/pytest.ini b/pytest.ini
new file mode 100644 (file)
index 0000000..a16392b
--- /dev/null
@@ -0,0 +1,2 @@
+[pytest]
+norecursedirs = .git build virtualenv teuthology.egg-info