<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docs/dev/testing.txt, branch docutils-0.20</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>Update test documentation. Set executable bit on test scripts.</title>
<updated>2022-12-13T21:45:23+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-12-13T21:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=457f26021bba79811ed458d5acd87879e00f03cc'/>
<id>457f26021bba79811ed458d5acd87879e00f03cc</id>
<content type='text'>
Don't mention the "nose" test framework.
(It is unmaintained, deprecated, and fails to find all test cases.)

Hint to a possible future dependency on "pytest".

Two recently added test scripts missed the executable bit.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9308 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't mention the "nose" test framework.
(It is unmaintained, deprecated, and fails to find all test cases.)

Hint to a possible future dependency on "pytest".

Two recently added test scripts missed the executable bit.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9308 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Update test documentation.</title>
<updated>2022-12-02T15:31:26+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-12-02T15:31:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=fb0f9fc96c7517b26cd5ce10d3010e4fdad3180e'/>
<id>fb0f9fc96c7517b26cd5ce10d3010e4fdad3180e</id>
<content type='text'>
Add links.
Adapt to the changes during the recent refactoring.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9299 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add links.
Adapt to the changes during the recent refactoring.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9299 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Small documentation fixes and updates.</title>
<updated>2022-11-28T23:55:35+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-28T23:55:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=de1afdcca6ad61a3b469b6285b51c1f0df4cc682'/>
<id>de1afdcca6ad61a3b469b6285b51c1f0df4cc682</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9281 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/docutils@9281 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix running of individual test (first batch).</title>
<updated>2022-11-24T15:08:12+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-24T15:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=a5a487f1ee2c269912e12ce7056c50ace0d62c0c'/>
<id>a5a487f1ee2c269912e12ce7056c50ace0d62c0c</id>
<content type='text'>
After test refactoring, test scripts failed with ImportError
unless started from the "test root" ``docutils/test/``.

Prepend the "docutils root" to the Python library path
so we import the local `docutils` and `test` packages,
ignoring an eventually installed Docutils package.

Set executable bit where this was missing.

Also:
  Use "pathlib" instead of "os.path" for self-documenting path manipulations.

  Remove duplicate ``import unittest`` statements.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9263 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After test refactoring, test scripts failed with ImportError
unless started from the "test root" ``docutils/test/``.

Prepend the "docutils root" to the Python library path
so we import the local `docutils` and `test` packages,
ignoring an eventually installed Docutils package.

Set executable bit where this was missing.

Also:
  Use "pathlib" instead of "os.path" for self-documenting path manipulations.

  Remove duplicate ``import unittest`` statements.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9263 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for ``pytest``</title>
<updated>2022-11-10T16:54:38+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-10T16:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=11a7e0bcac34288301eed0d6761001a89dbffd5c'/>
<id>11a7e0bcac34288301eed0d6761001a89dbffd5c</id>
<content type='text'>
This is the minimal configuration required for the test suite to 
pass using the pytest framework. This is part of the test suite
refactoring project.

- Ignore two classes that start with the word "Test"
- Provide the standard test header to pytest
- Update the documentation

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9237 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the minimal configuration required for the test suite to 
pass using the pytest framework. This is part of the test suite
refactoring project.

- Ignore two classes that start with the word "Test"
- Provide the standard test header to pytest
- Update the documentation

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9237 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Minimalistic menu bar for documentation pages.</title>
<updated>2022-04-02T21:59:06+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-04-02T21:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=8388cf82b89079e4ea39ce266b31580a2e5956c6'/>
<id>8388cf82b89079e4ea39ce266b31580a2e5956c6</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9051 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/docutils@9051 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Change http://docutils.sourceforge.net -&gt; https://docutils.sourceforge.io</title>
<updated>2022-01-20T10:11:44+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-01-20T10:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=7b1bfb1b637d6d705dacaf44a16760478f942cc4'/>
<id>7b1bfb1b637d6d705dacaf44a16760478f942cc4</id>
<content type='text'>
Patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Adam Turner.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Document incompatibility with "pytest" and "nosetest". Update.</title>
<updated>2022-01-12T15:57:19+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-01-12T15:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=9a91a085283ca1ed488d7d256de1d4531a7d1326'/>
<id>9a91a085283ca1ed488d7d256de1d4531a7d1326</id>
<content type='text'>
Triggered by [feature-request:#81].

Use PEP 3102 syntax instead of reading/deleting "**kwargs" items
for "required keyword arguments".

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8945 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Triggered by [feature-request:#81].

Use PEP 3102 syntax instead of reading/deleting "**kwargs" items
for "required keyword arguments".

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8945 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Docutils 0.19 requires Python 3.7 or later.</title>
<updated>2022-01-03T23:48:04+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-01-03T23:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=d37b317008839e47229a00246c7da6d37c1d89c2'/>
<id>d37b317008839e47229a00246c7da6d37c1d89c2</id>
<content type='text'>
Update documentation and setup.
Removal of special-casing and 2.7 compatibility hacks following soon.

Specify versions in deprecation/removal announcements.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8924 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update documentation and setup.
Removal of special-casing and 2.7 compatibility hacks following soon.

Specify versions in deprecation/removal announcements.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8924 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise/Update the `Running the Test Suite` documentation.</title>
<updated>2021-11-27T16:28:12+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-11-27T16:28:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=84365f08412c8dd211d47e2a9c1dde092ba11ffb'/>
<id>84365f08412c8dd211d47e2a9c1dde092ba11ffb</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8906 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/docutils@8906 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
