Skip to content

Commit

Permalink
Update test_line_negative.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent a79904e commit 93281c1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions kyu_3/line_safari_is_that_a_line/test_line_negative.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Testing Line Safari functionality
Testing Line Safari functionality.
Negative test cases
Created by Egor Kostan.
GitHub: https://github.com/ikostan
Expand Down Expand Up @@ -30,14 +31,17 @@
# pylint: enable-msg=R0801
class LineNegativeTestCase(unittest.TestCase):
"""
Testing Line Safari functionality
Testing Line Safari functionality.
Negative test cases
"""

def test_line_negative(self):
"""
Testing Line Safari functionality
Negative test cases
Testing Line Safari functionality.
Negative test cases.
:return:
"""
allure.dynamic.title("Testing Line Safari functionality - NEGATIVE")
# pylint: disable-msg=R0801
Expand Down

0 comments on commit 93281c1

Please sign in to comment.