./devel/py-aiounittest, Test asyncio code more easily

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.2, Package name: py310-aiounittest-1.4.2, Maintainer: pkgsrc-users

The aiounittest is a helper library to ease of your pain (and boilerplate),
when writing a test of the asynchronous code (asyncio). You can test:
* synchronous code (same as the unittest.TestCase)
* asynchronous code, it supports syntax with async/await (Python 3.5+) and
asyncio.coroutine/yield from (Python 3.4)


Required to run:
[devel/py-setuptools] [devel/py-wrapt] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 5.676 KB

Version history: (Expand)


CVS history: (Expand)


   2022-08-12 10:09:12 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiounittest: updated to 1.4.2

1.4.2

Don't run @asyncio.coroutine tests with Python 3.11
test_sync_async_add: After closing the default event loop, set a new one
Fixed deps for travis-ci py3.7
   2022-01-11 09:56:21 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-aiounittest: updated to 1.4.1

1.4.1

What's Changed

Fix typo in documentation
Fix main example
Re-export top-level imports to satisfy Mypy
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-06-01 18:13:42 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-aiounittest: updated to 1.4.0

1.4.0:
fix rst docs
   2020-05-23 10:19:22 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-aiounittest: added version 1.3.1

The aiounittest is a helper library to ease of your pain (and boilerplate),
when writing a test of the asynchronous code (asyncio). You can test:
* synchronous code (same as the unittest.TestCase)
* asynchronous code, it supports syntax with async/await (Python 3.5+) and
  asyncio.coroutine/yield from (Python 3.4)