Skip to content

Unnecessary Print #90

@bryanloz-xilinx

Description

@bryanloz-xilinx

Is your feature request related to a problem? Please describe.
Can this reminder be made suppressible, or hidden depending on a verbosity level?

def pytest_unconfigure(config):
print(
"pytest-xprocess reminder::Be sure to terminate the started process by running "
"'pytest --xkill' if you have not explicitly done so in your fixture with "
"'xprocess.getinfo(<process_name>).terminate()'."
)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions