-
Notifications
You must be signed in to change notification settings - Fork 0
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
E2e tests #9
E2e tests #9
Conversation
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.
Hi @gretelliz as we discussed on today's meeting, can you please refactor this test and split the return code validation function into a new file, let's say test_06_l2vpn_return_codes.py
?
Sure @italovalcy, please note that I did what you suggested in the last commit. |
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.
Hi Gretel, amazing to see how this is progressing well! Congratulations! I have two comments for you please to consider:
- Can you please make a slight change on the name of the tests to add a very short description about what the test is doing? I added suggestions for the two first ones, but please also apply this change on the others!
- Can you please run a pylint or similar on this code? I see a few commas on the wrong place and pylint will help you identify some improvements on the formatting style.
Thank you for your review @italovalcy. |
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.
Very nicely done, Gretel! LGTM!
@italovalcy, thank you! |
This PR is to test the return codes.