{"id":23803116,"url":"https://github.com/mr-cheff/pytests","last_synced_at":"2025-09-06T15:33:40.431Z","repository":{"id":106324096,"uuid":"426780484","full_name":"mr-cheff/PyTests","owner":"mr-cheff","description":"Write small or big tests with PyTests a (testing framework)","archived":false,"fork":false,"pushed_at":"2023-11-08T16:10:08.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-22T03:03:13.683Z","etag":null,"topics":["pytest","python","testing","unittest"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mr-cheff.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}},"created_at":"2021-11-10T21:22:00.000Z","updated_at":"2021-12-29T17:42:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0f86c65-9cb4-4d4c-8f59-5a346d586240","html_url":"https://github.com/mr-cheff/PyTests","commit_stats":null,"previous_names":["mr-cheff/pytests"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-cheff%2FPyTests","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-cheff%2FPyTests/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-cheff%2FPyTests/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mr-cheff%2FPyTests/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mr-cheff","download_url":"https://codeload.github.com/mr-cheff/PyTests/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232132987,"owners_count":18477232,"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":["pytest","python","testing","unittest"],"created_at":"2025-01-01T22:29:42.309Z","updated_at":"2025-01-01T22:29:42.479Z","avatar_url":"https://github.com/mr-cheff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyTests\nWrite small or big tests with PyTests a testing framework\n\n## Usage\n\nNOTE: Things might change\n\n```py\n\nfrom pytests import PyTest\n\ntests = PyTest()\n\ndef my_test():\n  return True\n\ntests.new(\n  my_test, # Function with out calling\n  name=\"My test\",\n  description=\"\",\n  result=True,\n  #....\n)\n\ntests.run_all()\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-cheff%2Fpytests","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-cheff%2Fpytests","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-cheff%2Fpytests/lists"}