-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor test cases code. #17
Comments
Hi @adlrocha -- I am going to start working on this shortly Wanted to run some stuff by you before I do:
My thinking is this:
All of these tests share a ton of common steps, that I'd like to refactor to be as deduplicated as possible:
I'd love it if the test cases themselves were quite short -- right now they're hundreds of lines and hard to read to understand what's going on, plus they copy each other a lot. |
I will of course update the compositions in the rfc directories as needed in the PR |
That'd be awesome, @hannahhoward! Everything you suggest SGTM. Actually, this is something I've been looking to do myself for a while, but never find the time. I keep copy-pasting and patching test cases to evaluate the prototypes but I never invest the time on structuring the code right (so the tests are completely unreadable by themselves). Thanks! |
For the sake of development speed and rapid result explorations, there is a lot of redundant code in test cases. This needs to be fixed before it becomes "technical debt".
The text was updated successfully, but these errors were encountered: