https://pythontest.com/testandcode/episodes/100-days-of-code-julian-sequeira
Test and Code 60 - 100 Days of Code - Julian Sequeira | PythonTest
Julian Sequeira is Co-Founder of PyBit.es (a blog/platform created to teach and learn Python) and a Python Trainer at...
test and codedaysjuliansequeira
https://pythontest.com/testandcode/episodes/198-testing-django-web-applications
Test and Code 198 - Testing Django Web Applications - Carlton Gibson, Will Vincent | PythonTest
Django has some built in ways to test your application. There's also pytest-django and other plugins that help with...
test and code
https://pythontest.com/testandcode/episodes/172-designing-better-software-with-a-prototype-mindset
Test and Code 172 - Designing Better Software with a Prototype Mindset | PythonTest
A prototype is a a preliminary model of something, from which other forms are developed or copied. In software, we...
test and codebetter software
https://pythontest.com/testandcode/episodes/156-flake8-python-linting-framework-with-pyflakes-pycodestyle-mccabe-and-more-anthony-sottile
Test and Code 156 - Flake8 - Python linting framework with Pyflakes, pycodestyle, McCabe, and more...
Flake8 is a command-line tool for linting Python projects. By default, it includes lint checks provided Pyflakes,...
test and code
https://pythontest.com/testandcode/episodes/186-developer-and-team-productivity
Test and Code 186 - Developer and Team Productivity | PythonTest
Being productive is obviously a good thing. Can we measure it? Should we measure it? There's been failed attempts, like...
test and codedeveloper teamproductivity
https://pythontest.com/testandcode/episodes/preparing-for-technical-talks-with-kelsey-hightower-bonus-episode
Test and Code 44 - Preparing for Technical Talks with Kelsey Hightower - bonus episode | PythonTest
After I had wrapped up the interview with Kelsey Hightower for episode 43, I asked him one last question. You see, I...
test and code
https://pythontest.com/testandcode/episodes/187-teaching-web-development-including-front-end-testing
Test and Code 187 - Teaching Web Development, including Front End Testing | PythonTest
When you are teaching someone web development skills, when is the right time to start teaching code quality and testing...
test and codeweb development
https://pythontest.com/testandcode/episodes/so-long-and-thanks-for-all-the-fish
Test and Code 238 - So Long, and Thanks for All the Fish | PythonTest
A farewell to a fun 10 years.Also, I should have tested it better. )In the audio I got the numbers wrong. Doh!This is...
test and code
https://pythontest.com/testandcode/episodes/202-using-towncrier-to-keep-a-changelog
Test and Code 202 - Using Towncrier to Keep a Changelog - Hynek Schlawack | PythonTest
Hynek joins the show to discuss towncrier. At the top of the towncrier documentation, it says "towncrier is a utility...
test and code
https://pythontest.com/testandcode/episodes/55-when-100-test-coverage-just-isnt-enough-mahmoud-hashemi
Test and Code 55 - When 100% test coverage just isn't enough - Mahmoud Hashemi | PythonTest
What happens when 100% test code coverage just isn't enough. In this episode, we talk with Mahmoud Hashemi about glom,...
test and code
https://pythontest.com/testandcode/episodes/66-brian-is-interviewed-by-phil-burgess
Test and Code 66 - Brian is interviewed by Phil Burgess | PythonTest
I was recently interviewed on a podcast called "IT Career Energizer Podcast". Phil Burgess is the host of the podcast,...
test and codebrian
https://pythontest.com/testandcode/episodes/195-what-would-you-change-about-pytest
Test and Code 195 - What would you change about pytest? - Anthony Sottile | PythonTest
Anthony Sottile and Brian discuss changes that would be cool for pytest, even unrealistic changes. These are changes...
test and code
https://pythontest.com/testandcode/episodes/a-retrospective/
Test and Code 61 - A retrospective | PythonTest
A look back on 3 years of podcasting, and a bit of a look forward to what to expect in 2019. Top 5 episodes 2 Pytest vs...
test and coderetrospective
https://pythontest.com/testandcode/episodes/43-kelsey-hightower-end-to-end-integration-testing
Test and Code 43 - Kelsey Hightower - End to End and Integration Testing | PythonTest
I first heard Kelsey speak during his 2017 PyCon keynote. He's an amazing speaker, and I knew right then I wanted to...
test and codekelsey hightowerintegration testing
https://pythontest.com/testandcode/episodes/42-using-automated-tests-to-help-teach-python-trey-hunner
Test and Code 42 - Using Automated Tests to Help Teach Python - Trey Hunner | PythonTest
This interview with Trey Hunner discusses his use of automated tests to help teach programming. Automated testing is a...
test and code
https://pythontest.com/testandcode/episodes/3-why-test
Test and Code 3 - Why test? | PythonTest
Answering a listener question. Why testing? What are the benefits? Why automated testing over manual testing? Why test...
test and code
https://pythontest.com/testandcode/episodes/111-subtests-in-python-with-unittest-and-pytest-paul-ganssle
Test and Code 111 - Subtests in Python with unittest and pytest - Paul Ganssle | PythonTest
In both unittest and pytest, when a test function hits a failing assert, the test stops and is marked as a failed test....
test and code
https://pythontest.com/testandcode/episodes/pytest-check
Test and Code 233 - pytest-check - allow multiple failures per test | PythonTest
pytest-check is a pytest plugin that allows multiple failures per test.Normally, a test function will fail and stop...
test and codepytest
https://pythontest.com/testandcode/episodes/145-for-those-about-to-mock-michael-foord
Test and Code 145 - For Those About to Mock - Michael Foord | PythonTest
A discussion about mocking in Python with the original contributor of unittest.mock, Michael Foord.Of course we discuss...
test and code
https://pythontest.com/testandcode/episodes/34-tdd-and-test-first
Test and Code 34 - TDD and Test First | PythonTest
An in depth discussion of Test Driven Development (TDD) should include a discussion of Test First. So that's where we...
test and codetddfirst
https://pythontest.com/testandcode/episodes/markdown-reports-pytest-md-pytest-md-report
Test and Code 228 - pytest-md and pytest-md-report - Markdown reports for pytest | PythonTest
Markdown reports as either text or markdown tables.Two fun plugins discussed.Linkspytest-md-reportpytest-mdTop pytest...
test and codepytest