https://github.com/amrsekilly/week5_api_testing_documentation
https://github.com/amrsekilly/week5_api_testing_documentation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amrsekilly/week5_api_testing_documentation
- Owner: amrsekilly
- Created: 2020-09-05T17:01:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T17:19:21.000Z (over 4 years ago)
- Last Synced: 2025-02-06T20:34:52.743Z (3 months ago)
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# week5_API_testing_documentation
### useful resources for week5• Mastering flask web development, 2nd edition
• TDD https://www.freecodecamp.org/news/test-driven-development-what-it-is-and-what-it-is-not-41fa6bca02a2/
• Nice blog about unittest and coverage https://www.patricksoftwareblog.com/tag/coverage/
• Flask apispec https://everttimberg.io/blog/flask-api-spec/
• Pytest https://semaphoreci.com/community/tutorials/testing-python-applications-with-pytest
• Rest API with pytest (TDD) https://www.maxongzb.com/building-restful-api-with-flask-postman-and-pytest-part-3-read-time-20-mins/
• Minimal flask example (using apispec) https://github.com/matdoering/minimal-flask-example https://www.datascienceblog.net/post/programming/flask-api-development/
Apispec using ReDoc (a single, minified JS) https://becominghuman.ai/documenting-your-flask-powered-api-like-a-boss-b423a7c0f45e