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/misc/no-attributes.html | 2 -- tests/misc/no-attributes.txt | 3 --- tests/misc/test.cfg | 2 -- 3 files changed, 7 deletions(-) delete mode 100644 tests/misc/no-attributes.html delete mode 100644 tests/misc/no-attributes.txt delete mode 100644 tests/misc/test.cfg (limited to 'tests/misc') diff --git a/tests/misc/no-attributes.html b/tests/misc/no-attributes.html deleted file mode 100644 index a72e888..0000000 --- a/tests/misc/no-attributes.html +++ /dev/null @@ -1,2 +0,0 @@ -

Regression test for issue 87

-

It's run with enable_attributes=False so this {@id=explanation} should not become an attribute

\ No newline at end of file diff --git a/tests/misc/no-attributes.txt b/tests/misc/no-attributes.txt deleted file mode 100644 index b2cb653..0000000 --- a/tests/misc/no-attributes.txt +++ /dev/null @@ -1,3 +0,0 @@ -Regression *test* for issue 87 - -It's run with enable_attributes=False so this {@id=explanation} should not become an attribute diff --git a/tests/misc/test.cfg b/tests/misc/test.cfg deleted file mode 100644 index 21e0061..0000000 --- a/tests/misc/test.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[no-attributes] -enable_attributes=False \ No newline at end of file -- cgit v1.2.3