Skip to content

Fix pytest warning about test goal names

Tjerk Vreeken requested to merge fix-pytest-warning-test-name into master

Sometimes pytest gets confused when a Goal class has a custom init(), and its name starts with "Test". We should avoid the latter, just like in commit c4219f40.

Merge request reports