Closed PonteIneptique closed 5 years ago
Right now, --scheme ignore does not work anymore and is crashing HookTest.
--scheme ignore
It is not tested either.
https://github.com/Capitains/HookTest/blob/master/HookTest/capitains_units/cts.py#L725-L728
should be apparently moved to
if scheme in["tei", "epidoc", "auto_rng", "local_file"]: tests = [scheme] + tests
Right now,
--scheme ignore
does not work anymore and is crashing HookTest.It is not tested either.
https://github.com/Capitains/HookTest/blob/master/HookTest/capitains_units/cts.py#L725-L728
should be apparently moved to