aboutsummaryrefslogtreecommitdiffstats
path: root/test-markdown.py
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-08-22 14:35:01 -0400
committerWaylan Limberg <waylan@gmail.com>2008-08-22 14:35:01 -0400
commit9534b4c639232d2c681bd40b25e531a14b3cc5be (patch)
tree7d9d0730441a8c8a72720610bd5005f91ec08084 /test-markdown.py
parent476eec8bab4d46e0a525c16954e18a5a1245dc1f (diff)
downloadmarkdown-9534b4c639232d2c681bd40b25e531a14b3cc5be.tar.gz
markdown-9534b4c639232d2c681bd40b25e531a14b3cc5be.tar.bz2
markdown-9534b4c639232d2c681bd40b25e531a14b3cc5be.zip
We should be running all the available extension tests. Enabled now - except for footnotes as the random links to the footnotes are never the same so it will never pass.
Diffstat (limited to 'test-markdown.py')
-rw-r--r--test-markdown.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-markdown.py b/test-markdown.py
index 041523d..3ccda05 100644
--- a/test-markdown.py
+++ b/test-markdown.py
@@ -363,5 +363,6 @@ testDirectory("tests/extensions-x-tables")
#testDirectory("tests/extensions-x-footnotes")
#testDirectory("tests/extensions-x-ext1-ext2")
testDirectory("tests/safe_mode", measure_time=True, safe_mode="escape")
-#testDirectory("tests/extensions-x-codehilite")
+testDirectory("tests/extensions-x-codehilite")
+testDirectory("tests/extensions-x-wikilink")