-
Notifications
You must be signed in to change notification settings - Fork 448
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
test: first happy path #708
test: first happy path #708
Conversation
…to 680-first-user-journey
Codecov Report
@@ Coverage Diff @@
## develop #708 +/- ##
===========================================
+ Coverage 95.84% 95.99% +0.14%
===========================================
Files 95 96 +1
Lines 5200 5287 +87
===========================================
+ Hits 4984 5075 +91
+ Misses 216 212 -4
|
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.
This looks good! Simple and straight-forward!
I assume some work is still left?
@SanketDG nice question I wanted to clarify here. Yesterday in Office hours with @rpattath we agreed that for now this is a good example for other testers/developers to follow. I left the TODO, because it can be enhanced, but I am leaving this on purpose, just to have this one as an example. What do you think?
Thank you so much this is very nice to read about a PR :) |
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.
LGTM, thank you Isabel !
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.
Looks good apart from a few nits!
Co-authored-by: Sanket Dasgupta <[email protected]>
@SanketDG done with the appropriate changes! Thank you a lot for the thoughtful review 🙌 |
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.
LGTM
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.
Gah, this got slipped, looks good!
* test: begin first happy path * test: assert happy path 1 current relation * style: ran black on file * chore: remove python2 support from happy path * test: finish base happy path 1 test * test: verify task completeness * test: add next verification TODOs * test: rename first user journey test * docs: change test variable name Co-authored-by: Sanket Dasgupta <[email protected]> * docs: remove comment line * test: fix auth header used in test * test: fix happy path Co-authored-by: Sanket Dasgupta <[email protected]>
Description
I am creating the first user journey test following the scenario described in the issue:
Fixes #680
I have been formating the code using
black
:Type of Change:
How Has This Been Tested?
I am running the specific Happy Path 1 test standalone.
Checklist:
Code/Quality Assurance Only