Skip to content

Commit ad4857f

Browse files
change numeration and add tests
1 parent c9bbc7e commit ad4857f

File tree

129 files changed

+715
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+715
-194
lines changed

LEARNING-PATH.md

Lines changed: 7 additions & 7 deletions

projects/009-vowel-or-consonant/README.md renamed to projects/001-vowel-or-consonant/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

projects/009-vowel-or-consonant/python/test_vowel_or_consonant.py renamed to projects/001-vowel-or-consonant/python/test_vowel_or_consonant.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
is_file_empty = os.stat(file_path).st_size == 0
1111

1212

13-
@skipIf(is_file_empty, 'Empty file. Test 009 Skipped')
13+
@skipIf(is_file_empty, 'Empty file. Test 001 Skipped')
1414
class TestVowelOrConsonant(TestCase):
1515

1616
def setUp(self) -> None:
17-
self.module_name = 'projects.009-vowel-or-consonant.python.main'
17+
self.module_name = 'projects.001-vowel-or-consonant.python.main'
1818

1919
@patch('builtins.input')
2020
def test_ok_vowel(self, mock_input):

projects/010-month-name-to-number-of-days/README.md renamed to projects/002-month-name-to-number-of-days/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)