dbcli / mycli

A Terminal Client for MySQL with AutoCompletion and Syntax Highlighting.
http://mycli.net
Other
11.32k stars 656 forks source link

Tests: Use monkeypatch.context to avoid side effects on pytest #1153

Closed parona-source closed 3 months ago

parona-source commented 3 months ago

See-Also: https://github.com/dbcli/mycli/pull/1152#issuecomment-2027036256

Description

https://github.com/dbcli/mycli/pull/1152 had a side effect of breaking pytest when invoked with --verbose, this pr use monkeypatch.context so that setattr doesnt affect pytest itself.

Checklist

parona-source commented 3 months ago

Test fixes aren't included in the changelog I presume?

Don't see any explicit note about what contribution should be listed in the changelog but it appears test fixes aren't included.