{"id":16540474,"url":"https://github.com/fcwu/python-unittest","last_synced_at":"2026-06-11T07:31:08.107Z","repository":{"id":35819117,"uuid":"40101808","full_name":"fcwu/python-unittest","owner":"fcwu","description":null,"archived":false,"fork":false,"pushed_at":"2015-08-03T03:42:22.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T03:25:25.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/fcwu.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}},"created_at":"2015-08-03T02:45:06.000Z","updated_at":"2015-08-03T02:45:24.000Z","dependencies_parsed_at":"2022-08-02T13:14:24.231Z","dependency_job_id":null,"html_url":"https://github.com/fcwu/python-unittest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fcwu/python-unittest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcwu%2Fpython-unittest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcwu%2Fpython-unittest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcwu%2Fpython-unittest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcwu%2Fpython-unittest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcwu","download_url":"https://codeload.github.com/fcwu/python-unittest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcwu%2Fpython-unittest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34188272,"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-11T02:00:06.485Z","response_time":57,"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":[],"created_at":"2024-10-11T18:52:33.285Z","updated_at":"2026-06-11T07:31:08.075Z","avatar_url":"https://github.com/fcwu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n$ nosetest -v\nTest the login function when bad creds are passed. ... ok\nTest the login function when an error happens. ... ok\nTest the login function when things go right. ... ok\n\n----------------------------------------------------------------------\nRan 3 tests in 0.004s\n\nOK\n\n$ pylint -r n project1/\nNo config file found, using default configuration\n************* Module project1\nC:  1, 0: Missing module docstring (missing-docstring)\n************* Module project1.authentication\nC:  4, 0: Missing function docstring (missing-docstring)\nW: 13,11: Catching too general exception Exception (broad-except)\nW: 13,22: Unused variable 'exc' (unused-variable)\n\n$ nosetests --with-coverage --cover-package=project1\n...\nName                      Stmts   Miss  Cover   Missing\n-------------------------------------------------------\nproject1                      0      0   100%\nproject1.authentication      12      0   100%\n-------------------------------------------------------\nTOTAL                        12      0   100%\n----------------------------------------------------------------------\nRan 3 tests in 0.010s\n\nOK\n\n$ pylint --msg-template='{msg_id}:{line:3d},{column:3d}: {path}: {msg}' -r n project1/                                                                                                             20 ↵\nNo config file found, using default configuration\n************* Module project1\nC0111:  1,  0: project1/__init__.py: Missing module docstring\n************* Module project1.authentication\nC0111:  4,  0: project1/authentication.py: Missing function docstring\nW0703: 13, 11: project1/authentication.py: Catching too general exception Exception\nW0612: 13, 22: project1/authentication.py: Unused variable 'exc'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcwu%2Fpython-unittest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcwu%2Fpython-unittest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcwu%2Fpython-unittest/lists"}