Add testlib

This commit is contained in:
cuom1999 2022-06-22 14:28:34 +07:00
parent 2eaf71c535
commit 7c171d59c1
4 changed files with 44 additions and 3 deletions

View file

@ -40,6 +40,7 @@ CHECKERS = (
("custom", _("Custom checker (PY)")),
("customval", _("Custom validator (CPP)")),
("interact", _("Interactive")),
("testlib", _("Testlib")),
)