wellesleycs111 / autograder

Autograder development
1 stars 0 forks source link

Graphics grading #23

Open sravanareddy opened 8 years ago

sravanareddy commented 8 years ago

Testing on quilt.py, use the cs1graphics equals() method to compare generated and expected graphics.

dkreimer commented 8 years ago

Running the graphics with the autograde raises an error and fails the test.

Exception raised: unbound method init() must be called with Rectangle instance as first argument (got Square instance instead)

Any idea what that's about?

sravanareddy commented 8 years ago

No, will look into it.

sravanareddy commented 8 years ago

Seems like this is an issue with loading external modules like cs1graphics. Table this for now and work on the remaining tasks.