Introduce `conftest.py` for File Related Tests by Bibo-Joshi · Pull Request #4488 · python-telegram-bot/python-telegram-bot

@Bibo-Joshi

Trying to get things for #4271 done in smaller chunks

@harshil21 @Bibo-Joshi

@Bibo-Joshi

@Bibo-Joshi

harshil21

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 😄

harshil21



@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