mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Tests. Let's start.
This commit is contained in:
parent
104d6d1731
commit
ee84d753c7
3 changed files with 62 additions and 0 deletions
2
tests/utils.py
Normal file
2
tests/utils.py
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
def out(*message, sep=' '):
|
||||
print('Test', sep.join(message))
|
||||
Loading…
Add table
Add a link
Reference in a new issue