Closed jrfnl closed 2 years ago
This safeguards and documents the current behaviour of the methods in the class.
Includes ignoring one line in the class for code coverage as the return of getcwd() cannot be mocked without adding additional test frameworks into the mix.
getcwd()
Thank you, merged :+1:
This safeguards and documents the current behaviour of the methods in the class.
Includes ignoring one line in the class for code coverage as the return of
getcwd()
cannot be mocked without adding additional test frameworks into the mix.