[go: up one dir, main page]

Menu

Commit [r9237]  Maximize  Restore  History

Add support for ``pytest``

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

aa-turner 2022-11-10

changed /trunk/docutils/docs/dev/testing.txt
changed /trunk/docutils/docutils/transforms/universal.py
added /trunk/docutils/test/conftest.py
changed /trunk/docutils/test/test_transforms/test___init__.py