Blame .meta

7b1e40
<package name="python-aiounittest" project="openSUSE:Factory">
7b1e40
  <title></title>
7b1e40
  <description>Test python asyncio-based code with ease
7b1e40
7b1e40
		  This is a helper library to ease of your pain (and boilerplate), when writing a test of the asynchronous code (asyncio). You can test:
7b1e40
7b1e40
		  * synchronous code (same as the unittest.TestCase)
7b1e40
		  * asynchronous code, it supports syntax with async/await (Python 3.5+) and asyncio.coroutine/yield from (Python 3.4)
7b1e40
7b1e40
  </description>
7b1e40
  <devel project="devel:languages:python" package="python-aiounittest"/>
7b1e40
</package>