diff --git a/test_app/main/script.lua b/test_app/main/script.lua index 7189748..a4de994 100644 --- a/test_app/main/script.lua +++ b/test_app/main/script.lua @@ -3,8 +3,6 @@ paramstring1 = "init" paramnumber1 = "init" paramboolean1 = "init" -print(package.path, package.cpath) - addcomponent({ id = "component1", name = "Test component 1", diff --git a/test_app/pytest.ini b/test_app/pytest.ini index ae0144d..aaa9ef2 100644 --- a/test_app/pytest.ini +++ b/test_app/pytest.ini @@ -2,6 +2,8 @@ # only the files with prefix `test_` would be recognized as pytest test scripts. python_files = test_*.py +timeout = 300 + # additional options for pytest addopts = -s