We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4273bcc commit 4581fa5Copy full SHA for 4581fa5
tests/test_slapping.py
@@ -19,6 +19,7 @@ def test_single_slaps():
19
('ldd', LikeState.empty),
20
('lldd', LikeState.empty),
21
('ddl', LikeState.liked),
22
+ ('ddd', LikeState.disliked)
23
])
24
def test_multi_slaps(test_input, expected):
25
assert slap_many(LikeState.empty, test_input) is expected
0 commit comments