autograding-example-python icon indicating copy to clipboard operation
autograding-example-python copied to clipboard

GitHub Classroom autograding example repo with Python and Pytest

Results 10 autograding-example-python issues
Sort by recently updated
recently updated
newest added

Remove the semicolon for import statement, its not a multi-line statement so it isn't needed.

Remove the semicolon at the end of the first line https://github.com/education/autograding-example-python/blob/master/hello_test.py#L1

Removed the semicolon at the end of the first line https://github.com/education/autograding-example-python/blob/master/hello_test.py#L1 closes #2