Test dataset filling

This commit is contained in:
Oleg Abramov 2018-04-03 22:38:46 +03:00
parent 210082691a
commit 4ba810fe25
2 changed files with 360 additions and 34 deletions

View file

@ -17,7 +17,7 @@ async def bot(event_loop):
@pytest.mark.asyncio
async def test_get_bot(bot, event_loop):
""" GetMe method test """
""" getMe method test """
_body = '{"ok":true,"result":{"id":492189143,"is_bot":true,' \
'"first_name":"Dev Tester","username":"MiscDevTesterBot"}}'
_headers = {'Server': 'nginx/1.12.2',