{"id":22974013,"url":"https://github.com/cybercoral/pytesting","last_synced_at":"2025-10-06T16:32:09.799Z","repository":{"id":266875007,"uuid":"899622566","full_name":"CyberCoral/PyTesting","owner":"CyberCoral","description":"A Python library that contains tools for unit testing.","archived":false,"fork":false,"pushed_at":"2024-12-18T15:12:20.000Z","size":79,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T18:10:52.560Z","etag":null,"topics":["python","python3","qa","qa-automation","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/CyberCoral.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}},"created_at":"2024-12-06T16:46:21.000Z","updated_at":"2024-12-18T15:10:45.000Z","dependencies_parsed_at":"2024-12-07T18:31:53.365Z","dependency_job_id":null,"html_url":"https://github.com/CyberCoral/PyTesting","commit_stats":null,"previous_names":["cybercoral/unitary_testing","cybercoral/pytesting"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberCoral%2FPyTesting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberCoral%2FPyTesting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberCoral%2FPyTesting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CyberCoral%2FPyTesting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CyberCoral","download_url":"https://codeload.github.com/CyberCoral/PyTesting/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235534347,"owners_count":19005470,"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":["python","python3","qa","qa-automation","unit-testing"],"created_at":"2024-12-14T23:59:52.233Z","updated_at":"2025-10-06T16:32:04.512Z","avatar_url":"https://github.com/CyberCoral.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyTesting\nA Python library that contains tools for unit testing.\n\n# How to install (with pip)\nSince version 2.1, PyTesting can be installed with pip installer.\nTo do that, you must type this command in your terminal:\n\n```pip install PyTestingQA```\n\n(Do not worry about the name of the project, PyTestingQA is the PyPi's name of the project,\nPyTesting and PyTestingQA are virtually the same).\n\n# How to use\nTo use the project, you have two options:\n\n### Program execution.\nIf you execute the program as a main module, it will\nprint a small description of the project. \n\n### Tool use.\nInstead, if you import the module to your project or \nyou build your own code on the library's file, you will\nbe able to use it directly.\n\n### Example of use.\nYou can use PyTesting (PyTestingQA) in two main ways, depending of the \nway you import PyTesting:\n\n1st way: You import PyTesting (PyTestingQA) like this:\n```\nimport PyTestingQA\ntest = [(\"1+1\",2)]\nPyTestingQA.PyTesting.UnitaryTests.TestingMethod(test)\n```\n\nThis is the result of running the code:\n```\nTest1:  Test (1+1) has returned the expected result (2). \n\n{('1+1', 2): True}\n```\n\n2nd way: You import PyTesting (PytestingQA):\n```\nimport PyTestingQA.PyTesting as PyTesting\ntest = [(\"1+1\",2)]\n\nPyTesting.UnitaryTests.TestingMethod(test)\n```\n\nThis is the result of running the code: \n``` \nTest1:  Test (1+1) has returned the expected result (2). \n\n{('1+1', 2): True}\n```\n\n# Remember to read the code's comments, they contain very useful information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercoral%2Fpytesting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybercoral%2Fpytesting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybercoral%2Fpytesting/lists"}