-
Notifications
You must be signed in to change notification settings - Fork 21
Languagepp using Command ACM PC2
Syed Owais Ali Chishti edited this page Oct 29, 2017
·
1 revision
A PR is created to provide the detail about the current progress and possibility of using command to execute and compile code of Assignment.
Pull Request Link: https://github.com/BilalZaib/AutoGrader/pull/93
- More languages can be added.
- Use subprocess and popen for execution (separate process), we can limit the process privileges.
- Can have pytest for execution.
- Can take input as FILE, STDIN, ARGS and PyTest (Not coded yet).
- Architectural changes in the code.
-
run.py
will be updated. - Handle pytest as exception (it input type is different), I think this can be handled.
- Using FILE, STDIN, ARGS is not good. PyTest test cases are the beauty (Easy to create and manage).