{"id":15010450,"url":"https://github.com/dm3/asynctest","last_synced_at":"2026-04-04T13:40:14.231Z","repository":{"id":62432434,"uuid":"95044390","full_name":"dm3/asynctest","owner":"dm3","description":"Clojure/script async test utilities","archived":false,"fork":false,"pushed_at":"2017-06-21T20:49:06.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T06:16:36.720Z","etag":null,"topics":["async","clj","cljs","clojure","clojurescript","library","testing","utilities"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","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/dm3.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":"2017-06-21T20:42:39.000Z","updated_at":"2017-06-21T20:46:12.000Z","dependencies_parsed_at":"2022-11-01T20:46:53.610Z","dependency_job_id":null,"html_url":"https://github.com/dm3/asynctest","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/dm3%2Fasynctest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3%2Fasynctest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3%2Fasynctest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dm3%2Fasynctest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dm3","download_url":"https://codeload.github.com/dm3/asynctest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382783,"owners_count":20282007,"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":["async","clj","cljs","clojure","clojurescript","library","testing","utilities"],"created_at":"2024-09-24T19:34:22.105Z","updated_at":"2025-12-28T13:54:36.819Z","avatar_url":"https://github.com/dm3.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asynctest\n\n[![Build Status](https://travis-ci.org/dm3/asynctest.png?branch=master)](https://travis-ci.org/dm3/asynctest)\n\nClojure/script async test utilities.\n\n## Usage\n\nAdd the following dependency to your project.clj or build.boot:\n\n```clojure\n[dm3/asynctest \"0.1.0\"]\n```\n\nthen require the namespace:\n\n```clojure\n(require '[asynctest.core :as asynctest])\n;; In cljs\n(require-macros '[asynctest.core :as asynctest])\n```\n\nUsing from tests, e.g. in `my_tests.cljc`:\n\n```clojure\n(ns my-tests\n  (:require [clojure.test :refer [deftest testing is]]\n            [asynctest.core :as at])\n  #? (:cljs (:require-macros [asynctest.core :as at])))\n\n(deftest my-test\n  (at/async done\n    (let [p (async-operation-returns-promise)]\n      (at/yield\n        (is (= :expected-result @p))\n        (done)))))\n```\n\n## License\n\nCopyright © 2017 Vadim Platonov\n\nDistributed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm3%2Fasynctest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdm3%2Fasynctest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdm3%2Fasynctest/lists"}