From b4272711ed3591ffff1c7c301201e7b5dbbd815a Mon Sep 17 00:00:00 2001 From: John Dickinson <me@not.mn> Date: Wed, 7 Nov 2012 08:40:49 -0800 Subject: [PATCH] tell nose to explicity test the 'tests' directory Change-Id: Ib6afa775defc521794da627952edbf69721b0874 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 24dae824..ca5fb628 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,6 +5,7 @@ cover-erase = true cover-inclusive = true verbosity=2 detailed-errors=1 +where = tests [build_sphinx] source-dir = doc/source