changeset 5050:5c8c77b7ca56

tests: add pytest section and put tox and tests/scripts to norecursedirs kallithea/tests/scripts are non-integrated messy tests that cant be part of a testsuite as is
author Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
date Mon, 20 Apr 2015 20:38:21 +0200
parents b13a1062ea9c
children 12ae08b2fe3f 8bbc0ee9d43a
files tox.ini
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tox.ini	Tue Apr 21 09:05:24 2015 +0200
+++ b/tox.ini	Mon Apr 20 20:38:21 2015 +0200
@@ -1,3 +1,7 @@
+[pytest]
+norecursedirs = kallithea/tests/scripts .tox
+
+
 [tox]
 envlist = py{26,27}-{pytest,nose}