-
Type: Technical Debt
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
3
-
2023-03-21 Ellen Ripley
In our python test suite, are many test cases where we want to simulate a crash and instead of having a helper function that we could use every time it is necessary, we have decided to copy and paste the same function over and over. One way to find the duplicated code (the list may not be exhaustive):
grep -rni "simulate.*crash" test/suite