Relative Content

Tag Archive for loggingrefactoringsolidityboilerplatefuzzing

Moving logging functionalities further out of test code

Context To verify the relevant test cases are reached during fuzz testing with foundry, I wrote a system that creates a new log file at the start of a fuzz test, and then uses that to log the which test cases are reached within the various fuzz runs of a single fuzz test in a […]