mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-29 09:40:31 +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:
|
if test:
|
||||||
def fn():
|
def fn():
|
||||||
return test(h4)
|
return test(h4)
|
||||||
fn.description = '{}({})'.format(test.__name__, h4.text)
|
fn.description = '{}({}) ({})'.format(test.__name__, h4.text, __name__)
|
||||||
yield fn
|
yield fn
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue