Skip to content

Resolve "Replace WeightedSpectestRunner with default runner in template"

In the generation of test templates for exercises with the WeightedTestRunner, the weighed runner is replaced with the regular TestRunner.

Note: although the replacement of the runner in the if __name__ == "__main__" part looks hacky, this statement is always the same and in the same location.

Closes #140 (closed)

Edited by Yoshi van den Akker

Merge request reports