Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

test1 #6

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

test1 #6

wants to merge 5 commits into from

Conversation

Koshetarov
Copy link

No description provided.

Copy link
Contributor

@wronglink wronglink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Все хорошо, но пара мелких багов, если их поправить, то тесты пройдут.

@@ -5,7 +5,11 @@ def test_even_fucntion():
"""

def even_filter(*args):
pass
+ result = []
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Здесь случайно в коде оказались знаки +, соответственно питон ломается на них. Если поправить, то все будет хорошо.

@@ -16,14 +20,17 @@ def test_increment_decorator():
декрорируемую функцию.
"""
def increment_derocator(func):
pass
def wrapper(value):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Тоже знаки +, и не хватает сдвига внутренней функции вправо, т.к. она определяется в теле функции increment_derocator.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants