Skip to content

Commit

Permalink
Test amr.Print(...)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 15, 2023
1 parent 7900f00 commit 103ae7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
def test_concatenate():
pltname = amr.concatenate("plt", 1000, 5)
assert pltname == "plt01000"


def test_print():
print("hello from everyone")
amr.Print("byeee from IO processor")

0 comments on commit 103ae7f

Please sign in to comment.