-
Notifications
You must be signed in to change notification settings - Fork 1
Challenge 2 #29
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
Merged
Merged
Challenge 2 #29
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for codeclimate test coverage badges
add coveralls badges
created new branch off master, challenge 2, then off this branch, anew one to implement feature get all questions. This was done as per the LFAs feedback and instructions [finishes #159935329] [finishes #159935259]
Create endpoint to fecth all questions
Ft get one question
Ft post a question
Ft post answer
Ft update question
Ft delete question
Ft delete question [finishes #159951595]
leave on the api and things it requires [finishes #159955817]' '
Setup dummy data for tests in the base.py and Re-write tests for new conditions
remove unnecssary imports in test_route.py remove unnecessary declarations from base.py
Remove peated badges
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Challenge 2 out-put