Skip to content

deflucaseng/autograder-cs1113

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This represents the first significant project in my github with hopefully more to come.

This is an autograder for homeworks which is specifically designed for the CS-UY 1113 intro to programming course at NYU

It utilizes the following libraries in order to test student code, and exports a spread sheet for easy viewing containing the student names, as well as the results of any given test.

It utilizes the following python libraries:

import os import subprocess import unittest import sys from unittest.mock import patch from io import StringIO import pandas as pd import importlib.util

Remaining Work: Further testing for students submitting work.

About

Autograder for Homeworks CS1113

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages