From 1918cd26a16bf6051b3fcc791e1f260bad846c72 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Wed, 20 Aug 2014 14:32:09 -0400 Subject: Refactored test framework to use YAML config files rather than INI. Fixes #333. --- tests/pl/Tests_2004/test.cfg | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tests/pl/Tests_2004') diff --git a/tests/pl/Tests_2004/test.cfg b/tests/pl/Tests_2004/test.cfg index d3850f4..80f48e5 100644 --- a/tests/pl/Tests_2004/test.cfg +++ b/tests/pl/Tests_2004/test.cfg @@ -1,10 +1,10 @@ -[DEFAULT] -input_ext=.text -normalize=1 -# comment out next line to run these tests -#skip=1 +DEFAULT: + input_ext: .text + normalize: True + # comment out next line to run these tests + #skip: True -[Yuri-Footnotes] -extensions=footnotes -skip=1 +Yuri-Footnotes: + extensions: footnotes + skip: True -- cgit v1.2.3