{"id":17037078,"url":"https://github.com/bast/python-tdd-exercises","last_synced_at":"2025-07-22T14:06:00.870Z","repository":{"id":72326607,"uuid":"46679472","full_name":"bast/python-tdd-exercises","owner":"bast","description":"Python exercises in TDD style.","archived":false,"fork":false,"pushed_at":"2015-12-02T22:31:05.000Z","size":114,"stargazers_count":9,"open_issues_count":0,"forks_count":68,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-28T13:11:28.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-22T20:50:48.000Z","updated_at":"2024-12-08T12:37:03.000Z","dependencies_parsed_at":"2023-03-14T01:15:10.888Z","dependency_job_id":null,"html_url":"https://github.com/bast/python-tdd-exercises","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bast/python-tdd-exercises","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bast%2Fpython-tdd-exercises","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bast%2Fpython-tdd-exercises/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bast%2Fpython-tdd-exercises/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bast%2Fpython-tdd-exercises/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bast","download_url":"https://codeload.github.com/bast/python-tdd-exercises/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bast%2Fpython-tdd-exercises/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266507366,"owners_count":23940055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-10-14T08:52:50.089Z","updated_at":"2025-07-22T14:06:00.839Z","avatar_url":"https://github.com/bast.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python exercises in TDD style\n\n## Make these badges green\n\n[![Build Status](https://travis-ci.org/bast/python-tdd-exercises.svg?branch=master)](https://travis-ci.org/bast/python-tdd-exercises/builds)\n[![Coverage Status](https://coveralls.io/repos/bast/python-tdd-exercises/badge.png?branch=master)](https://coveralls.io/r/bast/python-tdd-exercises?branch=master)\n\nAfter you fork, edit this `README.md` and rename \"bast\" to your GitHub username\nor namespace to make the badges point to your fork.\n\n\n## Inspirations\n\n- [Python Koans](https://github.com/gregmalcolm/python_koans)\n- [46 Simple Python Exercises](http://www.ling.gu.se/~lager/python_exercises.html)\n- [Programming Python for Bioinformatics](http://homepages.stca.herts.ac.uk/~comqdp1/BioInf/)\n\n\n## Goal\n\n- Fork the project.\n- Login to [Travis CI](https://travis-ci.org) with your GitHub account and activate this repo for testing.\n- Login to [Coveralls](https://coveralls.io) with your GitHub account and activate this repo for code coverage analysis.\n- Implement missing functions to make the unit tests pass (run tests either locally or let Travis run them for you each time you push changes).\n- Increase the test coverage to 100% by making [all lines](https://coveralls.io/r/bast/python-tdd-exercises?branch=master) green.\n\n\n## How to run tests locally (Linux or Mac OS X)\n\nFirst clone the project. Locally running the unit testing\nrequires either [pytest](http://pytest.org)\nor [nose](https://nose.readthedocs.org).\n\nThen you can run the tests with:\n```\n$ py.test -vv exercises.py\n```\n\nYou can run a single test case like this:\n```\n$ py.test -vv exercises.py -k test_character_statistics\n```\n\nOr alternatively with [nose](https://nose.readthedocs.org):\n```\n$ nosetests exercises.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbast%2Fpython-tdd-exercises","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbast%2Fpython-tdd-exercises","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbast%2Fpython-tdd-exercises/lists"}