{"id":19252378,"url":"https://github.com/ssciwr/effective-software-testing","last_synced_at":"2026-01-31T04:32:44.682Z","repository":{"id":65901650,"uuid":"592766188","full_name":"ssciwr/effective-software-testing","owner":"ssciwr","description":"Effective Software Testing [SSC Compact Course]","archived":false,"fork":false,"pushed_at":"2025-07-07T06:53:26.000Z","size":1203,"stargazers_count":1,"open_issues_count":3,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-07T07:45:20.756Z","etag":null,"topics":["python","ssc-compact-course","testing"],"latest_commit_sha":null,"homepage":"https://ssciwr.github.io/effective-software-testing","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ssciwr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2023-01-24T13:45:53.000Z","updated_at":"2025-06-12T12:51:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4af940f-c18f-4919-8ac0-cef0df2e16a9","html_url":"https://github.com/ssciwr/effective-software-testing","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ssciwr/effective-software-testing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Feffective-software-testing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Feffective-software-testing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Feffective-software-testing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Feffective-software-testing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ssciwr","download_url":"https://codeload.github.com/ssciwr/effective-software-testing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ssciwr%2Feffective-software-testing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28929701,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T04:05:25.756Z","status":"ssl_error","status_checked_at":"2026-01-31T04:02:35.005Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["python","ssc-compact-course","testing"],"created_at":"2024-11-09T18:26:39.539Z","updated_at":"2026-01-31T04:32:44.665Z","avatar_url":"https://github.com/ssciwr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Effective Software Testing](https://ssciwr.github.io/effective-software-testing)\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ssciwr/effective-software-testing/ci.yml?branch=main)](https://github.com/ssciwr/effective-software-testing/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/ssciwr/effective-software-testing/branch/main/graph/badge.svg)](https://codecov.io/gh/ssciwr/effective-software-testing)\n\nA sample Python project to accompany the SSC compact course [\"Effective Software Testing\"](https://ssciwr.github.io/effective-software-testing).\n\nThe project is a simple implementation of the game \"tic-tac-toe\" including a test suite.\n\nContinuous integration is set up using\n[Github actions](https://github.com/ssciwr/effective-software-testing/actions/workflows/ci.yml)\nand\n[codecov](https://app.codecov.io/gh/ssciwr/effective-software-testing)\nwhich automatically run the tests and display a coverage report whenever a pull request is made.\n\n## Getting started\n\nTo clone the repo and do an editable install of the package:\n\n```\ngit clone https://github.com/ssciwr/effective-software-testing.git\ncd effective-software-testing\npython -m pip install --editable '.[tests]'\n```\n\nTo run the tests:\n\n```\npython -m pytest\n```\n\nTo play the tic-tac-toe game on a 4x4 board:\n```\ntic-tac-toe --size 4\n```\n\n![screenshot](docs/assets/images/screenshot.png)\n\n## Acknowledgments\n\nThis repository was set up using the [SSC Cookiecutter for Python Packages](https://github.com/ssciwr/cookiecutter-python-package).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssciwr%2Feffective-software-testing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fssciwr%2Feffective-software-testing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fssciwr%2Feffective-software-testing/lists"}