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

Command testing by parsing #66

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 20, 2021

  1. new contextWithParsing function added

    This function takes a list of named codeblocks containing the testing function(s) per exercise section. To obtain these sections, the student code is being parsed (split on section titles following the pattern "### sectionname ###"). The section name has to match the named codeblock in the testcases list in order to run the testing functions.
    gustbogaert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    a54a3cc View commit details
    Browse the repository at this point in the history
  2. readme updated

    gustbogaert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e035ccd View commit details
    Browse the repository at this point in the history
  3. prints removed

    gustbogaert committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5151f34 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. typo's in README.md fixed

    Co-authored-by: Charlotte Van Petegem <charlotte.vanpetegem@ugent.be>
    gubogaer and chvp authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    26fd040 View commit details
    Browse the repository at this point in the history
  2. bugfix avoid tests

    By removing the section titles in the boilertemplate a student could avoid the test associated with this code section
    gustbogaert committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    c18f1d2 View commit details
    Browse the repository at this point in the history
  3. style fixes

    gustbogaert committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d9c0bf8 View commit details
    Browse the repository at this point in the history