You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many unit tests are now using a log_watcher fixture that looks for log messages at any level in a specific module or step. It would reduce code duplication if we could add a more general implementation of a configurable fixture in a top-level conftest file. The specific implementations should then be replaced with the general one.
The text was updated successfully, but these errors were encountered:
Many unit tests are now using a log_watcher fixture that looks for log messages at any level in a specific module or step. It would reduce code duplication if we could add a more general implementation of a configurable fixture in a top-level conftest file. The specific implementations should then be replaced with the general one.
The text was updated successfully, but these errors were encountered: