CSCI128 / 128Autograder

Source Code for CSCI128 Autograder at Colorado School of Mines
0 stars 1 forks source link

[ENHANCEMENT] Backport AST assertions #85

Open gregbell26 opened 2 months ago

gregbell26 commented 2 months ago

Description

Issue

AST Assertions for Python have become more important for CSCI 128.

Currently baseline does not include them.

Suggestion

Backport AST assertions from A12 and A13.

Create generic "element-present" check for to A13's style of assertions.

Acceptance Criteria