{"id":28992510,"url":"https://github.com/burhanh/automaton-v5","last_synced_at":"2025-10-25T14:15:29.384Z","repository":{"id":48668230,"uuid":"150663655","full_name":"BurhanH/automaton-v5","owner":"BurhanH","description":"Automation testing framework (API) - an example. Based on Python, Unittest","archived":false,"fork":false,"pushed_at":"2025-06-10T14:49:02.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-25T02:46:11.551Z","etag":null,"topics":["automation","python","requests","rest-api","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/BurhanH.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}},"created_at":"2018-09-28T00:34:02.000Z","updated_at":"2025-06-10T14:59:01.000Z","dependencies_parsed_at":"2025-06-10T16:35:08.495Z","dependency_job_id":null,"html_url":"https://github.com/BurhanH/automaton-v5","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BurhanH/automaton-v5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BurhanH","download_url":"https://codeload.github.com/BurhanH/automaton-v5/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BurhanH%2Fautomaton-v5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278551487,"owners_count":26005389,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":["automation","python","requests","rest-api","unittest"],"created_at":"2025-06-25T02:40:13.372Z","updated_at":"2025-10-06T02:58:20.259Z","avatar_url":"https://github.com/BurhanH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automaton-v5\nAutomation testing framework (API) - an example. Based on Python, Unittest\n\n[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/BurhanH/automaton-v5/blob/master/LICENSE)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/179c8d7e01a0486ebe5005e1e6183809)](https://app.codacy.com/app/BurhanH/automaton-v5?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=BurhanH/automaton-v5\u0026utm_campaign=Badge_Grade_Dashboard)\n[![Python unittest testing](https://github.com/BurhanH/automaton-v5/actions/workflows/python-app.yml/badge.svg)](https://github.com/BurhanH/automaton-v5/actions/workflows/python-app.yml)\n\n\n## Requirements\nPython 3.6.\\*/3.7.\\*/3.8.\\*, Unittest, \u003cbr\u003e \nvirtualenv (virtual environment manager) \u003cbr\u003e\n\n## Project structure\n```text\n-- automaton-v5\n   |-- .gitattributes\n   |-- .gitignore\n   |-- calls.py\n   |-- LICENSE\n   |-- README.md\n   |-- requirements.txt\n   `-- tests\n       |-- initial.py\n       |-- test_api.py\n```\n\n## How to prepare environment\n1) Install [Python](https://www.python.org/downloads/)\n2) Install and configure [virtualenv](https://packaging.python.org/guides/installing-using-pip-and-virtualenv/)\n3) Clone or copy (download) the repository into your virtual environment\n4) Activate virtual environment, move to `automaton-v5` folder, and execute command `pip install -r requirements.txt`\n\n## How to run tests\n1) Open terminal window\n2) Move to virtual environment folder\n3) Activate virtual environment\n4) Move to `automaton-v5` folder\n5) Execute `python -m unittest discover tests \"*.py\" -v`\n\n## Technology stack and helpful info\n[Python 3.6](https://docs.python.org/3.6/) / [Python 3.7](https://docs.python.org/3.7/) / [Python 3.8](https://docs.python.org/3.8/) \u003cbr\u003e\n[virtualenv](https://packaging.python.org/guides/installing-using-pip-and-virtualenv/) \u003cbr\u003e\n[GitHub, cloning repository](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository) \u003cbr\u003e\n[unittest](https://docs.python.org/3.7/library/unittest.html) \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanh%2Fautomaton-v5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburhanh%2Fautomaton-v5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburhanh%2Fautomaton-v5/lists"}