macobo / python-grader

Python >= 3.3 automatic grader
MIT License
11 stars 5 forks source link

Naming - Module vs user module #8

Closed macobo closed 11 years ago

macobo commented 11 years ago

Currently in execution_base there's a Module class that contains the spoofed stdin and stdout of the user program and also a reference to the globals of the users program.

Since those globals are packaged as a "module" as commonly named within the python community, there's an need to rename the Module class something else to be able to write clear docs.

macobo commented 11 years ago

ModuleContainer