Skip to content

Warnings at test_bottery.test_default_properties #160

@rougeth

Description

@rougeth

Session of the bot fixture must be closed after used. Probably here: https://github.com/rougeth/bottery/blob/master/tests/test_bottery.py#L22

tests/test_bottery.py::test_default_properties[loop-AbstractEventLoop]
  bottery/tests/test_bottery.py:22: RuntimeWarning: coroutine 'ClientSession.close' was never awaited
    bot.session.close()

tests/test_bottery.py::test_default_properties[session-ClientSession]
  bottery/tests/test_bottery.py:22: RuntimeWarning: coroutine 'ClientSession.close' was never awaited
    bot.session.close()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions