{"id":17968529,"url":"https://github.com/devonestes/muzak","last_synced_at":"2025-07-10T08:34:38.854Z","repository":{"id":47869957,"uuid":"302745963","full_name":"devonestes/muzak","owner":"devonestes","description":"Mutation testing for Elixir","archived":false,"fork":false,"pushed_at":"2022-12-08T07:33:51.000Z","size":65,"stargazers_count":68,"open_issues_count":0,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-20T12:16:34.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devonestes.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":"2020-10-09T20:24:31.000Z","updated_at":"2025-01-30T21:58:22.000Z","dependencies_parsed_at":"2023-01-25T04:45:06.311Z","dependency_job_id":null,"html_url":"https://github.com/devonestes/muzak","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devonestes/muzak","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonestes%2Fmuzak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonestes%2Fmuzak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonestes%2Fmuzak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonestes%2Fmuzak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devonestes","download_url":"https://codeload.github.com/devonestes/muzak/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devonestes%2Fmuzak/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264551652,"owners_count":23626536,"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":[],"created_at":"2024-10-29T14:40:36.340Z","updated_at":"2025-07-10T08:34:38.813Z","avatar_url":"https://github.com/devonestes.png","language":"Elixir","readme":"# Muzak\n\nMutation testing for Elixir!\n\n## Getting Started\n\nTo get started with mutation testing, first add `muzak` as a dependency in your `mix.exs` file and\nset the `preferred_cli_env` for `muzak` to `test`:\n\n```elixir\ndefmodule MyApp.Mixfile do\n  def project do\n    [\n      # ...\n      preferred_cli_env: [muzak: :test]\n    ]\n  end\n\n  # ...\n\n  defp deps do\n    [\n      # ...\n      {:muzak, \"~\u003e 1.1\", only: :test}\n    ]\n  end\nend\n```\n\nYou're now ready to get started!\n\n```bash\n$ mix deps.get\n$ mix muzak\n```\n\nMuzak will then randomly generate up to 1000 mutations in your application and run your test suite\nagainst each of them. If your application contains more than 1000 possible mutations, then you may\nsee different results for subsequent runs.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonestes%2Fmuzak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevonestes%2Fmuzak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevonestes%2Fmuzak/lists"}