Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expects decorator #143
base: main
Are you sure you want to change the base?
expects decorator #143
Changes from all commits
044d59a
0754f22
e879ef9
aad7936
e354f4e
7727d8e
1379779
77f5d02
71f4200
a710741
497e97f
00219bc
9e92f21
86f7e58
2141c6c
a94a6ae
a2cc63f
7103483
59ddf86
a5a2493
e5e84fb
3f59414
b281674
c669105
9ac8887
0a6447d
c29f935
81913a6
4de6f4d
83e422f
37c3fbc
9c19af0
0b5c7c0
0f50305
57d341e
8845b77
bc41425
aba2d11
0350308
3a24a73
19fd6e0
d2d74e4
1c4feb4
7a6f2cb
85b982c
5ea484b
b7c71c1
b39fff3
61e0299
63d8aeb
32a57b2
91b4826
a43dd13
7ea921c
b92087a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we raise
ValueError
if the number of arguments / return values do not match?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah possibly. I can change that.