# HG changeset patch
# User Ronny Pfannschmidt <[email protected]>
# Date 1429555101 -7200
#      Mon Apr 20 20:38:21 2015 +0200
# Node ID b91b4caf0f35712a6c4f20cdb1afe3257284711c
# Parent  5a051d86fc6325c609712beab1bdf1b3447e45f9
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

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,7 @@
+[pytest]
+norecursedirs = kallithea/tests/scripts .tox
+
+
 [tox]
 envlist = py{26,27}-{pytest,nose}
 
# HG changeset patch
# User Ronny Pfannschmidt <[email protected]>
# Date 1429555101 -7200
#      Mon Apr 20 20:38:21 2015 +0200
# Node ID b91b4caf0f35712a6c4f20cdb1afe3257284711c
# Parent  5a051d86fc6325c609712beab1bdf1b3447e45f9
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

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -1,3 +1,7 @@
+[pytest]
+norecursedirs = kallithea/tests/scripts .tox
+
+
 [tox]
 envlist = py{26,27}-{pytest,nose}
 
_______________________________________________
kallithea-general mailing list
[email protected]
http://lists.sfconservancy.org/mailman/listinfo/kallithea-general

Reply via email to