Skip to content

Commit

Permalink
Update test_encoding.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 3, 2024
1 parent 0541792 commit 109b751
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions kyu_3/rail_fence_cipher_encoding_and_decoding/test_encoding.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Testing Encoding functionality
Created by Egor Kostan.
Testing Encoding functionality.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""

Expand Down Expand Up @@ -31,14 +31,10 @@
name='Source/Kata')
# pylint: enable-msg=R0801
class EncodingTestCase(unittest.TestCase):
"""
Testing Encoding functionality
"""
"""Testing Encoding functionality."""

def test_encoding(self):
"""
Testing Encoding functionality
"""
"""Testing Encoding functionality."""
# pylint: disable-msg=R0801
allure.dynamic.title("Testing Encoding functionality")
allure.dynamic.severity(allure.severity_level.NORMAL)
Expand Down

0 comments on commit 109b751

Please sign in to comment.