apply languages

This commit is contained in:
Egor Matveev
2022-02-17 18:47:44 +03:00
parent cdcdff6651
commit bcc1bff6d8
4 changed files with 11 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ class BaseTester:
raise TestException("CE")
def test(self, filename):
print('testing ' + filename)
code = self.exec_command(
f"< {filename} {self.command} > output.txt",
timeout=self.timeout / 1000,