[PATCH] tests: add pytest section and put tox and tests/scripts to norecursedirs

Ronny Pfannschmidt opensource at ronnypfannschmidt.de
Tue Apr 21 01:26:34 EDT 2015


# HG changeset patch
# User Ronny Pfannschmidt <opensource at ronnypfannschmidt.de>
# 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}
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kallithea.patch
Type: text/x-patch
Size: 593 bytes
Desc: not available
URL: <http://lists.sfconservancy.org/pipermail/kallithea-general/attachments/20150421/16f8794f/attachment-0001.bin>


More information about the kallithea-general mailing list