From 6576546fc28d7d6a34337d17b19f4f705d1fe1ac Mon Sep 17 00:00:00 2001 From: Eric Snow Date: Mon, 5 Mar 2018 23:22:16 +0000 Subject: [PATCH] Show the top-level test dir. --- tests/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/__main__.py b/tests/__main__.py index 2baa2d39..ffdd76f6 100644 --- a/tests/__main__.py +++ b/tests/__main__.py @@ -75,6 +75,7 @@ def convert_argv(argv): start = quickroot else: start = PROJECT_ROOT + print('(will look for tests under {})'.format(start)) cmd += [ 'discover', '--top-level-directory', PROJECT_ROOT,