source : realpython.com/python-testing/
Getting Started With Testing in Python – Real Python
In this in-depth tutorial, you’ll see how to create Python unit tests, execute them, and find the bugs before your users do. You’ll learn about the tools available to write and execute tests, check your application’s performance, and even look for
realpython.com
source : command line app, web apps
realpython.com/python-cli-testing/#putting-it-all-together
4 Techniques for Testing Python Command-Line (CLI) Apps – Real Python
In this article, you'll learn 4 essential testing techniques for Python command-line applications: "lo-fi" print debugging, using a visual debugger, unit testing with pytest and mocks, and integration testing.
realpython.com
'Developing.. > Python' 카테고리의 다른 글
Socket Programming w/ Multithreading (0) | 2021.02.09 |
---|---|
Projects in Python - price notifications (0) | 2021.02.05 |
Optimization in Python - Linear Programming (0) | 2021.02.05 |
Multithreading in Python - Qthread (0) | 2021.02.05 |
Data Handling in Python - Json (0) | 2021.02.05 |