smart_brain_test/tests/__init__.py

14 lines
308 B
Python

from .rooms import preconditions, ffe, ffw, gfe, gfw, stw
# TODO: Coverage, *Information (Chapter 1), ... ausblenden, wenn leer
def add_all_testcases(ts, mc, h):
preconditions(ts, mc, h)
ffe(ts, mc, h)
ffw(ts, mc, h)
gfe(ts, mc, h)
gfw(ts, mc, h)
stw(ts, mc, h)
# TODO: GARDEN