Commit 4b86afa3 authored by Łukasz Nowak's avatar Łukasz Nowak

Explain test existence.

parent e91fa487
...@@ -35,6 +35,7 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin): ...@@ -35,6 +35,7 @@ class testSlapOSMixin(Products.Vifib.tests.VifibMixin.testVifibMixin):
class TestSlapOSDummy(testSlapOSMixin): class TestSlapOSDummy(testSlapOSMixin):
run_all_test = 1 run_all_test = 1
def test(self): def test(self):
"""Dummy test in order to fire up Business Template testing"""
self.assertTrue(True) self.assertTrue(True)
def getTitle(self): def getTitle(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment