{"id":22121078,"url":"https://github.com/pytest-with-eric/python-testing-frameworks-example","last_synced_at":"2025-06-24T04:35:46.880Z","repository":{"id":209293484,"uuid":"723417330","full_name":"Pytest-with-Eric/python-testing-frameworks-example","owner":"Pytest-with-Eric","description":"Practical Overview Of The Top 5 Python Testing Frameworks","archived":false,"fork":false,"pushed_at":"2023-12-08T02:54:27.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T06:52:42.846Z","etag":null,"topics":["doctest","nose2","nosetests","python-testing","robotframework","unittest"],"latest_commit_sha":null,"homepage":"https://pytest-with-eric.com/comparisons/python-testing-frameworks/","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/Pytest-with-Eric.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":"2023-11-25T15:50:58.000Z","updated_at":"2024-07-10T12:06:43.000Z","dependencies_parsed_at":"2024-12-01T14:44:08.527Z","dependency_job_id":null,"html_url":"https://github.com/Pytest-with-Eric/python-testing-frameworks-example","commit_stats":null,"previous_names":["aminul-97/python-testing-frameworks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pytest-with-Eric/python-testing-frameworks-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytest-with-Eric%2Fpython-testing-frameworks-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytest-with-Eric%2Fpython-testing-frameworks-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytest-with-Eric%2Fpython-testing-frameworks-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytest-with-Eric%2Fpython-testing-frameworks-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pytest-with-Eric","download_url":"https://codeload.github.com/Pytest-with-Eric/python-testing-frameworks-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pytest-with-Eric%2Fpython-testing-frameworks-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261604933,"owners_count":23183730,"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","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":["doctest","nose2","nosetests","python-testing","robotframework","unittest"],"created_at":"2024-12-01T14:33:39.547Z","updated_at":"2025-06-24T04:35:46.775Z","avatar_url":"https://github.com/Pytest-with-Eric.png","language":"Python","readme":"# Python Testing Frameworks\nThis repo contains the sample code for the article - [Practical Overview Of The Top 5 Python Testing Frameworks](https://pytest-with-eric.com/comparisons/python-testing-frameworks/)\n\n# Requirements\n* Python (3.11+)\n* Please see `requirements.txt` for the list of dependencies\n\n# Repo Overview\n```shell\n├── .gitignore\n├── README.md\n├── requirements.txt\n├───src\n│   └── check_number.py\n└───tests\n    ├── number_tests.robot\n    ├── test_check_number_with_nose2.py\n    ├── test_check_number_with_pytest.py\n    └── test_check_number_with_unittest.py\n```\n\nPlease install the dependencies via the `requirements.txt` file using \n```bash\npip install -r requirements.txt\n```\nIf you don't have Pip installed, please follow instructions online on how to do it.\n\n# How To Run the Unit Tests\nTo run the Unit Tests from the root of the repo, run\n\n## Pytest\n```bash\npytest -v\n```\n\n## Unittest\n```bash\npython -m unittest\n```\n\n## Nose2\n```bash\nnose2 -v\n```\n\n## DocTest\n```bash\npython src/check_number.py -v\n```\n\n## Robot Framework\n```bash\nrobot tests/number_tests.robot\n```\n\nIf you have any questions about the project, please raise an Issue on GitHub. \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytest-with-eric%2Fpython-testing-frameworks-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpytest-with-eric%2Fpython-testing-frameworks-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpytest-with-eric%2Fpython-testing-frameworks-example/lists"}