{"id":13509200,"url":"https://github.com/project-fifo/fqc","last_synced_at":"2026-02-20T00:32:24.454Z","repository":{"id":18261821,"uuid":"21420621","full_name":"project-fifo/fqc","owner":"project-fifo","description":"FiFo Quickcheck helper","archived":false,"fork":false,"pushed_at":"2015-07-22T22:29:59.000Z","size":186,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-06T14:57:53.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/project-fifo.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":"2014-07-02T10:42:39.000Z","updated_at":"2017-07-17T14:38:24.000Z","dependencies_parsed_at":"2022-08-27T05:10:32.343Z","dependency_job_id":null,"html_url":"https://github.com/project-fifo/fqc","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/project-fifo/fqc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-fifo%2Ffqc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-fifo%2Ffqc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-fifo%2Ffqc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-fifo%2Ffqc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/project-fifo","download_url":"https://codeload.github.com/project-fifo/fqc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/project-fifo%2Ffqc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637411,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"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":[],"created_at":"2024-08-01T02:01:04.457Z","updated_at":"2026-02-20T00:32:24.439Z","avatar_url":"https://github.com/project-fifo.png","language":"Erlang","funding_links":[],"categories":["Testing"],"sub_categories":[],"readme":"# FQC - FiFo Quickcheck helper\n\nA set of helpers for running EQC. It uses the same logic as quickcheck-ci.org to determine what tests to run (functions ending with _prop) and wraps it in a eunit test suite.\n\nSome functions are provided for additional generators. Also it offers colored output for tests instead of the default printing of results.\n\n\nSimply put `-include_lib(\"fqc/include/fqc.hrl\").` in your file.\n\nIn addition to that some variables can be `-defined`:\n\n* `EQC_SETUP` When defined the module must provide `setup/0` and `cleanup/1` which will be used as part of the eunit test suite.\n* `EQC_NUM_TESTS` The number of tests to run, default is 500.\n* `EQC_LONG_TESTS` Runs 5000 tests.\n* `EQC_SHORT_TEST` Runs 100 tests.\n* `EQC_EUNIT_TIMEUT` The timeout for the unit tests, defaults to `?EQC_NUM_TESTS div 5`.\n* `EQC_CI` Disables colored output to run with EQC_CI.\n* `GROWL` If defined a growl notification will be send for failed test cases using `growlnotify -n eqc -m \"A test failed\"`\n\n# Statemachien visualisation\n\nThe eqc_dot module provides a function to generate `.dot` files for graphviz from symbolic statemachine commands.\n\nThe main function is `eqc_gv:to_dot/2` where the first argument is the list symbilic commands and the second the failed command:\n\n\n```erlang\nfile:write_file(\"/Users/heinz/test.dot\", eqc_gv:to_dot(eqc_gv:example_data(), 6)).\n```\n\n* The Red command is the failed command.\n* Green commands were successfully executed and are in the dependency path of the failed command.\n* Blue commands were executed but their results were not used by the failed command.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-fifo%2Ffqc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproject-fifo%2Ffqc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproject-fifo%2Ffqc/lists"}