autolab / Tango

Standalone RESTful autograding service
http://www.autolabproject.com/
Apache License 2.0
48 stars 59 forks source link

Add module system #202

Closed fanpu closed 3 years ago

fanpu commented 3 years ago

This adds modules to Tango, as the lack of modules currently prevents third party tools (i.e MonkeyType, and other testing frameworks) from effectively interfacing with Tango due to import issues as the absence of modules means that the working directory will not be included in the Python search path.

Testing plan: