Add Python tests

This commit is contained in:
Martin Thoma
2022-03-19 12:20:57 +01:00
parent 157446f209
commit 8de3176348
5 changed files with 23 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
from awari import print_with_tab
def test_print_with_tab():
print_with_tab(3, "Hello")