You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the test suite has been converted to use this but not all of it.
How can it be fixed?
Take some or all of the remaining tests that are under ./tests/core/asyncio or ./tests/core/trio and rewrite them using the declarative tool. New tests should live under ./tests/core/common
The text was updated successfully, but these errors were encountered:
What was wrong?
#140 introduced a declarative way to write implementation agnostic tests.
https://lahja.readthedocs.io/en/latest/api/testing.html
Some of the test suite has been converted to use this but not all of it.
How can it be fixed?
Take some or all of the remaining tests that are under
./tests/core/asyncio
or./tests/core/trio
and rewrite them using the declarative tool. New tests should live under./tests/core/common
The text was updated successfully, but these errors were encountered: