NDCLab / lab-devOps

NDCLab mgmt and operations
GNU Affero General Public License v3.0
0 stars 0 forks source link

Rewrite valid file generation method to use appropriate subject ID #312

Closed nolanwelch closed 6 days ago

nolanwelch commented 6 days ago

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.