{"id":20303162,"url":"https://github.com/bredalis/pytest","last_synced_at":"2026-06-08T10:32:46.842Z","repository":{"id":243588444,"uuid":"812832623","full_name":"Bredalis/PyTest","owner":"Bredalis","description":"🐍 Testing's librery for Python 🐍","archived":false,"fork":false,"pushed_at":"2026-02-22T19:47:12.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-23T00:28:30.985Z","etag":null,"topics":["framework","librery","programming-language","pytest","python","testing","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bredalis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-10T01:15:33.000Z","updated_at":"2026-02-22T19:47:15.000Z","dependencies_parsed_at":"2024-11-03T01:18:05.755Z","dependency_job_id":"31a26525-df53-4cc5-9db8-bf92ce994e1c","html_url":"https://github.com/Bredalis/PyTest","commit_stats":null,"previous_names":["bredalis/pytest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bredalis/PyTest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPyTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPyTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPyTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPyTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bredalis","download_url":"https://codeload.github.com/Bredalis/PyTest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FPyTest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["framework","librery","programming-language","pytest","python","testing","unit-testing"],"created_at":"2024-11-14T16:36:10.814Z","updated_at":"2026-06-08T10:32:46.836Z","avatar_url":"https://github.com/Bredalis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003e🐍 PyTest Testing Library 🐍\u003c/b\u003e\u003c/h1\u003e\n\n\u003ca href=\"https://www.python.org\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-52BE80\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/pytest/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/PyTest-52BE80\"\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://i.pinimg.com/236x/53/a5/db/53a5db5a9b5a4c79390298737dd26e2d.jpg\"\u003e\n\n---\n\n## Table of Contents 🧾\n\n* Description 📝\n* Key Features 📦\n* Installation 🛠️\n* Usage 📘\n* License 📜\n\n---\n\n## Description 📝\n\n\u003cp\u003e\n🐍 PyTest is a Python testing framework that makes it easy to write simple and scalable test cases for applications and libraries. 📈 Popular for its simplicity and ability to handle complex parameterized tests with ease, PyTest offers a rich ecosystem of plugins and great flexibility to adapt to various testing needs.\n\u003c/p\u003e\n\n---\n\n## Key Features 📦\n\n✔️ Simple syntax for writing tests  \n✔️ Powerful fixture system  \n✔️ Parameterized testing support  \n✔️ Rich plugin architecture  \n✔️ Detailed failure reporting  \n✔️ Compatible with unittest and nose  \n\n---\n\n## Installation 🖥️\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/Bredalis/PyTest.git\n```\n\n2. Install PyTest package:\n\n```bash\npip install pytest\n```\n\n---\n\n## Usage ⚙️\n\nTo run tests with PyTest:\n\n1️⃣ Navigate to the test directory:\n\n```bash\ncd path_to_tests\n```\n\n2️⃣ Run the tests:\n\n```bash\npytest\n```\n\n3️⃣ For additional PyTest commands, check this reference:\n```bash\nhttps://github.com/Bredalis/Commands/blob/master/Testing.txt\n```\n---\n\n## License 📜\n\nThis project is licensed under the 📜 \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\" target=\"_blank\"\u003e\nGPLv3 (GNU General Public License V3.0) \u003c/a\u003e\n\n---\n\n## 👩‍💻 Author\n\n\u003cimg src=\"https://avatars.githubusercontent.com/u/111624948?s=400\u0026u=cd081f79392220d8cd2a22f2a8d5d3b18814350a\u0026v=4\" width=\"50\" height=\"50\"\u003e \n\u003cimg src=\"https://readme-typing-svg.demolab.com?font=Roboto+Slab\u0026color=%23FFFFFF\u0026size=35\u0026center=true\u0026vCenter=true\u0026width=450\u0026duration=1500\u0026pause=1000\u0026lines=Hello,+I+am;Bredalis+Gautreaux!\" width=\"auto\" height=\"35\"/\u003e\n\n[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow\\\u0026style=social)](https://github.com/Bredalis)\n![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)\n\n\u003ca href=\"https://www.linkedin.com/in/bredalis-gautreaux/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-LinkedIn-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\n😊 I am a programmer passionate about technology, artificial intelligence, and continuous learning.\nI love creating projects that help others understand complex concepts in a simple way.\n#python #ai #exceptions 🚀\n\n---\n\n## ⭐ Check out my GitHub profile\n\n[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge\\\u0026logo=github\\\u0026logoColor=white\\\u0026labelColor=101010)](https://github.com/bredalis)\n\n---\n\n✨ If you like this project, don’t forget to give it a star!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fpytest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredalis%2Fpytest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Fpytest/lists"}