summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2013-09-04 22:56:21 -0600
committerBert JW Regeer <bertjw@regeer.org>2013-09-04 22:56:21 -0600
commita257ebbe3b71305b4ef644de4b8495f904f4cf40 (patch)
tree673c2dbfd74ca50038066bfcdc7f17bd15d7e470
parentb9457d7af7b998cf33209b090247124458f4c1a4 (diff)
downloadpyramid-a257ebbe3b71305b4ef644de4b8495f904f4cf40.tar.gz
pyramid-a257ebbe3b71305b4ef644de4b8495f904f4cf40.tar.bz2
pyramid-a257ebbe3b71305b4ef644de4b8495f904f4cf40.zip
Remove Chameleon only fixtures files.
-rw-r--r--pyramid/tests/fixtures/minimal.pt3
-rw-r--r--pyramid/tests/fixtures/pp.pt3
-rw-r--r--pyramid/tests/fixtures/withmacro.pt7
3 files changed, 0 insertions, 13 deletions
diff --git a/pyramid/tests/fixtures/minimal.pt b/pyramid/tests/fixtures/minimal.pt
deleted file mode 100644
index 693d155ef..000000000
--- a/pyramid/tests/fixtures/minimal.pt
+++ /dev/null
@@ -1,3 +0,0 @@
-<div xmlns="http://www.w3.org/1999/xhtml"
- xmlns:tal="http://xml.zope.org/namespaces/tal">
-</div>
diff --git a/pyramid/tests/fixtures/pp.pt b/pyramid/tests/fixtures/pp.pt
deleted file mode 100644
index 9df7d22da..000000000
--- a/pyramid/tests/fixtures/pp.pt
+++ /dev/null
@@ -1,3 +0,0 @@
-<p xmlns="http://www.w3.org/1999/xhtml"
- xmlns:tal="http://xml.zope.org/namespaces/tal"
- tal:content="wrapped">WRAPPED</p>
diff --git a/pyramid/tests/fixtures/withmacro.pt b/pyramid/tests/fixtures/withmacro.pt
deleted file mode 100644
index 6fa654645..000000000
--- a/pyramid/tests/fixtures/withmacro.pt
+++ /dev/null
@@ -1,7 +0,0 @@
-<html>
-Outside macro
-<metal:m define-macro="foo">
- Hello!
-</metal:m>
-</html>
-