mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-01 07:41:42 +00:00
ef40bdb545
Closes #28 Added: * Async test (still missing one that includes the IOLoop) * Async plugin under tests. To manually try async functionalities: ``` senpy -f tests/ ```
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
---
|
|
name: Async
|
|
module: asyncplugin
|
|
description: I am async
|
|
author: "@balkian"
|
|
version: '0.1'
|
|
async: true
|
|
extra_params: {} |