pchomik / pytest-spec

Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION.
GNU General Public License v2.0
100 stars 19 forks source link

Prettier doctest names #16

Closed jayvdb closed 3 years ago

jayvdb commented 7 years ago

For doctest, the output is like

dependency_management/requirements/GoRequirement.py::
    [PASS]  Dependency management.requirements.GoRequirement.GoRequirement. init
    [PASS]  Dependency management.requirements.GoRequirement.GoRequirement.install command

It should be something similar to

dependency_management/requirements/GoRequirement.py::
    [PASS]  __init__
    [PASS]  install command
pchomik commented 7 years ago

@jayvdb could you provide some kind of test file to investigate what is needed to implement this?

pchomik commented 4 years ago

@jayvdb could you check with the latest version?

jayvdb commented 4 years ago

Packaged new version https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-spec

Will retest doctest and report back. Thx

pchomik commented 4 years ago

Any update on this?