Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

I did an initial try at the documentation. I think most of the functions are 
very similar to the TestCase API and I just copied them to add the async 
related information. I guess it could be improved to keep the length down with 
still retaining the link to synchronous API. I added an example of a coroutine 
test case with the order of setup and teardown calls. 

I also realized during the docs that there is no async versions of class level 
setup and teardown calls. They are executed in a slightly different manner in 
unittest.suite module unlike per test setup and teardown. Is this an explicit 
decision to not support them? Is it worth documenting them?

Feedback welcome.

----------
nosy: +xtreak

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32972>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to