<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-markdown.git/tests/__init__.py, branch 2.3.1.final</title>
<subtitle>github.com: waylan/Python-Markdown.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/'/>
<entry>
<title>Updated testing framework to use PyTidyLib rather than uTidyLib for Python 3 support.</title>
<updated>2013-03-13T16:25:03+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2013-03-13T16:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=924ea9c2aba361e157fb60d9fcb3bdc7fbd7fd64'/>
<id>924ea9c2aba361e157fb60d9fcb3bdc7fbd7fd64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testing framework now runs on Python 2 &amp; 3 unmodified.</title>
<updated>2012-12-14T18:31:41+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-14T18:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=9bcd7b8763627c64184b0bf147ec1830fde0a5dc'/>
<id>9bcd7b8763627c64184b0bf147ec1830fde0a5dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Normalize line endings in tests as git may alter them on Windows.</title>
<updated>2012-12-14T17:09:11+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-12-14T17:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=a974fd6e902ccc9e5b782707344d9af734b169b6'/>
<id>a974fd6e902ccc9e5b782707344d9af734b169b6</id>
<content type='text'>
Without this, all SyntaxTests would fail from a git checkout on Windows.
On other systems, it should have no effect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this, all SyntaxTests would fail from a git checkout on Windows.
On other systems, it should have no effect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed #115. Make sure all file objects are closed.</title>
<updated>2012-07-12T13:56:42+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2012-07-12T13:56:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=f087887ab9d18d55c686da366fa3a23b303272a0'/>
<id>f087887ab9d18d55c686da366fa3a23b303272a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added some fadfile commands to (re)generate tests when they are added or updated.</title>
<updated>2011-08-04T17:01:10+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-08-04T16:57:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=596492baa23623411d143186d9cad33a1305cd24'/>
<id>596492baa23623411d143186d9cad33a1305cd24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Python 3.2 made some changes to the configparser which broke the testing framework. With a simple addition to our subclass (which we then make use of), this is an easy fix.</title>
<updated>2011-07-28T14:59:25+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-07-28T14:59:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=fbc96ca158193c3e692fd5876480cf4927da151a'/>
<id>fbc96ca158193c3e692fd5876480cf4927da151a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a Python 2.4 incompatability in last commit. 'encode' only accepted positional arguments back then.</title>
<updated>2011-07-28T14:25:49+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-07-28T14:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=af74ff4dd4ca93f63cdf0a9d7dc8b1258f13fe1a'/>
<id>af74ff4dd4ca93f63cdf0a9d7dc8b1258f13fe1a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>All internal encoding of output now uses the 'xmlcharrefreplace' error handler. Also added a note to the docs. Anyone doing their own encoding of output should be as well.</title>
<updated>2011-07-28T14:02:38+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-07-28T14:02:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=80f6ac599f79546512b522566cb421acea1aca19'/>
<id>80f6ac599f79546512b522566cb421acea1aca19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The Testing Framework will now pass any non-reserved args set in test.cfg files as keyword arguments to Markdown for a given syntax test. As Markdown ignores unknown args,  this should be safe and will allow testing of any newly added keywords without additional modification of the testing framework.</title>
<updated>2011-04-29T04:59:06+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2011-04-29T04:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=efa244322af59350056ffe3b93f7d4728d5ce61e'/>
<id>efa244322af59350056ffe3b93f7d4728d5ce61e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added run-tests.py script and added a helpful error message if nose is not installed. Note the run-tests script will be used by simply running 'nosetests' from the commandline, so the hack in 'tests/__init__.py' has been removed.</title>
<updated>2010-02-14T03:58:46+00:00</updated>
<author>
<name>Waylan Limberg</name>
<email>waylan@gmail.com</email>
</author>
<published>2010-02-14T03:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-markdown.git/commit/?id=67ad9f66a00bdea21602428f748dfbb65220e67c'/>
<id>67ad9f66a00bdea21602428f748dfbb65220e67c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
