NL008: Test names are duplicated

NL008: Test names are duplicated

type: bug
priority: blocker

#pitfall
#confusing
#brain-overload
#bad-practice

Description

A test with this name is already defined in this module.

Having multiple tests with the same name results in each test being run multiple times and also each test being run each time the test module is called with the test name.

This leads to unpredictable behavior.