You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The r2s_step1.py and r2s_step2.py scripts in particular need tests.
Some of the other scripts at the top level (r2s_setup.py and r2s_step2setup.py) also need tests.
I was looking at r2s_step2setup.py with this in mind, and ended up refactoring it into a handful of methods so that it's more testable. The same would probably be appropriate for the other scripts.
r2s_setup.py
r2s_step1.py
r2s_step2.py
r2s_step2setup.py
The text was updated successfully, but these errors were encountered:
@elliottbiondo I've assigned this to you, tentatively; I've done step 2 and step 2 setup, which you can use as a guide for step 1. I also refactored both of those scripts to make them actually testable. Probably a good idea for r2s_step1.py as well.
The
r2s_step1.py
andr2s_step2.py
scripts in particular need tests.Some of the other scripts at the top level (
r2s_setup.py
andr2s_step2setup.py
) also need tests.I was looking at
r2s_step2setup.py
with this in mind, and ended up refactoring it into a handful of methods so that it's more testable. The same would probably be appropriate for the other scripts.The text was updated successfully, but these errors were encountered: