You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've given some context for this repository at #4
The purpose of this code is to check that student submitted code (in submission/template.py) meets the lesson objective of using iteration. Check out the 2 folders in this repository to see what the file structure is like.
Our code evaluator runs make test and expects a report.xml file. We need a way to check that the student's submission uses loops and not recursion.
Write a test to see if student code uses iteration.
The text was updated successfully, but these errors were encountered: