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 cf5cad6 commit e77e6f5Copy full SHA for e77e6f5
tests/duplicates/test_duplicates.py
@@ -12,15 +12,14 @@
12
class TestDuplicates(unittest.TestCase):
13
"""
14
Test ability to detect and report identical files in a codebase.
15
- Such duplicates SHOULD count towards divergence.
16
17
18
def setUp(self):
19
self.rootdir = str(Path(__file__).parent)
20
logging.getLogger("codebasin").disabled = True
21
22
def test_duplicates(self):
23
- """duplicates/duplicates.yaml"""
+ """Check that duplicate files count towards divergence."""
24
25
cpufile = str(Path(__file__).parent.joinpath("cpu/foo.cpp"))
26
gpufile = str(Path(__file__).parent.joinpath("gpu/foo.cpp"))
0 commit comments