Ignore for now that they are in a different location. The main concern is that they take arguments (like rh_value and ind) but I don't see how they are supposed to get these arguments passed to them. Was this just a placeholder for unit tests that you planned to finish later, or is there some way that these arguments were getting passed when you ran them with python -m unittest?
@russelljjarvis When I try to run your unit tests, I get errors like:
Ignore for now that they are in a different location. The main concern is that they take arguments (like
rh_value
andind
) but I don't see how they are supposed to get these arguments passed to them. Was this just a placeholder for unit tests that you planned to finish later, or is there some way that these arguments were getting passed when you ran them withpython -m unittest
?