diff options
Diffstat (limited to 'tests/test_corelib.py')
| -rw-r--r-- | tests/test_corelib.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_corelib.py b/tests/test_corelib.py new file mode 100644 index 0000000..aa402cd --- /dev/null +++ b/tests/test_corelib.py @@ -0,0 +1,4 @@ +from hydro_roll_core import libcore + +cb = libcore() +cb.sum_as_string(1, 2)
\ No newline at end of file |
