blob: 6235771007f458fb52536966ad44fd8622502193 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Change log
## pytest-curio 1.0.1, 2020-10-7
- create change log
- add long description in setup.cfg
- fix license declaration in setup.cfg
- update Features declaration in readme.rst
## pytest-curio 1.0.0, 2020-10-7
- align kernel call to last released curio version (no add_task),
- use curio.meta to test coroutine
- add a kernel finalizer on fixture with a session scope
- raise root cause exception on error
## pytest-curio 0.1.0, 2016-01-12
- pytest markers for treating tests as curio coroutines
- fixtures for injecting curio kernel
|