aurzenligl / pytest-logger

Pytest plugin configuring handlers for loggers from Python logging module.
MIT License
35 stars 11 forks source link

Handle slashes in node_name #36

Closed mulawamichal closed 9 months ago

mulawamichal commented 9 months ago

There can be cases when strings containing slashes get into test name - eg. by being a parameter value.

Those need to be sanitized to avoid breaking the resulting path

aurzenligl commented 9 months ago

Thank you for the fix :)