{"id":19341299,"url":"https://github.com/gladir/unitest","last_synced_at":"2026-03-19T09:22:37.195Z","repository":{"id":186163940,"uuid":"674752453","full_name":"gladir/UNITEST","owner":"gladir","description":"Ce cadre d'application permet de faire des tests unitaires pour des programmes écrit en Turbo Pascal.","archived":false,"fork":false,"pushed_at":"2023-08-04T17:52:41.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T08:45:05.014Z","etag":null,"topics":["turbo-pascal","turbopascal","unit-testing"],"latest_commit_sha":null,"homepage":"https://www.gladir.com/CODER/UNITEST/index.htm","language":"Pascal","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/gladir.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":"2023-08-04T17:23:34.000Z","updated_at":"2023-09-08T19:19:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"7be95525-e791-4d93-b0ea-974a75eba3df","html_url":"https://github.com/gladir/UNITEST","commit_stats":null,"previous_names":["gladir/unitest"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gladir/UNITEST","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FUNITEST","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FUNITEST/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FUNITEST/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FUNITEST/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gladir","download_url":"https://codeload.github.com/gladir/UNITEST/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gladir%2FUNITEST/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29957404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T22:53:01.873Z","status":"ssl_error","status_checked_at":"2026-02-28T22:52:50.699Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["turbo-pascal","turbopascal","unit-testing"],"created_at":"2024-11-10T03:30:01.867Z","updated_at":"2026-03-01T01:35:33.785Z","avatar_url":"https://github.com/gladir.png","language":"Pascal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UNITEST\nCe cadre d'application permet de faire des tests unitaires pour des programmes écrit en Turbo Pascal.\n\n\u003ch3\u003eListe des unités du projets\u003c/h3\u003e\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eNom\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003eUNITEST.PAS\u003c/td\u003e\n    \u003ctd\u003eCette unité contient les outils pour faire des tests unitaires.\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ch3\u003eExemple\u003c/h3\u003e\nVoici un exemple d'utilisation:\n\u003ccode\u003e\n Program VotreProgramme;\n\nUses UNITEST;\n\n { ... Votre code ... }\n\nBEGIN\n { ... Votre code ... }\n Plan(4);\n IsInteger('Test 1',4,4);\n IsInteger('Test 2',7,7);\n IsBoolean('Test 3',True,True);\n IsReal('Test 4',1.0,1.0);\n Pass('Plan de test 1-2-3-4');\nEND. \n\u003c/code\u003e\non obtiendra un résultat ressemblant à ceci :\n\u003csamp\u003e\n\u003cpre\u003e\n1..4\nTest 1 : BON\nTest 2 : BON\nTest 3 : BON\nTest 4 : BON\nPlan de test 1-2-3-4 : BON\n\u003c/pre\u003e\n\u003c/samp\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Funitest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgladir%2Funitest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgladir%2Funitest/lists"}