Skip to content

Commit e77e6f5

Browse files
committed
Improve description of new duplicates test
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent cf5cad6 commit e77e6f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/duplicates/test_duplicates.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212
class TestDuplicates(unittest.TestCase):
1313
"""
1414
Test ability to detect and report identical files in a codebase.
15-
Such duplicates SHOULD count towards divergence.
1615
"""
1716

1817
def setUp(self):
1918
self.rootdir = str(Path(__file__).parent)
2019
logging.getLogger("codebasin").disabled = True
2120

2221
def test_duplicates(self):
23-
"""duplicates/duplicates.yaml"""
22+
"""Check that duplicate files count towards divergence."""
2423

2524
cpufile = str(Path(__file__).parent.joinpath("cpu/foo.cpp"))
2625
gpufile = str(Path(__file__).parent.joinpath("gpu/foo.cpp"))

0 commit comments

Comments
 (0)