blob: ceb75cffb13ed5c0b4c43c013f109c1989370ec1 [file] [log] [blame] [edit]
"""
Test rule system. A simple rules, with one hook that can be run.
"""
def test():
return "Foo."
post_test_hook = test