From 004462b40ea156b783456463b042a8f71bd22d1e Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 30 Sep 2019 12:23:00 -0400 Subject: Base case re #717 works now. Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O --- tests/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/util.py') diff --git a/tests/util.py b/tests/util.py index 339677aa..9057f516 100644 --- a/tests/util.py +++ b/tests/util.py @@ -17,7 +17,7 @@ def _support(filename): def _config(name): - return join(tests_dir, "configs", "{}.config".format(name)) + return join(tests_dir, "configs", name) needs_gssapi = pytest.mark.skipif( -- cgit v1.2.3