{"id":19532575,"url":"https://github.com/laurentrdc/tasty-flaky","last_synced_at":"2026-02-12T14:07:03.742Z","repository":{"id":257798579,"uuid":"862515865","full_name":"LaurentRDC/tasty-flaky","owner":"LaurentRDC","description":"Handle flaky Tasty-based tests","archived":false,"fork":false,"pushed_at":"2026-01-01T17:46:51.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-06T18:50:49.974Z","etag":null,"topics":["flaky-tests","haskell","tasty-framework","testing"],"latest_commit_sha":null,"homepage":"https://hackage.haskell.org/package/tasty-flaky","language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LaurentRDC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-24T18:19:37.000Z","updated_at":"2026-01-01T17:46:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"77c7ccd5-e56c-4078-b9ee-f7c499b948c8","html_url":"https://github.com/LaurentRDC/tasty-flaky","commit_stats":null,"previous_names":["powerweaveinc/tasty-flaky","laurentrdc/tasty-flaky"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LaurentRDC/tasty-flaky","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaurentRDC%2Ftasty-flaky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaurentRDC%2Ftasty-flaky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaurentRDC%2Ftasty-flaky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaurentRDC%2Ftasty-flaky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LaurentRDC","download_url":"https://codeload.github.com/LaurentRDC/tasty-flaky/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LaurentRDC%2Ftasty-flaky/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29367907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"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":["flaky-tests","haskell","tasty-framework","testing"],"created_at":"2024-11-11T01:52:15.633Z","updated_at":"2026-02-12T14:07:03.711Z","avatar_url":"https://github.com/LaurentRDC.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `tasty-flaky`\n\nThis provides [`tasty`](https://hackage.haskell.org/package/tasty) integration for flaky tests, which are tests that are known to fail intermittently. [`tasty-flaky`](https://hackage.haskell.org/package/tasty-flaky) can be installed from Hackage.\n\n## Example usage\n\nThis package provides functions, like `flakyTest`, which can attach retrying logic to *any* test.\nFor example, you can retry test cases from [`tasty-hunit`](https://hackage.haskell.org/package/tasty-hunit) like so:\n\n```haskell\nimport Test.Tasty.HUnit ( testCase ) -- from tasty-hunit\n\nmyFlakyTest :: TestTree\nmyFlakyTest \n    = flakyTest (limitRetries 5 \u003c\u003e constantDelay 1000) \n    $ testCase \"some test case\" \n    $ do ... \n```\n\nIn the example above, the test will be retried up to 5 times, with a delay of 1000 microseconds between tries,\nif a failure occurs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurentrdc%2Ftasty-flaky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaurentrdc%2Ftasty-flaky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaurentrdc%2Ftasty-flaky/lists"}