Use pyfakefs instead of real files in tests

* adjust review findings
This commit is contained in:
Lorenz Egginger 2021-10-08 11:47:40 +02:00
parent 9d0b99f39f
commit 2f4236158c
4 changed files with 20 additions and 21 deletions

View file

@ -12,7 +12,7 @@ def main(argv: Optional[Sequence[str]] = None) -> int:
default=30,
type=int,
action='store',
help='Maximum allowable number of lines (default: 30)',
help='Maximum allowed number of lines',
)
args = parser.parse_args(argv)