<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/test_settings.py, branch nesting</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>Merge *all* HEAD revisions into nesting</title>
<updated>2004-09-11T20:22:19+00:00</updated>
<author>
<name>david_abrahams</name>
<email>david_abrahams@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2004-09-11T20:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=2d69c29b9491783db383469914c16a160dc69ed3'/>
<id>2d69c29b9491783db383469914c16a160dc69ed3</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@2577 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/nesting@2577 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>improved setting handling</title>
<updated>2003-09-12T22:24:49+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2003-09-12T22:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=83c14aa826f4876582fc69c17b96034ea5bef42d'/>
<id>83c14aa826f4876582fc69c17b96034ea5bef42d</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1682 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1682 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Added docstring.  Reverted order of diff header to be consistent with the rest of the Docutils tests and with the output order of difflib.</title>
<updated>2003-09-11T22:40:49+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2003-09-11T22:40:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=d56868c28f618255329702b3494e0d6747b6b9d0'/>
<id>d56868c28f618255329702b3494e0d6747b6b9d0</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1676 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1676 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>- Fixed stupid bug that made last change a no-op.</title>
<updated>2003-09-11T14:58:04+00:00</updated>
<author>
<name>cben</name>
<email>cben@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2003-09-11T14:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=0c3c344d65994106103bf009c66a2752293b887f'/>
<id>0c3c344d65994106103bf009c66a2752293b887f</id>
<content type='text'>
- Explicitly made 'DOCUTILSCONFIG' ignore empty path items.
- Refactored `test_settings.ConfigFileTests`:

  - Centralized reading of config files and combining of multiple
    setting dicts.

    - Subclassed with a class that runs the very same tests but sets
      `os.environ['DOCUTILSCONFIG']` instead of reading files directly.

  - Added test method that reads no files at all, for completeness.
  - Improved diff display in `compare_output` (order &amp; trailing
    newlines).
  - Fixed bug in `test_old_and_new`: it used 'old' expected settings
    (which are surely the same as 'one') but read the 'one' config file.
    Assuming it's a cut-and-paste typo, changed to read 'one' file.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1675 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Explicitly made 'DOCUTILSCONFIG' ignore empty path items.
- Refactored `test_settings.ConfigFileTests`:

  - Centralized reading of config files and combining of multiple
    setting dicts.

    - Subclassed with a class that runs the very same tests but sets
      `os.environ['DOCUTILSCONFIG']` instead of reading files directly.

  - Added test method that reads no files at all, for completeness.
  - Improved diff display in `compare_output` (order &amp; trailing
    newlines).
  - Fixed bug in `test_old_and_new`: it used 'old' expected settings
    (which are surely the same as 'one') but read the 'one' config file.
    Assuming it's a cut-and-paste typo, changed to read 'one' file.


git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1675 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>new tests &amp; support files</title>
<updated>2003-09-01T15:07:11+00:00</updated>
<author>
<name>goodger</name>
<email>goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2003-09-01T15:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=c540a4c9d7da712385a2477e1da83515d536fe31'/>
<id>c540a4c9d7da712385a2477e1da83515d536fe31</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
