<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/DocutilsTestSupport.py, branch master</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>Fix import errors with ``python -m unittest``.</title>
<updated>2022-11-25T14:01:57+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-25T14:01:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=ddf5175e10ca55e8baafd2d402918a9d7d51451d'/>
<id>ddf5175e10ca55e8baafd2d402918a9d7d51451d</id>
<content type='text'>
Running standard unittest on the test suite resulted in 89 ImportErrors
because ``import DocutilsTestSupport was used to set up sys.path()
but the module could not be found on the original sys.path().

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Running standard unittest on the test suite resulted in 89 ImportErrors
because ``import DocutilsTestSupport was used to set up sys.path()
but the module could not be found on the original sys.path().

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the tests agnostic to the working directory</title>
<updated>2022-11-10T16:25:32+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-10T16:25:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=7688249672e39bac02e0c9b23101f78bf7de96ce'/>
<id>7688249672e39bac02e0c9b23101f78bf7de96ce</id>
<content type='text'>
Previously, the test suite only worked when the current working
directory was ``docutils/test/`. With this change all relative paths
are calculated explicitly such that the working directory no longer
affects the tests, meaning a less fragile test environment and 
greater flexibility to use test runners other than ``alltests.py``.
This is part of the test suite refactoring project.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the test suite only worked when the current working
directory was ``docutils/test/`. With this change all relative paths
are calculated explicitly such that the working directory no longer
affects the tests, meaning a less fragile test environment and 
greater flexibility to use test runners other than ``alltests.py``.
This is part of the test suite refactoring project.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline ``exception_data``</title>
<updated>2022-11-09T14:08:57+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-09T14:08:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=ff1ba5e7aad477764e763ab9f6f1c2de5256d43f'/>
<id>ff1ba5e7aad477764e763ab9f6f1c2de5256d43f</id>
<content type='text'>
- Move all usages of ``exception_data`` to using the ``try`` /
  ``except`` pattern as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9232 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move all usages of ``exception_data`` to using the ``try`` /
  ``except`` pattern as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9232 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused classes from ``DocutilsTestSupport``</title>
<updated>2022-11-09T13:33:29+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-09T13:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=f01423e85d4aa5194cf023c988b38a8032b5c972'/>
<id>f01423e85d4aa5194cf023c988b38a8032b5c972</id>
<content type='text'>
This removes the now unused ``StandardTestCase``, ``CustomTestCase``,
and ``CustomTestSuite``.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes the now unused ``StandardTestCase``, ``CustomTestCase``,
and ``CustomTestSuite``.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9231 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline ``ParserTestSuite``</title>
<updated>2022-11-09T13:31:13+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-09T13:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=fdcef0acfab0cf694b1077b6abdd1fa81e48c257'/>
<id>fdcef0acfab0cf694b1077b6abdd1fa81e48c257</id>
<content type='text'>
- Move all usages of ``ParserTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9230 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move all usages of ``ParserTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9230 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline ``TransformTestSuite``</title>
<updated>2022-11-09T12:43:31+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-09T12:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=b148f95fff5870273f96b81d6c0583e589b2603a'/>
<id>b148f95fff5870273f96b81d6c0583e589b2603a</id>
<content type='text'>
- Move all usages of ``TransformTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project
- Fix the global state issues with ``test_hyperlinks_de`` and run
  the test as part of ``alltests.py``

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9229 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move all usages of ``TransformTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project
- Fix the global state issues with ``test_hyperlinks_de`` and run
  the test as part of ``alltests.py``

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9229 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline ``WriterPublishTestCase``</title>
<updated>2022-11-08T18:09:11+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-08T18:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=f923b53600c7f47ef7a77d1e493b727b5f0c5b6a'/>
<id>f923b53600c7f47ef7a77d1e493b727b5f0c5b6a</id>
<content type='text'>
- Move all usages of ``WriterPublishTestCase`` to using subtests, as
  part of the test suite refactoring project.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9228 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move all usages of ``WriterPublishTestCase`` to using subtests, as
  part of the test suite refactoring project.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9228 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline ``PublishTestSuite``</title>
<updated>2022-11-08T18:00:04+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-08T18:00:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=cba3bdf48e89b677e5c0a1b694e13cb8d5a31dd1'/>
<id>cba3bdf48e89b677e5c0a1b694e13cb8d5a31dd1</id>
<content type='text'>
- Move all usages of ``PublishTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9227 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move all usages of ``PublishTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9227 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused imports in ``DocutilsTestSupport``</title>
<updated>2022-11-08T17:23:09+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-08T17:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=5ca512cf9b060a834ade57f258885db499516216'/>
<id>5ca512cf9b060a834ade57f258885db499516216</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9226 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9226 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline ``PEPParserTestSuite``</title>
<updated>2022-11-08T17:07:50+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-08T17:07:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=c47faccf738e3c1b90e4529345563c5242ace2b4'/>
<id>c47faccf738e3c1b90e4529345563c5242ace2b4</id>
<content type='text'>
- Move all usages of ``PEPParserTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9225 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move all usages of ``PEPParserTestSuite.generateTests``
  to using subtests, as part of the test suite refactoring project

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9225 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
