This is check50, with which you can check solutions to problems for CS50.


Keywords
check, check50
License
GPL-3.0
Install
pip install check50==3.3.4

Documentation

check50

check50 is a testing tool for checking student code. As a student you can use check50 to check your CS50 problem sets or any other Problem sets for which check50 checks exist. check50 allows teachers to automatically grade code on correctness and to provide automatic feedback while students are coding.

You can find documentation and instructions for writing your own checks at https://cs50.readthedocs.io/projects/check50/.