KintoneAppBuilder created
This commit is contained in:
6
backend/app/tests/test_tasks.py
Normal file
6
backend/app/tests/test_tasks.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app import tasks
|
||||
|
||||
|
||||
def test_example_task():
|
||||
task_output = tasks.example_task("Hello World")
|
||||
assert task_output == "test task returns Hello World"
|
||||
Reference in New Issue
Block a user