{"id":27005689,"url":"https://github.com/happycodrz/flexi","last_synced_at":"2025-04-04T07:17:17.846Z","repository":{"id":62429620,"uuid":"140611585","full_name":"happycodrz/flexi","owner":"happycodrz","description":"A flexible Elixir ExUnit test runner","archived":false,"fork":false,"pushed_at":"2018-08-09T16:35:43.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-15T12:16:01.059Z","etag":null,"topics":["elixir","unit-testing"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/happycodrz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-07-11T18:01:21.000Z","updated_at":"2018-08-09T16:35:45.000Z","dependencies_parsed_at":"2022-11-01T20:06:30.484Z","dependency_job_id":null,"html_url":"https://github.com/happycodrz/flexi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happycodrz%2Fflexi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happycodrz%2Fflexi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happycodrz%2Fflexi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/happycodrz%2Fflexi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/happycodrz","download_url":"https://codeload.github.com/happycodrz/flexi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247135128,"owners_count":20889421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["elixir","unit-testing"],"created_at":"2025-04-04T07:17:15.806Z","updated_at":"2025-04-04T07:17:17.814Z","avatar_url":"https://github.com/happycodrz.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flexi\n\nA flexible Elixir Mix test runner. (\u003e= Elixir 1.7)\n\n\n## Usage\n\nStart your IEx console in test mode:\n```bash\n$ MIX_ENV=test iex -S mix\n```\n\n\nNow we can start running tests depending on our desires.\nFirst run with a fresh Erlang VM will run all tests to load the modules into memory, this happens implicitly.\n\n**Grep for file names:**\n\n```elixir\niex\u003e Flexi.filematch(\"\")\n```\n\n\n**Grep for test names:**\n\n```elixir\niex\u003e Flexi.namematch(\"\")\n```\n\n\n**Grep for test module names:**\n\n```elixir\niex\u003e Flexi.modulematch(\"\")\n```\n\n\n**Show current filters for ExUnit (convenience function):**\n\n```elixir\niex\u003e Flexi.config()\n```\n\n\n## Requirements:\n\n- Elixir 1.7-dev after [Introducing :only_test_ids as options for ExUnit](https://github.com/elixir-lang/elixir/commit/594f778fffbf71c03e05a5f4e5beadcbcd0c7b58#diff-1e5179d66aaabef6fbc8efa93ae33493)\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `flexi` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:flexi, \"~\u003e 0.4\", only: [:dev, :test]}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/flexi](https://hexdocs.pm/flexi).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappycodrz%2Fflexi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhappycodrz%2Fflexi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhappycodrz%2Fflexi/lists"}