From f9da0b676f29444b7d3628d0340b081fb02d4aa2 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2018 23:17:20 -0500 Subject: fix tests to run from the tests folder --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index cb74bd24c..59f2f9a2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,9 +2,9 @@ zip_ok = false [nosetests] -match=^test -where=pyramid -nocapture=1 +match = ^test +tests = src/pyramid,tests,docs +nocapture = 1 [aliases] dev = develop easy_install pyramid[testing] -- cgit v1.2.3 From 87c9d9c6f471cfe47fd0a680ed30f0a46d912534 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2018 23:25:31 -0500 Subject: fix up manifest --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 59f2f9a2f..878bb13d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -77,4 +77,4 @@ ignore = *.egg-info/* ignore-default-rules = true ignore-bad-ideas = - pyramid/tests/pkgs/localeapp/* + tests/pkgs/localeapp/* -- cgit v1.2.3 From 2e7a9a40c1468e1c56d9083f88830d7e23623308 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Mon, 15 Oct 2018 00:33:20 -0500 Subject: only check the tests folder for tests --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 878bb13d4..f011b0f61 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ zip_ok = false [nosetests] match = ^test -tests = src/pyramid,tests,docs +tests = tests nocapture = 1 [aliases] -- cgit v1.2.3