Commit e1043ac0 by Timothée Peignier

fix compiler tests

parent 4f5d82f1
......@@ -10,8 +10,8 @@ class DummyCompiler(CompilerBase):
def match_file(self, path):
return path.endswith('.coffee')
def compile_file(self, content, path):
return content
def compile_file(self, infile, outfile, outdated=False, force=False):
return
class CompilerTest(TestCase):
......
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