{"id":16519109,"url":"https://github.com/pdebuyl/fortran_tester","last_synced_at":"2026-03-07T05:31:56.199Z","repository":{"id":34302531,"uuid":"38212918","full_name":"pdebuyl/fortran_tester","owner":"pdebuyl","description":"Fortran module to test Fortran programs","archived":false,"fork":false,"pushed_at":"2022-06-27T08:48:27.000Z","size":276,"stargazers_count":25,"open_issues_count":1,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-02T22:22:15.903Z","etag":null,"topics":["fortran","testing"],"latest_commit_sha":null,"homepage":"http://pdebuyl.github.io/fortran_tester/","language":"Fortran","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"certbot/certbot","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdebuyl.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}},"created_at":"2015-06-28T20:21:55.000Z","updated_at":"2023-10-12T14:43:14.000Z","dependencies_parsed_at":"2022-09-18T15:20:23.836Z","dependency_job_id":null,"html_url":"https://github.com/pdebuyl/fortran_tester","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pdebuyl/fortran_tester","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdebuyl%2Ffortran_tester","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdebuyl%2Ffortran_tester/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdebuyl%2Ffortran_tester/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdebuyl%2Ffortran_tester/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdebuyl","download_url":"https://codeload.github.com/pdebuyl/fortran_tester/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdebuyl%2Ffortran_tester/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: 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":["fortran","testing"],"created_at":"2024-10-11T16:45:13.996Z","updated_at":"2026-03-07T05:31:56.169Z","avatar_url":"https://github.com/pdebuyl.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fortran tester {#mainpage}\n\n`tester` is a Fortran module to test Fortran programs. It provides routines to\ncheck equality or closeness between variables and counting the errors.\n\nA minimal example:\n\n\tprogram test\n\t  use tester\n\t  implicit none\n\n\t  type(tester_t) :: my_tester\n\n\t  call my_tester% init()\n\n\t  call my_tester% assert_equal(1+1, 2)\n\n\t  call my_tester% print()\n\n\tend program test\n\nIf none of the tests fail, the `print` method displays the message\n`fortran_tester: all tests succeeded`.\nElse, the program will exit with a nonzero error code, making it suitable for\nuse as an automated test.\n\n**Author:** Pierre de Buyl  \n**License:** BSD\n\nContributors: Peter Colberg, Stefano Szaghi, Pietro Bonfa, Elias Lettl, Giacomo Rossi,\nPeter Hill, Jacob Williams\n\n## Installation\n\n`fortran_tester` consists of a single Fortran file. You can just drop `src/tester.f90` in\nyour Fortran project or build using [CMake](https://cmake.org/), \n[FoBiS](https://github.com/szaghi/FoBiS), or [FPM](https://github.com/fortran-lang/fpm).\n\n## Coverage information\n\nIf you read the autogenerated documentation, the [coverage\ndata](ft_coverage/index.html) should be available.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdebuyl%2Ffortran_tester","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdebuyl%2Ffortran_tester","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdebuyl%2Ffortran_tester/lists"}