Skip to content
  • Dylan Baker's avatar
    gen_interpolation_tests.py: Use mako to generate tests · 2b71816c
    Dylan Baker authored
    
    
    This patch converts gen_interpolation_tests from concatenating a ton of
    strings to generating it's output with a mako template. There are
    cosmetic changes to the output file.
    
    Using mako is possibly a little faster, but mainly has the benefit of
    being much more readable than a long series of string concatenations,
    even at the cost of a little more code.
    
    Signed-off-by: default avatarDylan Baker <dylanx.c.baker@intel.com>
    2b71816c