{"id":20009846,"url":"https://github.com/plsyssec/tasty-gradescope","last_synced_at":"2026-04-19T15:33:02.414Z","repository":{"id":144629533,"uuid":"85020297","full_name":"PLSysSec/tasty-gradescope","owner":"PLSysSec","description":"Generate GradeScope score summaries from Tasty tests","archived":false,"fork":false,"pushed_at":"2017-03-27T02:36:03.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-02T01:44:07.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PLSysSec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-15T02:35:56.000Z","updated_at":"2019-01-15T03:07:28.000Z","dependencies_parsed_at":"2023-07-04T19:34:37.699Z","dependency_job_id":null,"html_url":"https://github.com/PLSysSec/tasty-gradescope","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PLSysSec/tasty-gradescope","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLSysSec%2Ftasty-gradescope","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLSysSec%2Ftasty-gradescope/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLSysSec%2Ftasty-gradescope/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLSysSec%2Ftasty-gradescope/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PLSysSec","download_url":"https://codeload.github.com/PLSysSec/tasty-gradescope/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PLSysSec%2Ftasty-gradescope/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32012086,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T07:17:15.278Z","updated_at":"2026-04-19T15:33:02.390Z","avatar_url":"https://github.com/PLSysSec.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tasty-gradescope\n\n`tasty-gradescope` is a framework for creating Haskell assignment graders using\n`tasty`. It outputs test results to a GradeScope compatible json file.\n\n## Options\n\nUnfortunately, *top level* option parameters do not work when specified inside\nthe test suite yet, so you must pass them in when you run the tester, e.g.\n\n```\nstack test --test-arguments \"--scores results_hs.json --NegScoring True --TotalPoints 55\"\n```\n\nthe top level options are:\n\n- `--scores \u003cFile.json\u003e` : where to output the json file\n- `--NegScoring \u003cBool\u003e`: Use negative scoring (deduct from total) or not.\n  Default: `false`\n- `--TotalPoints \u003cInt\u003e`: Total score for use with neg scoring.\n\n\n## Specifying points\nYou can locally alter the points for each test in the tester (default:\n1), using the `scored` combinator:\n\n```haskell\nscored 2 $ testProperty \"padZero\"    prop_padZero\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplsyssec%2Ftasty-gradescope","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplsyssec%2Ftasty-gradescope","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplsyssec%2Ftasty-gradescope/lists"}