Matthieu-Riou / Py-RunTest

MIT License
0 stars 0 forks source link

Modularity #3

Open epgfm opened 7 years ago

epgfm commented 7 years ago

At some point we're gonna have to un-hardcode parts of this so the core concept can be used for multiple assignments.

epgfm commented 7 years ago

Okay, after thinking about it I think we should achieve modularity through a configuration file. A file, format TBD with a specific extension such as .pyrt. The file should list informations that allow us to branch in the main program depending on the case: testing functions in a file or testing whole script outputs and other cases we can think of.