-
Notifications
You must be signed in to change notification settings - Fork 171
add test reference for an error message #2623
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
Conversation
any suggestions for the test file's name? |
Hello @aryangupta701! I think the file can be renamed to say |
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.
Two minor comments. Rest looks good. Thanks for this!
tests/tests.toml
Outdated
@@ -1383,3 +1383,7 @@ run_with_dbg = true | |||
[[test]] | |||
filename = "runtime_errors/test_raise_01.py" | |||
run_with_dbg = true | |||
|
|||
[[test]] | |||
filename = "errors/test_optional_list.py" |
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.
We can rename it to test_optional.py
. You can add this above line 1350 where you have other error tests listed.
Once you rename, make sure to delete the old reference files.
I request you to link this PR with the issue so that it gets closed automatically when this is merged. You can add |
c14b1bf
to
1c6d657
Compare
Signed-off-by: Aryan Gupta <[email protected]>
1c6d657
to
388acb5
Compare
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.
It looks good! Thanks! Great work!
fixes #1953
add a test reference in order to address #1953 issue