Test & Code Podcast Por Brian Okken arte de portada

Test & Code

Test & Code

De: Brian Okken
Escúchala gratis

Acerca de esta escucha

The Python Test Podcast hosted by Brian Okken© 2024 Brian Okken
Episodios
  • pytest-metadata - provides access to test session metadata
    May 8 2025

    pytest-metadata is described as a plugin for pytest that provides access to test session metadata.
    That is such a humble description for such a massively useful plugin.
    If you're already using pytest-html, you have pytest-metadata already installed, as pytest-metadata is one of the dependencies for pytest-html.
    However, pytest-metadata is very useful even on its own.

    Links:

    • pytest-metadata - The plugin we're talking about in this episode
    • pytest-base-url - Adds the base URL to the metadata.
    • pytest-html - Displays the metadata at the start of each report.
      • See S2:E6: pytest-html - a plugin that generates HTML reports for test results
    • pytest-reporter-html1 - Presents metadata as part of the report.
    • pytest-selenium - Adds the driver, capabilities, and remote server to the metadata.

    If you've got other plugins that work well with pytest-metadata, please let me know.


    Sponsored by:

    • Porkbun -- named the #1 domain registrar by USA Today from 2023 to 2025!
    • Get a .app or.dev domain name for only $5.99 first year.

    Help support the show AND learn pytest:

    • The Complete pytest course is now a bundle, with each part available separately.
      • pytest Primary Power teaches the super powers of pytest that you need to learn to use pytest effectively.
      • Using pytest with Projects has lots of "when you need it" sections like debugging failed tests, mocking, testing strategy, and CI
      • Then pytest Booster Rockets can help with advanced parametrization and building plugins.
    • Whether you need to get started with pytest today, or want to power up your pytest skills, PythonTest has a course for you.


    ★ Support this podcast on Patreon ★
    Más Menos
    8 m
  • pytest-check - allow multiple failures per test
    May 2 2025

    pytest-check is a pytest plugin that allows multiple failures per test.


    Normally, a test function will fail and stop running with the first failed assert. That's totally fine for tons of kinds of software tests. However, there are times where you'd like to check more than one thing, and you'd really like to know the results of each check, even if one of them fails.


    pytest-check allows multiple failed "checks" per test function, so you can see the whole picture of what's going wrong.

    Links:

    • pytest-check
    • Top pytest plugins

    Sponsored by:

    • Porkbun -- named the #1 domain registrar by USA Today from 2023 to 2025!
    • Get a .app or.dev domain name for only $5.99 first year.

    Help support the show AND learn pytest:

    • The Complete pytest course is now a bundle, with each part available separately.
      • pytest Primary Power teaches the super powers of pytest that you need to learn to use pytest effectively.
      • Using pytest with Projects has lots of "when you need it" sections like debugging failed tests, mocking, testing strategy, and CI
      • Then pytest Booster Rockets can help with advanced parametrization and building plugins.
    • Whether you need to get started with pytest today, or want to power up your pytest skills, PythonTest has a course for you.


    ★ Support this podcast on Patreon ★
    Más Menos
    10 m
  • The role of AI in software testing - Anthony Shaw
    Apr 25 2025

    AI is helping people write code.
    Tests are one of those things that some people don't like to write.

    Can AI play a role in creating automated software tests?
    Well, yes. But it's a nuanced yes.

    Anthony Shaw comes on the show to discuss the topic and try to get AI to write some test for my very own cards project.

    We discuss:

    • The promise of AI writing your tests for you
    • Downsides to not writing tests yourself
    • Bad ways to generate tests
    • Good ways to ask AI for help in writing tests
    • Tricks to get better results while using copilot and other AI tools

    Links:

    • The cards project
    • A video version of this discussion: Should AI write tests?

    Sponsored by:

    • Porkbun -- named the #1 domain registrar by USA Today from 2023 to 2025!
    • Get a .app or.dev domain name for only $5.99 first year.

    Help support the show AND learn pytest:

    • The Complete pytest course is now a bundle, with each part available separately.
      • pytest Primary Power teaches the super powers of pytest that you need to learn to use pytest effectively.
      • Using pytest with Projects has lots of "when you need it" sections like debugging failed tests, mocking, testing strategy, and CI
      • Then pytest Booster Rockets can help with advanced parametrization and building plugins.
    • Whether you need to get started with pytest today, or want to power up your pytest skills, PythonTest has a course for you.


    ★ Support this podcast on Patreon ★
    Más Menos
    58 m
Todavía no hay opiniones