Current method only changes file names to reflect the current subject, we need to also change file contents. (Could this just be done in the TestCase class's read_base_files() method? I.e., for each piece of content we read in, replace instances of the base subject ID with our subject's ID.
Current method only changes file names to reflect the current subject, we need to also change file contents. (Could this just be done in the
TestCase
class'sread_base_files()
method? I.e., for each piece of content we read in, replace instances of the base subject ID with our subject's ID.