{"id":24486946,"url":"https://github.com/taeefnajib/unit-testing-using-pytest","last_synced_at":"2025-07-01T00:06:48.553Z","repository":{"id":191954638,"uuid":"685754148","full_name":"taeefnajib/Unit-Testing-using-Pytest","owner":"taeefnajib","description":"This repository contains all the example codes mentioned in the Medium article \"Writing Unit Tests for Your Data Science Projects\"","archived":false,"fork":false,"pushed_at":"2023-08-31T23:55:46.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-14T23:13:03.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/taeefnajib.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}},"created_at":"2023-08-31T23:54:05.000Z","updated_at":"2025-02-09T05:02:06.000Z","dependencies_parsed_at":"2023-09-01T18:20:05.541Z","dependency_job_id":"5c038afc-812b-45fd-bea0-5e61240570d6","html_url":"https://github.com/taeefnajib/Unit-Testing-using-Pytest","commit_stats":null,"previous_names":["taeefnajib/unit-testing-using-pytest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/taeefnajib/Unit-Testing-using-Pytest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taeefnajib%2FUnit-Testing-using-Pytest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taeefnajib%2FUnit-Testing-using-Pytest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taeefnajib%2FUnit-Testing-using-Pytest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taeefnajib%2FUnit-Testing-using-Pytest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taeefnajib","download_url":"https://codeload.github.com/taeefnajib/Unit-Testing-using-Pytest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taeefnajib%2FUnit-Testing-using-Pytest/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262870872,"owners_count":23377312,"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":[],"created_at":"2025-01-21T15:31:56.850Z","updated_at":"2025-07-01T00:06:48.511Z","avatar_url":"https://github.com/taeefnajib.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Unit Testing Using Pytest\n\nPytest is a testing framework that allows you to write small, readable tests in Python, and can scale to support complex functional testing for applications and libraries.\n\nIn order to use pytest, we need to install it first with the following command:\n\n```python\npip install -U pytest\n```\nTo use the examples in this repo, you should also install `pandas`\n```\npip install pandas\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaeefnajib%2Funit-testing-using-pytest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaeefnajib%2Funit-testing-using-pytest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaeefnajib%2Funit-testing-using-pytest/lists"}