From a05f859d051f06ca8e3f78d35870d80eae28ded4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Wed, 2 Apr 2014 16:56:06 +0200 Subject: [PATCH] Remove tests now covered by 18_test_Config --- tests/test_Config.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/tests/test_Config.py b/tests/test_Config.py index cfdefd8b..046af278 100644 --- a/tests/test_Config.py +++ b/tests/test_Config.py @@ -60,27 +60,6 @@ def test_tristate(): auto """ -def test_parser_fallback(): - """ - Make sure we also parse git- sections if - gbp was used. - - >>> import os - >>> from gbp.config import GbpOptionParser - >>> parser = GbpOptionParser('foo') - >>> tmpdir = str(context.new_tmpdir('foo')) - >>> confname = os.path.join(tmpdir, 'gbp.conf') - >>> parser.config_files = [confname] - >>> f = open(confname, 'w') - >>> f.write('[DEFAULT]\\nthere = was\\n[foo]\\nthere = is\\n[git-foo]\\nno = truth\\n') - >>> f.close() - >>> parser.parse_config_files() - >>> parser.config['there'] - 'is' - >>> parser.config['no'] - 'truth' - """ - def test_filter(): """ The filter option should always parse as a list -- 2.34.1