Closed bigerl closed 9 months ago
Testing file based functions that are sensitive to line breaks should not rely on files checked into git. Instead, the file should be generated during the test as temporary files that are flagged with deleteOnExit().
deleteOnExit()
Testing file based functions that are sensitive to line breaks should not rely on files checked into git. Instead, the file should be generated during the test as temporary files that are flagged with
deleteOnExit()
.