GitXplorerGitXplorer
c

check50

public
397 stars
264 forks
36 issues

Commits

List of commits on branch main.
Unverified
64b36f289beda5d3a03d38ec88951b6bca00c0dc

stringify file path

rrongxin-liu committed 10 months ago
Unverified
62fd27b18322c0032ad65dc51197ce0516f79cd0

required packaging

rrongxin-liu committed 10 months ago
Unverified
409187de69adba7a6eedac8f84fd5372aef1ab8d

replace pkg_resources with importlib.metadata for Python 3.12, require python>=3.8

rrongxin-liu committed 10 months ago
Unverified
941d0e30e2a8cbdaaa57e70e3ed26a705c2091cd

install setuptools

rrongxin-liu committed a year ago
Unverified
a24ad272a1666331d914cd69c408033b48b2b9c0

updated path to requirements.txt

rrongxin-liu committed a year ago
Unverified
e8189d6ca0b0d0ec78dcb1da63286c677d5aed59

updated readadoc yaml file

rrongxin-liu committed a year ago

README

The README file for this repository.

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/.