Tests. Let's start.

This commit is contained in:
Alex Root Junior 2017-11-11 12:43:22 +02:00
parent 104d6d1731
commit ee84d753c7
3 changed files with 62 additions and 0 deletions

2
tests/utils.py Normal file
View file

@ -0,0 +1,2 @@
def out(*message, sep=' '):
print('Test', sep.join(message))