summaryrefslogtreecommitdiff
path: root/tests/test_scripting.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scripting.py')
-rw-r--r--tests/test_scripting.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_scripting.py b/tests/test_scripting.py
index e9971d5..2213ec6 100644
--- a/tests/test_scripting.py
+++ b/tests/test_scripting.py
@@ -21,6 +21,7 @@ local names = message['name']
return "hello " .. name
"""
+
class TestScripting(object):
@pytest.fixture(autouse=True)
def reset_scripts(self, r):