mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 06:50:29 +01:00
Add module name to tests name
So they fit in with the rest better
This commit is contained in:
parent
0afe83ac30
commit
9f1b63b165
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ def test_official():
|
|||
if test:
|
||||
def fn():
|
||||
return test(h4)
|
||||
fn.description = '{}({})'.format(test.__name__, h4.text)
|
||||
fn.description = '{}({}) ({})'.format(test.__name__, h4.text, __name__)
|
||||
yield fn
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue