-
Notifications
You must be signed in to change notification settings - Fork 528
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
feat: rewrite e2e test(route_with_vars_test) with ginkgo #1556
feat: rewrite e2e test(route_with_vars_test) with ginkgo #1556
Conversation
Headers: map[string]string{"k": "header"}, | ||
Path: `/hello`, | ||
ExpectStatus: http.StatusOK, | ||
Sleep: base.SleepTime, |
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.
Ditto.
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.
done.
|
||
ginkgo.It("verify route", func() { | ||
base.RunTestCase(base.HttpTestCase{ | ||
|
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.
redundant line.
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.
done.
Sleep: base.SleepTime, | ||
}) | ||
}) | ||
|
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.
Redundant line.
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.
done
Codecov Report
@@ Coverage Diff @@
## master #1556 +/- ##
===========================================
- Coverage 70.18% 51.68% -18.51%
===========================================
Files 130 40 -90
Lines 5340 2707 -2633
Branches 549 0 -549
===========================================
- Hits 3748 1399 -2349
+ Misses 1344 1127 -217
+ Partials 248 181 -67
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
b492620
to
8d7e581
Compare
8d7e581
to
02f9b85
Compare
cc @starsz PTAL Thks. |
LGTM.Thank you very much. : ) |
Please answer these questions before submitting a pull request
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Feat: Rewrite all E2E tests using the Ginkgo #1500
New feature or improvement