{"id":18982337,"url":"https://github.com/defactosoftware/assert_async","last_synced_at":"2025-11-10T20:05:01.532Z","repository":{"id":57479051,"uuid":"161841741","full_name":"DefactoSoftware/assert_async","owner":"DefactoSoftware","description":"Elixir library to assert in tests for async calls","archived":false,"fork":false,"pushed_at":"2018-12-15T11:38:54.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-02T04:45:52.371Z","etag":null,"topics":[],"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/DefactoSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-12-14T21:22:24.000Z","updated_at":"2018-12-15T16:22:41.000Z","dependencies_parsed_at":"2022-09-17T04:42:00.925Z","dependency_job_id":null,"html_url":"https://github.com/DefactoSoftware/assert_async","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/DefactoSoftware%2Fassert_async","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefactoSoftware%2Fassert_async/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefactoSoftware%2Fassert_async/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DefactoSoftware%2Fassert_async/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DefactoSoftware","download_url":"https://codeload.github.com/DefactoSoftware/assert_async/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239986967,"owners_count":19729715,"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-11-08T16:13:10.501Z","updated_at":"2025-11-10T20:05:01.469Z","avatar_url":"https://github.com/DefactoSoftware.png","language":"Elixir","readme":"[![Hex.pm](https://img.shields.io/hexpm/v/assert_async.svg)](https://hex.pm/packages/assert_async)\n\n# AssertAsync\n\nAssert tests with retries for async testing.\n\n## Installation\n\nCan be installed via git:\n\n```elixir\ndef deps do\n  [\n    {:assert_async, git: \"https://github.com/defactosoftware/assert_async\", only: [:test]}\n  ]\nend\n```\n\nusage in test\n\n```ex\ndefmodule YourApp.SomeModuleTest do\n  use ExUnit.Case\n\n  import AssertAsync\n\n  test \"testing something async\" do\n    some_async_insert()\n\n    assert_eventually(Ecto.Repo.exists?(InsertedThing))\n  end\nend\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefactosoftware%2Fassert_async","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdefactosoftware%2Fassert_async","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdefactosoftware%2Fassert_async/lists"}