Revisions of python-pytest
Dirk Mueller (dirkmueller)
committed
(revision 3)
- update to 3.1.3: * The ``pytest-warnings`` plugin has been integrated into the core and now ``pytest`` automatically captures and displays warnings at the end of the test session. * Added ``junit_suite_name`` ini option to specify root ``<testsuite>`` name for JUnit XML reports * Added an ini option ``doctest_encoding`` to specify which encoding to use for doctest files. * ``pytest.warns`` now checks for subclass relationship rather than class equality. * ``pytest.raises`` now asserts that the error message matches a text or regex with the ``match`` keyword argument. * ``pytest.param`` can be used to declare test parameter sets with marks and test ids. * a pile of bugfixes, see https://docs.pytest.org/en/latest/changelog.html
Thomas Bechtold (tbechtold)
committed
(revision 2)
osc copypac from project:Cloud:OpenStack:Master package:python-pytest revision:10, using expand
Thomas Bechtold (tbechtold)
committed
(revision 1)
osc copypac from project:Cloud:OpenStack:Ocata package:python-pytest revision:1, using expand
Displaying all 3 revisions