We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84361af commit 8d79dacCopy full SHA for 8d79dac
1 file changed
tests/test_similar.py
@@ -275,8 +275,8 @@ def test_duplicate_code_module_attribution() -> None:
275
"""
276
path = join(DATA, "2368")
277
reporter = GenericTestReporter()
278
- # Pass files explicitly with the unrelated module last, so that
279
- # current_name points to xmlgen when close() fires.
+ # Pass files explicitly with the unrelated module last, so that current_name
+ # points to a file without duplication when close() fires.
280
Run(
281
[
282
join(path, "databaselib.py"),
0 commit comments