Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample test to check for iteration #3

Open
fonglh opened this issue Oct 6, 2016 · 3 comments · May be fixed by #12
Open

Add sample test to check for iteration #3

fonglh opened this issue Oct 6, 2016 · 3 comments · May be fixed by #12

Comments

@fonglh
Copy link
Member

fonglh commented Oct 6, 2016

Write a test to see if student code uses iteration.

@ronalddas
Copy link

Hi, I would like to help out, but can you give me a headstart on it? I have never done unit testing before

@fonglh
Copy link
Member Author

fonglh commented Oct 6, 2016

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.

@tanayag
Copy link

tanayag commented Oct 9, 2016

Review #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants