dftimewolf icon indicating copy to clipboard operation
dftimewolf copied to clipboard

Use literal values in parameters / expected values in tests

Open tomchop opened this issue 2 years ago • 0 comments

Some tests (e.g. tests/lib/collectors/aws_snapshot_s3_copy.py) build parameters dynamically from test / mock values, or complex control structures. Fore readability, ease of debug, etc. tests should be as literal and simple as possible.

tomchop avatar Nov 01 '21 09:11 tomchop