Introduce `conftest.py` for File Related Tests by Bibo-Joshi · Pull Request #4488 · python-telegram-bot/python-telegram-bot
Trying to get things for #4271 done in smaller chunks
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
well, it is my own commit so I have to approve it 😄
|
|
||
|
|
||
| @pytest.fixture(scope="session") | ||
| async def audio(bot, chat_id, aiolib): |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these were from when I was testing a library similar to pytest-asyncio-cooperative, i.e. running the tests themselves concurrently
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters