input_name = '../examples/diffusion/cube.py'
output_name = 'test_cube.vtk'

from tests_basic import TestInput
class Test( TestInput ):
    pass
