cpp added

This commit is contained in:
Egor Matveev
2021-11-15 23:45:15 +03:00
parent 7bc0ad6060
commit 453055e85c
3 changed files with 14 additions and 1 deletions

View File

@@ -54,6 +54,10 @@ class BaseTester:
def __init__(self, solution):
self.solution = solution
def set_test(self, num):
self.solution.result = CONSTS["testing_status"] + f"({num})"
self.solution.save()
def execute(self):
if not exists("solutions"):
mkdir("solutions")