Skip to content

Commit

Permalink
challenge_39
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Glucose committed Jan 9, 2025
1 parent d80e1f8 commit 6de415a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,14 @@
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
}
}
},
"python.testing.unittestArgs": [
"-v",
"-s",
"./solutions",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import unittest

from solutions.word.word import word_lengths
from solutions.challenge_39.word import word_lengths


class TestWordLengths(unittest.TestCase):
Expand Down

0 comments on commit 6de415a

Please sign in to comment.