-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move tests into modules prefixed with test_ so that pytest can locate them. * Fix missing imports for doctests in genshi.filters.transforms. * Add pytest configuration. * Rename test_utils to utils so that it is not considered a test module by pytest. * Rename test_util_x to test_util. * Replace 'is' and 'is not' checks on ints with ones on bools to silence SyntaxWarning. * Run tests with pytest. * Set pytest options for CI. * Add setuptools to tox (it supplies pkg_resources for tests. * Install genshi before trying to run pytest. * Add missing parenthesises to matrix pytest-extra-options value. * Customize pytest options for Python 2.7. * Ignore Expression deprecation warning on Python 3.13. * Remove pypy2 and Python 3.13 from matrix so that they can be added via include. * Add ALLOW_UNICODE flag to hopefully support Python 2.7 docstests. * Expand astutil warning exclusion for Python 3.13. * Expand warning exclusion for Python 3.13 further.
- Loading branch information
Showing
26 changed files
with
109 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.