René's URL Explorer Experiment


Title: 4 Techniques for Testing Python Command-Line (CLI) Apps – Real Python

Open Graph Title: 4 Techniques for Testing Python Command-Line (CLI) Apps – Real Python

Description: 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.

Open Graph Description: 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.

Mail addresses
?subject=Python article for you&body=4 Techniques for Testing Python Command-Line (CLI) Apps on Real Python https://realpython.com/python-cli-testing/

Opengraph URL: https://realpython.com/python-cli-testing/

X: @realpython

direct link

Domain: realpython.com


Hey, it has json ld scripts:
{
  "@context": "http://schema.org",
  "@type": "Article",
  "headline": "4 Techniques for Testing Python Command-Line (CLI) Apps",
  "image": {
    "@type": "ImageObject",
    "url": "https://files.realpython.com/media/4-Techniques-for-Testing-Python-Command-Line-CLI-Apps_Watermarked.ff2a4f4e568b.jpg",
    "width": 1920,
    "height": 1080
  },
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://realpython.com/python-cli-testing/",
    "lastReviewed": "2024-02-28",
    "author": {
      "@type": "Person",
      "name": "Kyle Stratis",
      "image": "https://realpython.com/cdn-cgi/image/width=400,height=400,fit=crop,gravity=auto,format=auto/https://files.realpython.com/media/KEK9iuEG_400x400.28b60a4581c0.jpg",
      "url": "https://realpython.com/team/kstratis/",
      "affiliation": {
        "@type": "Organization",
        "@id": "https://realpython.com/#organization",
        "name": "Real Python",
        "url": "https://realpython.com",
        "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
      }
    },
    "reviewedBy": [
      {
        "@type": "Person",
        "name": "Aldren Santos",
        "image": "https://realpython.com/cdn-cgi/image/width=500,height=500,fit=crop,gravity=auto,format=auto/https://files.realpython.com/media/Aldren_Santos_Real_Python.6b0861d8b841.png",
        "url": "https://realpython.com/team/asantos/",
        "affiliation": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        }
      },
      {
        "@type": "Person",
        "name": "Dan Bader",
        "image": "https://realpython.com/cdn-cgi/image/width=1000,height=1000,fit=crop,gravity=auto,format=auto/https://files.realpython.com/media/daniel-square.d58bf4388750.jpg",
        "url": "https://realpython.com/team/dbader/",
        "affiliation": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        }
      },
      {
        "@type": "Person",
        "name": "Joanna Jablonski",
        "image": "https://realpython.com/cdn-cgi/image/width=800,height=800,fit=crop,gravity=auto,format=auto/https://files.realpython.com/media/jjablonksi-avatar.e37c4f83308e.jpg",
        "url": "https://realpython.com/team/jjablonski/",
        "affiliation": {
          "@type": "Organization",
          "@id": "https://realpython.com/#organization",
          "name": "Real Python",
          "url": "https://realpython.com",
          "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
        }
      }
    ]
  },
  "datePublished": "2018-03-20T14:00:00+00:00",
  "dateModified": "2024-02-28T18:21:00.784271+00:00",
  "publisher": {
    "@type": "Organization",
    "@id": "https://realpython.com/#organization",
    "name": "Real Python",
    "url": "https://realpython.com",
    "logo": {
      "@type": "ImageObject",
      "url": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png",
      "width": 512,
      "height": 512
    },
    "description": "Real Python is a leading provider of online Python education and one of the largest language-specific online communities for software developers. It publishes high-quality learning resources, such as tutorials, books, and courses to an audience of millions of developers, data scientists, and machine learning engineers each month.",
    "slogan": "Become a Python Expert",
    "email": "info@realpython.com",
    "sameAs": [
      "https://github.com/realpython",
      "https://www.youtube.com/realpython",
      "https://twitter.com/realpython",
      "https://x.com/realpython",
      "https://www.linkedin.com/company/realpython-com/",
      "https://www.facebook.com/learnrealpython",
      "https://www.instagram.com/realpython",
      "https://www.tiktok.com/@realpython.com"
    ]
  },
  "author": {
    "@type": "Person",
    "name": "Kyle Stratis",
    "image": "https://realpython.com/cdn-cgi/image/width=400,height=400,fit=crop,gravity=auto,format=auto/https://files.realpython.com/media/KEK9iuEG_400x400.28b60a4581c0.jpg",
    "url": "https://realpython.com/team/kstratis/",
    "affiliation": {
      "@type": "Organization",
      "@id": "https://realpython.com/#organization",
      "name": "Real Python",
      "url": "https://realpython.com",
      "logo": "https://realpython.com/static/real-python-logo-square-512.157ae6bf64ed.png"
    }
  },
  "description": "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."
}

authorReal Python
twitter:cardsummary_large_image
twitter:imagehttps://files.realpython.com/media/4-Techniques-for-Testing-Python-Command-Line-CLI-Apps_Watermarked.ff2a4f4e568b.jpg
og:imagehttps://files.realpython.com/media/4-Techniques-for-Testing-Python-Command-Line-CLI-Apps_Watermarked.ff2a4f4e568b.jpg
twitter:creator@realpython
og:typearticle

Links:

https://realpython.com/
Start Herehttps://realpython.com/start-here/
Learn Python https://realpython.com/python-cli-testing/
Python Tutorials →In-depth articles and video courseshttps://realpython.com/search?kind=article&kind=course&order=newest
Learning Paths →Guided study plans for accelerated learninghttps://realpython.com/learning-paths/
Quizzes & Exercises →Check your learning progresshttps://realpython.com/quizzes/
Browse Topics →Focus on a specific area or skill levelhttps://realpython.com/tutorials/all/
Community Chat →Learn with other Pythonistashttps://realpython.com/community/
Office Hours →Live Q&A calls with Python expertshttps://realpython.com/office-hours/
Podcast →Hear what’s new in the world of Pythonhttps://realpython.com/podcasts/rpp/
Books →Round out your knowledge and learn offlinehttps://realpython.com/products/books/
Reference →Concise definitions for common Python termshttps://realpython.com/ref/
Code Mentor →BetaPersonalized code assistance & learning toolshttps://realpython.com/mentor/
Unlock All Content →https://realpython.com/account/join/
More https://realpython.com/python-cli-testing/
Learner Storieshttps://realpython.com/learner-stories/
Python Newsletterhttps://realpython.com/newsletter/
Python Job Boardhttps://www.pythonjobshq.com
Meet the Teamhttps://realpython.com/team/
Become a Tutorial Writerhttps://realpython.com/write-for-us/
Become a Video Instructorhttps://realpython.com/become-an-instructor/
Searchhttps://realpython.com/search
https://realpython.com/search
Joinhttps://realpython.com/account/join/
Sign‑Inhttps://realpython.com/account/login/?next=%2Fpython-cli-testing%2F
Browse Topicshttps://realpython.com/tutorials/all/
Guided Learning Pathshttps://realpython.com/learning-paths/
Basicshttps://realpython.com/search?level=basics
Intermediatehttps://realpython.com/search?level=intermediate
Advancedhttps://realpython.com/search?level=advanced
aihttps://realpython.com/tutorials/ai/
algorithmshttps://realpython.com/tutorials/algorithms/
apihttps://realpython.com/tutorials/api/
best-practiceshttps://realpython.com/tutorials/best-practices/
careerhttps://realpython.com/tutorials/career/
communityhttps://realpython.com/tutorials/community/
databaseshttps://realpython.com/tutorials/databases/
data-sciencehttps://realpython.com/tutorials/data-science/
data-structureshttps://realpython.com/tutorials/data-structures/
data-vizhttps://realpython.com/tutorials/data-viz/
devopshttps://realpython.com/tutorials/devops/
djangohttps://realpython.com/tutorials/django/
dockerhttps://realpython.com/tutorials/docker/
editorshttps://realpython.com/tutorials/editors/
flaskhttps://realpython.com/tutorials/flask/
front-endhttps://realpython.com/tutorials/front-end/
gamedevhttps://realpython.com/tutorials/gamedev/
guihttps://realpython.com/tutorials/gui/
machine-learninghttps://realpython.com/tutorials/machine-learning/
newshttps://realpython.com/tutorials/news/
numpyhttps://realpython.com/tutorials/numpy/
projectshttps://realpython.com/tutorials/projects/
pythonhttps://realpython.com/tutorials/python/
stdlibhttps://realpython.com/tutorials/stdlib/
testinghttps://realpython.com/tutorials/testing/
toolshttps://realpython.com/tutorials/tools/
web-devhttps://realpython.com/tutorials/web-dev/
web-scrapinghttps://realpython.com/tutorials/web-scraping/
Table of Contentshttps://realpython.com/python-cli-testing/#toc
“Lo-Fi” Debugging With Printhttps://realpython.com/python-cli-testing/#lo-fi-debugging-with-print
Wrapuphttps://realpython.com/python-cli-testing/#wrapup
Using a Debuggerhttps://realpython.com/python-cli-testing/#using-a-debugger
Wrapuphttps://realpython.com/python-cli-testing/#wrapup_1
Unit Testing with Pytest and Mockshttps://realpython.com/python-cli-testing/#unit-testing-with-pytest-and-mocks
Pytesthttps://realpython.com/python-cli-testing/#pytest
Mockshttps://realpython.com/python-cli-testing/#mocks
Wrapuphttps://realpython.com/python-cli-testing/#wrapup_2
Integration Testinghttps://realpython.com/python-cli-testing/#integration-testing
Wrapuphttps://realpython.com/python-cli-testing/#wrapup_3
Putting It All Togetherhttps://realpython.com/python-cli-testing/#putting-it-all-together
https://realpython.com/feedback/survey/article/python-cli-testing/liked/?from=article-sidebar
https://realpython.com/feedback/survey/article/python-cli-testing/disliked/?from=article-sidebar
Kyle Stratishttps://realpython.com/python-cli-testing/#author
https://realpython.com/python-cli-testing/#reader-comments
best-practiceshttps://realpython.com/tutorials/best-practices/
testinghttps://realpython.com/tutorials/testing/
“Lo-Fi” Debugging With Printhttps://realpython.com/python-cli-testing/#lo-fi-debugging-with-print
Wrapuphttps://realpython.com/python-cli-testing/#wrapup
Using a Debuggerhttps://realpython.com/python-cli-testing/#using-a-debugger
Wrapuphttps://realpython.com/python-cli-testing/#wrapup_1
Unit Testing with Pytest and Mockshttps://realpython.com/python-cli-testing/#unit-testing-with-pytest-and-mocks
Pytesthttps://realpython.com/python-cli-testing/#pytest
Mockshttps://realpython.com/python-cli-testing/#mocks
Wrapuphttps://realpython.com/python-cli-testing/#wrapup_2
Integration Testinghttps://realpython.com/python-cli-testing/#integration-testing
Wrapuphttps://realpython.com/python-cli-testing/#wrapup_3
Putting It All Togetherhttps://realpython.com/python-cli-testing/#putting-it-all-together
Remove adshttps://realpython.com/account/join/
learning Pythonhttps://realpython.com/python-first-steps/
something bigger and more complexhttps://realpython.com/comparing-python-command-line-parsing-libraries-argparse-docopt-click/
building and testinghttps://realpython.com/python-testing/
Click here to get our Python Testing Cheat Sheethttps://realpython.com/bonus/python-testing-cheat-sheet/
dictionaryhttps://realpython.com/python-dicts/
https://realpython.com/python-cli-testing/#lo-fi-debugging-with-print
Remove adshttps://realpython.com/account/join/
https://realpython.com/python-cli-testing/#wrapup
pprinthttps://docs.python.org/3/library/pprint.html
https://realpython.com/python-cli-testing/#using-a-debugger
a module called pdbhttps://realpython.com/python-debugging-pdb/
REPLhttps://realpython.com/interacting-with-python/
https://files.realpython.com/media/debugger-variables-watches.866f7e9f20d3.png
Remove adshttps://realpython.com/account/join/
https://realpython.com/python-cli-testing/#wrapup_1
https://realpython.com/python-cli-testing/#unit-testing-with-pytest-and-mocks
minimum viable test suitehttps://realpython.com/the-minimum-viable-test-suite/
https://realpython.com/python-cli-testing/#pytest
pytesthttps://realpython.com/pytest-python-testing/
fixturehttps://docs.pytest.org/en/latest/fixture.html
assert statementshttps://realpython.com/python-assert-statement/
Remove adshttps://realpython.com/account/join/
https://realpython.com/python-cli-testing/#mocks
set up mock servers to test third-party APIshttps://realpython.com/testing-third-party-apis-with-mock-servers/
https://realpython.com/python-cli-testing/#wrapup_2
Pytest fixtureshttps://docs.pytest.org/en/latest/fixture.html
deepdiffhttps://pypi.python.org/pypi/deepdiff
Remove adshttps://realpython.com/account/join/
https://realpython.com/python-cli-testing/#integration-testing
pyVows can be used for integration testing Django appshttps://realpython.com/integration-testing-with-pyvows-and-django/
https://realpython.com/python-cli-testing/#wrapup_3
toxhttps://tox.readthedocs.io/en/latest/
https://realpython.com/python-cli-testing/#putting-it-all-together
Click here to get our Python Testing Cheat Sheethttps://realpython.com/bonus/python-testing-cheat-sheet/
https://realpython.com/feedback/survey/article/python-cli-testing/liked/?from=article-footer
https://realpython.com/feedback/survey/article/python-cli-testing/disliked/?from=article-footer
https://realpython.com/team/kstratis/
» More about Kylehttps://realpython.com/team/kstratis/
https://realpython.com/team/asantos/
Aldrenhttps://realpython.com/team/asantos/
https://realpython.com/team/dbader/
Danhttps://realpython.com/team/dbader/
https://realpython.com/team/jjablonski/
Joannahttps://realpython.com/team/jjablonski/
Level Up Your Python Skills »https://realpython.com/account/join/?utm_source=rp_article_footer&utm_content=python-cli-testing
Level Up Your Python Skills »https://realpython.com/account/join/?utm_source=rp_article_footer&utm_content=python-cli-testing
https://realpython.com/feedback/survey/article/python-cli-testing/liked/?from=article-comments
https://realpython.com/feedback/survey/article/python-cli-testing/disliked/?from=article-comments
LinkedInhttps://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Frealpython.com%2Fpython-cli-testing%2F
Twitterhttps://twitter.com/intent/tweet/?text=Interesting%20Python%20article%20on%20%40realpython%3A%204%20Techniques%20for%20Testing%20Python%20Command-Line%20%28CLI%29%20Apps&url=https%3A%2F%2Frealpython.com%2Fpython-cli-testing%2F
Blueskyhttps://bsky.app/intent/compose?text=Interesting%20Python%20article%20on%20%40realpython.com%3A%204%20Techniques%20for%20Testing%20Python%20Command-Line%20%28CLI%29%20Apps%20https%3A%2F%2Frealpython.com%2Fpython-cli-testing%2F
Facebookhttps://facebook.com/sharer/sharer.php?u=https%3A%2F%2Frealpython.com%2Fpython-cli-testing%2F
Get tips for asking good questionshttps://realpython.com/python-beginner-tips/#tip-9-ask-good-questions
get answers to common questions in our support portalhttps://support.realpython.com
Real Python Community Chathttps://realpython.com/community/
“Office Hours” Live Q&A Sessionhttps://realpython.com/office-hours/
best-practiceshttps://realpython.com/tutorials/best-practices/
testinghttps://realpython.com/tutorials/testing/
Getting Started With Testing in Pythonhttps://realpython.com/python-testing/?utm_source=realpython&utm_medium=web&utm_campaign=related-post&utm_content=python-cli-testing
Understanding the Python Mock Object Libraryhttps://realpython.com/python-mock-library/?utm_source=realpython&utm_medium=web&utm_campaign=related-post&utm_content=python-cli-testing
Python's assert: Debug and Test Your Code Like a Prohttps://realpython.com/python-assert-statement/?utm_source=realpython&utm_medium=web&utm_campaign=related-post&utm_content=python-cli-testing
How to Manage Python Projects With pyproject.tomlhttps://realpython.com/python-pyproject-toml/?utm_source=realpython&utm_medium=web&utm_campaign=related-post&utm_content=python-cli-testing
Python's unittest: Writing Unit Tests for Your Codehttps://realpython.com/python-unittest/?utm_source=realpython&utm_medium=web&utm_campaign=related-post&utm_content=python-cli-testing
https://realpython.com/account/signup/?intent=continue_reading&utm_source=rp&utm_medium=web&utm_campaign=rwn&utm_content=v1&next=%2Fpython-cli-testing%2F
Continue »https://realpython.com/account/signup/?intent=continue_reading&utm_source=rp&utm_medium=web&utm_campaign=rwn&utm_content=v1&next=%2Fpython-cli-testing%2F
Sign-Inhttps://realpython.com/account/login/?next=/python-cli-testing/
Start Herehttps://realpython.com/start-here/
Learning Resourceshttps://realpython.com/search
Code Mentorhttps://realpython.com/mentor/
Python Referencehttps://realpython.com/ref/
Python Cheat Sheethttps://realpython.com/cheatsheets/python/
Support Centerhttps://support.realpython.com/
Learning Pathshttps://realpython.com/learning-paths/
Quizzes & Exerciseshttps://realpython.com/quizzes/
Browse Topicshttps://realpython.com/tutorials/all/
Live Courseshttps://realpython.com/live/
Bookshttps://realpython.com/books/
Podcasthttps://realpython.com/podcasts/rpp/
Newsletterhttps://realpython.com/newsletter/
Community Chathttps://realpython.com/community/
Office Hourshttps://realpython.com/office-hours/
Learner Storieshttps://realpython.com/learner-stories/
Plans & Pricinghttps://realpython.com/account/join/
Team Planshttps://realpython.com/account/join-team/
For Businesshttps://realpython.com/account/join-team/inquiry/
For Schoolshttps://realpython.com/account/join-team/education-inquiry/
Reviewshttps://realpython.com/learner-stories/
About Ushttps://realpython.com/about/
Teamhttps://realpython.com/team/
Mission & Valueshttps://realpython.com/mission/
Editorial Guidelineshttps://realpython.com/editorial-guidelines/
Sponsorshipshttps://realpython.com/sponsorships/
Careershttps://realpython.workable.com
Press Kithttps://realpython.com/media-kit/
Merchhttps://realpython.com/merch
https://www.youtube.com/realpython
https://x.com/realpython
https://www.linkedin.com/company/realpython-com
https://www.facebook.com/LearnRealPython
https://github.com/realpython/
Privacy Policyhttps://realpython.com/privacy-policy/
Terms of Usehttps://realpython.com/terms/
Securityhttps://realpython.com/security/
Contacthttps://realpython.com/contact/
https://realpython.com/

Viewport: width=device-width, initial-scale=1, shrink-to-fit=no, viewport-fit=cover

Robots: max-image-preview:large


URLs of crawlers that visited me.