tests: standardize on VerboseFalseOptions as mock

This commit is contained in:
Hans-Christoph Steiner 2024-11-20 10:46:21 +01:00
parent 7ff32bc4b0
commit 487269c667
5 changed files with 13 additions and 17 deletions

View file

@ -27,6 +27,10 @@ from pathlib import Path
GP_FINGERPRINT = 'B7C2EEFD8DAC7806AF67DFCD92EB18126BC08312A7F2D6F3862E46013C7A6135'
class VerboseFalseOptions:
verbose = False
class TmpCwd:
"""Context-manager for temporarily changing the current working directory."""