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-wikilinks/test.cfg | 2 ++ tests/extensions-x-wikilinks/wikilinks.html | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 tests/extensions-x-wikilinks/test.cfg (limited to 'tests/extensions-x-wikilinks') diff --git a/tests/extensions-x-wikilinks/test.cfg b/tests/extensions-x-wikilinks/test.cfg new file mode 100644 index 0000000..959f38a --- /dev/null +++ b/tests/extensions-x-wikilinks/test.cfg @@ -0,0 +1,2 @@ +[DEFAULT] +extensions=wikilinks diff --git a/tests/extensions-x-wikilinks/wikilinks.html b/tests/extensions-x-wikilinks/wikilinks.html index 1a38535..a76a693 100644 --- a/tests/extensions-x-wikilinks/wikilinks.html +++ b/tests/extensions-x-wikilinks/wikilinks.html @@ -1,5 +1,8 @@

Some text with a WikiLink.

A link with white space and_underscores and a empty one.

+

Another with double spaces and double__underscores and +one that has emphasis inside and one with_multiple_underscores +and one that is emphasised.

And a RealLink.

http://example.com/And_A_AutoLink

And a MarkdownLink for -- 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-wikilinks/test.cfg | 2 -- tests/extensions-x-wikilinks/wikilinks.html | 9 --------- tests/extensions-x-wikilinks/wikilinks.txt | 14 -------------- 3 files changed, 25 deletions(-) delete mode 100644 tests/extensions-x-wikilinks/test.cfg delete mode 100644 tests/extensions-x-wikilinks/wikilinks.html delete mode 100644 tests/extensions-x-wikilinks/wikilinks.txt (limited to 'tests/extensions-x-wikilinks') diff --git a/tests/extensions-x-wikilinks/test.cfg b/tests/extensions-x-wikilinks/test.cfg deleted file mode 100644 index 959f38a..0000000 --- a/tests/extensions-x-wikilinks/test.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[DEFAULT] -extensions=wikilinks diff --git a/tests/extensions-x-wikilinks/wikilinks.html b/tests/extensions-x-wikilinks/wikilinks.html deleted file mode 100644 index a76a693..0000000 --- a/tests/extensions-x-wikilinks/wikilinks.html +++ /dev/null @@ -1,9 +0,0 @@ -

Some text with a WikiLink.

-

A link with white space and_underscores and a empty one.

-

Another with double spaces and double__underscores and -one that has emphasis inside and one with_multiple_underscores -and one that is emphasised.

-

And a RealLink.

-

http://example.com/And_A_AutoLink

-

And a MarkdownLink for -completeness.

\ No newline at end of file diff --git a/tests/extensions-x-wikilinks/wikilinks.txt b/tests/extensions-x-wikilinks/wikilinks.txt deleted file mode 100644 index 8e6911b..0000000 --- a/tests/extensions-x-wikilinks/wikilinks.txt +++ /dev/null @@ -1,14 +0,0 @@ -Some text with a [[WikiLink]]. - -A link with [[ white space and_underscores ]] and a empty [[ ]] one. - -Another with [[double spaces]] and [[double__underscores]] and -one that [[has _emphasis_ inside]] and one [[with_multiple_underscores]] -and one that is _[[emphasised]]_. - -And a RealLink. - - - -And a [MarkdownLink](/MarkdownLink/ "A MarkdownLink") for -completeness. -- cgit v1.2.3