Skip to content

Commit d659d3a

Browse files
committed
tests: rename test file so it would not confuse scripts
1 parent ce01276 commit d659d3a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test_dictgen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class DictGenTest(unittest.TestCase):
2525

2626
def test_parsing_srcs(self):
27-
tokens = dictgen.process_file(os.path.join('tests', 'testfile.cpp'))
27+
tokens = dictgen.process_file(os.path.join('tests', 'testfile'))
2828
for i in VALID_UNPARSED_TOKENS:
2929
self.assertTrue(i in tokens)
3030

tests/testfile.cpp tests/testfile

File renamed without changes.

0 commit comments

Comments
 (0)