{"id":17132881,"url":"https://github.com/julianolf/python-tests","last_synced_at":"2025-07-30T17:34:10.031Z","repository":{"id":83698668,"uuid":"501412075","full_name":"julianolf/python-tests","owner":"julianolf","description":"Test examples written in Python with unittest","archived":false,"fork":false,"pushed_at":"2022-06-15T21:41:37.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T05:44:06.591Z","etag":null,"topics":["examples","python","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/julianolf.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-06-08T21:11:13.000Z","updated_at":"2023-12-23T22:58:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"6c06dba6-c500-42c9-9abd-bcd34e256497","html_url":"https://github.com/julianolf/python-tests","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/julianolf/python-tests","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianolf%2Fpython-tests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianolf%2Fpython-tests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianolf%2Fpython-tests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianolf%2Fpython-tests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julianolf","download_url":"https://codeload.github.com/julianolf/python-tests/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julianolf%2Fpython-tests/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267911430,"owners_count":24164460,"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-30T02:00:09.044Z","response_time":70,"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":["examples","python","testing"],"created_at":"2024-10-14T19:28:41.942Z","updated_at":"2025-07-30T17:34:09.974Z","avatar_url":"https://github.com/julianolf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PYTHON-TESTS\n\n![Test](https://github.com/julianolf/python-tests/actions/workflows/test.yml/badge.svg?branch=main)\n![Python](https://img.shields.io/badge/python-3.7+-blue.svg)\n\nA few tests examples written in Python using the unittest framework.\n\n## Running the tests\n\nTo run all tests in this repository execute the following command at the root directory:\n\n```shell\n$ python -m unittest discover -p \"*test*.py\"\n```\n\nAnd for a more detailed output add `-v` to the end of the command.\n\nFor a single test replace the _discovery_ argument and everything that comes afterwards with the full module path to the desired test.\n\n```shell\n$ python -m unittest ex02.test_calc.TestAdd.test_add_two_positive_numbers\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianolf%2Fpython-tests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulianolf%2Fpython-tests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulianolf%2Fpython-tests/lists"}