def test_cannot_construct_from_list_of_duplicates(dotted_paths): with pytest.raises(DuplicateNamesError): UniqueNamedClassRegistry(dotted_paths)