Skip to content

Commit

Permalink
Update test_battle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 6, 2024
1 parent bbda025 commit 59302cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions kyu_4/the_greatest_warrior/test_battle.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Test for -> The Greatest Warrior -> test battle
Test for -> The Greatest Warrior -> test battle.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""
Expand Down Expand Up @@ -30,13 +31,13 @@
name='Source/Kata')
# pylint: enable-msg=R0801
class BattleTestCase(unittest.TestCase):
"""
Testing Battle method
"""
"""Testing Battle method."""

def test_battle(self):
"""
Testing Battle method
Testing Battle method with various test data.
:return:
"""
# pylint: disable-msg=R0801
allure.dynamic.title("Testing Battle method")
Expand Down

0 comments on commit 59302cd

Please sign in to comment.