Move testmod file to module directory

This commit is contained in:
Иван Солнцев 2024-10-09 14:57:40 +03:00
parent 346f01c9d9
commit cde5b599ef
Signed by: johnsol
GPG key ID: C56B337609C9821E
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@ import logging
from server.common import HandlerType, HTTPMethod from server.common import HandlerType, HTTPMethod
from server.urlhandler import Path from server.urlhandler import Path
import testmod from testmodule import main as testmod
SETUP = { SETUP = {