changeset 227:6457416ac7d7

Added `pytest` configuration file.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 13 Mar 2014 21:46:01 -0700
parents 23e310dd1ff7
children 1ef50117ec58
files pytest.ini
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytest.ini	Thu Mar 13 21:46:01 2014 -0700
@@ -0,0 +1,3 @@
+[pytest]
+norecursedirs = .* _darcs CVS .svn .git .hg *.egg-info dist node_modules venv tmp* {args}
+