-
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
Add ability to perfrom REST API tests #7
Conversation
:online-store-rest-api/online_store/app.py Lines 129 to 134 in 0a3282c
This comment was generated by todo based on a
|
')online-store-rest-api/test/test_gifts.py Lines 17 to 22 in 0a3282c
This comment was generated by todo based on a
|
')online-store-rest-api/test/test_gifts.py Lines 22 to 27 in 0a3282c
This comment was generated by todo based on a
|
')online-store-rest-api/test/test_gifts.py Lines 27 to 32 in 0a3282c
This comment was generated by todo based on a
|
')online-store-rest-api/test/test_gifts.py Lines 32 to 37 in 0a3282c
This comment was generated by todo based on a
|
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
===========================================
+ Coverage 51.91% 68.63% +16.71%
===========================================
Files 13 15 +2
Lines 599 628 +29
Branches 49 50 +1
===========================================
+ Hits 311 431 +120
+ Misses 285 187 -98
- Partials 3 10 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Implement test harness for REST API endpoints and ORM model testing