Skip to content

Commit efe8376

Browse files
yawpitchErikSchierboom
authored andcommitted
Renames loglines*.py -> strings*.py (exercism#1291)
The existing naming would conflict with the expectations of the test runner / representer / analyzer tooling.
1 parent f1f9256 commit efe8376

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

exercises/concept/strings/loglines_test.py renamed to exercises/concept/strings/strings_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import unittest
2-
from loglines import extract_message, change_log_level, reformat
2+
from strings import extract_message, change_log_level, reformat
33

44

55
class TestLogLines(unittest.TestCase):

0 commit comments

Comments
 (0)