From cc452998dc1af441cf3f9c5d0c7287cb5de48c4a Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:29:56 -0400 Subject: Initial implementation of nose testing. Still some cleanup to do, but this shows the differances between the old and the new. Also left one test failing (unsignificant white space only) to demonstrate what a failing test looks like. --- tests/extensions-x-abbr/test.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/extensions-x-abbr/test.cfg (limited to 'tests/extensions-x-abbr') diff --git a/tests/extensions-x-abbr/test.cfg b/tests/extensions-x-abbr/test.cfg new file mode 100644 index 0000000..32d437f --- /dev/null +++ b/tests/extensions-x-abbr/test.cfg @@ -0,0 +1,2 @@ +[DEFAULT] +extensions=abbr -- cgit v1.2.3 From 8b430d251b2518fa3303d7027f50268e0254b7a1 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:31:55 -0400 Subject: Moves tests to a subdir of the markdown lib. --- tests/extensions-x-abbr/abbr.html | 4 ---- tests/extensions-x-abbr/abbr.txt | 13 ------------- tests/extensions-x-abbr/test.cfg | 2 -- 3 files changed, 19 deletions(-) delete mode 100644 tests/extensions-x-abbr/abbr.html delete mode 100644 tests/extensions-x-abbr/abbr.txt delete mode 100644 tests/extensions-x-abbr/test.cfg (limited to 'tests/extensions-x-abbr') diff --git a/tests/extensions-x-abbr/abbr.html b/tests/extensions-x-abbr/abbr.html deleted file mode 100644 index 456524e..0000000 --- a/tests/extensions-x-abbr/abbr.html +++ /dev/null @@ -1,4 +0,0 @@ -

An ABBR: "REF". -ref and REFERENCE should be ignored.

-

The HTML specification -is maintained by the W3C.

\ No newline at end of file diff --git a/tests/extensions-x-abbr/abbr.txt b/tests/extensions-x-abbr/abbr.txt deleted file mode 100644 index 991bf15..0000000 --- a/tests/extensions-x-abbr/abbr.txt +++ /dev/null @@ -1,13 +0,0 @@ -An ABBR: "REF". -ref and REFERENCE should be ignored. - -*[REF]: Reference -*[ABBR]: This gets overriden by the next one. -*[ABBR]: Abbreviation - -The HTML specification -is maintained by the W3C. - -*[HTML]: Hyper Text Markup Language -*[W3C]: World Wide Web Consortium - diff --git a/tests/extensions-x-abbr/test.cfg b/tests/extensions-x-abbr/test.cfg deleted file mode 100644 index 32d437f..0000000 --- a/tests/extensions-x-abbr/test.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -extensions=abbr -- cgit v1.2.3