Imported modules
|
|
from os import system, listdir
from os.path import join, split, dirname, abspath
from sys import path, argv, exit
from unittest import TextTestRunner, TestSuite
|
Functions
|
|
runtest
|
|
runtest
|
runtest (
name,
gamepath,
makeoutput,
)
This routine will run a particular test game and diff the output.
|
|