Skip to content

Conversation

fattybobcat
Copy link

No description provided.

([[], [1, 'a']], [1, 'a']),
],
)
def test_flat(some_list, expected):

Choose a reason for hiding this comment

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

Еще можно протестировать на передачу пустого списка и словарей в списке

([], ['read'], False),
],
)
def test_if_logs_has_any_of_commands(log, some_commands, expected):

Choose a reason for hiding this comment

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

Можно проверить 3-е условие - base_command == required_command

Copy link
Author

Choose a reason for hiding this comment

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

Это чтобы полностью повторялась base_command в required_command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants