What’s your go-to testing setup for Django projects? 🧪 #pytest leads testing in Django (39%), with #unittest close behind (33%). That comes as no surprise – both dominate throughout the Python ecosystem. Learn more in the State of Django 2025: jb.gg/django25

pycharm's tweet image. What’s your go-to testing setup for Django projects?

🧪 #pytest leads testing in Django (39%), with #unittest close behind (33%).
That comes as no surprise – both dominate throughout the Python ecosystem.

Learn more in the State of Django 2025: jb.gg/django25

Ever wondered what makes #pytest so powerful? 🧠 This #PyTexasConference2025 talk breaks it down by building a #python test framework from scratch! 🎥 Watch the replay and master testing from the inside out! Thanks @automationpanda buff.ly/thfgsxV

pytexas's tweet image. Ever wondered what makes #pytest so powerful? 🧠

This #PyTexasConference2025 talk breaks it down by building a #python test framework from scratch!

🎥 Watch the replay and master testing from the inside out! Thanks @automationpanda

buff.ly/thfgsxV

This was more annoying than I thought "How to test a wrapper of a #Python print function using assert and #Pytest "

jocerfranquiz's tweet image. This was more annoying than I thought

"How to test a wrapper of a #Python print function using assert and #Pytest "

Quick #pytest tip: you can use `--setup-show` to see fixture scopes 💡 🔄 module_fixture (scope="module") runs once per module. 🔄 function_fixture (scope="function") runs per test function. Visualization fixtures like this can help you understand how they work. 🔍🚀

bbelderbos's tweet image. Quick #pytest tip: you can use `--setup-show` to see fixture scopes 💡

🔄 module_fixture (scope="module") runs once per module.

🔄 function_fixture (scope="function") runs per test function.

Visualization fixtures like this can help you understand how they work. 🔍🚀

Sometimes you need a bit of tolerance in your tests, for example when dealing with floats. #pytest's `approx()` asserts that two numbers (or two sets of numbers) are equal to each other within some tolerance which is perfect for floats:

bbelderbos's tweet image. Sometimes you need a bit of tolerance in your tests, for example when dealing with floats.

#pytest's `approx()` asserts that two numbers (or two sets of numbers) are equal to each other within some tolerance which is perfect for floats:

#Testing code that interacts with external services, like databases or APIs, can be unreliable due to service downtime or configuration issues. #pytest -mock simplifies mocking these services, ensuring consistent and independent test results.

KhuyenTran16's tweet image. #Testing code that interacts with external services, like databases or APIs, can be unreliable due to service downtime or configuration issues.

#pytest -mock simplifies mocking these services, ensuring consistent and independent test results.

Starting the year with the unit and integration tests we had pushed to the year 2024. Never seen discussions on Django REST API endpoint unit testing and Django integration testing using pytest. Send me tips on writing units and integration testing using Django REST. #pytest

Ronnie_Leon_'s tweet image. Starting the year with the unit and integration tests we had pushed to the year 2024. Never seen discussions on Django REST API endpoint unit testing and Django integration testing using pytest. Send me tips on writing units and integration testing using Django REST.  
#pytest
Ronnie_Leon_'s tweet image. Starting the year with the unit and integration tests we had pushed to the year 2024. Never seen discussions on Django REST API endpoint unit testing and Django integration testing using pytest. Send me tips on writing units and integration testing using Django REST.  
#pytest
Ronnie_Leon_'s tweet image. Starting the year with the unit and integration tests we had pushed to the year 2024. Never seen discussions on Django REST API endpoint unit testing and Django integration testing using pytest. Send me tips on writing units and integration testing using Django REST.  
#pytest
Ronnie_Leon_'s tweet image. Starting the year with the unit and integration tests we had pushed to the year 2024. Never seen discussions on Django REST API endpoint unit testing and Django integration testing using pytest. Send me tips on writing units and integration testing using Django REST.  
#pytest

Spent an eternity on a single slide on #pytest selection arguments for failing tests. Hopefully worth it! Thanks to #LaTeX, all I need to draw one of those is a \drawex{1/good, 2/bad} etc. Allowed me to experiment with styles and colors easily.

the_compiler's tweet image. Spent an eternity on a single slide on #pytest selection arguments for failing tests. Hopefully worth it!

Thanks to #LaTeX, all I need to draw one of those is a \drawex{1/good, 2/bad} etc. Allowed me to experiment with styles and colors easily.

𝐏𝐲𝐭𝐡𝐨𝐧 𝐼𝑛𝑡𝑒𝑟𝑛 - 𝑉𝑎𝑐𝑎𝑛𝑐𝑦 Software: 𝐏𝐲𝐭𝐡𝐨𝐧 Framework: 𝐩𝐲𝐭𝐞𝐬𝐭 (Python testing Framework is 𝐌𝐚𝐧𝐝𝐨𝐭𝐨𝐫𝐲) Location: 𝐂𝐡𝐞𝐧𝐧𝐚𝐢. Contact: 𝐌𝐲 𝐃𝐌 Note: As it is a Intern only 𝟐𝟎𝟐𝟒 & 𝟐𝟎𝟐𝟓 Batches Eligible #python #pytest #intern


🚀LaVague now has a #QA CLI to make Automation Engineers x10 more efficient! With a simple ‘lavague-qa‘ command, you can turn #Gherkin files, into #PyTest BDD by having an AI Agent execute the scenario and export the code. 🛒In this demo, we can see how our Agent is able to take…


New #pytest stickers arrived! I'll bring them along to #Python conferences, events, and my pytest company trainings.

the_compiler's tweet image. New #pytest stickers arrived! I'll bring them along to #Python conferences, events, and my pytest company trainings.

When testing in Python, you may have to recreate the same data in multiple places to be given inputs to the test functions. While you can modularize the code with a single function, pytest offers a better way/workflow. Check this out:👇 #dataengineering #pytest #testing #python

startdataeng's tweet image. When testing in Python, you may have to recreate the same data in multiple places to be given inputs to the test functions.

While you can modularize the code with a single function, pytest offers a better way/workflow.

Check this out:👇
#dataengineering #pytest #testing #python

#pytest Webバックエンドでテスト書く場合は、DB連携が基本必須になるから、できるだけ開発体験良く開発する方法を書きました。 Mockではなく実DBを利用してかつDBを毎回初期化しクリーンな状態を保ちつつ、前提データも簡単に投入できる。 tech.salesnow.jp/entry/pytest-w…


Learning #pytest? Discover the top resources to help you master it, including guides from JetBrains and the community. See how PyCharm supports you when working with pytest! Dive in now: 🔗 jb.gg/pytest-resourc… 🔗

pycharm's tweet image. Learning #pytest? Discover the top resources to help you master it, including guides from JetBrains and the community. See how PyCharm supports you when working with pytest!

Dive in now: 🔗 jb.gg/pytest-resourc… 🔗

Learn Python: Day 27 Topic: pytest pytest is a popular testing framework that helps to create simple and scalable test suites for all kind of python code. Have you tried pytest? If not, which testing framework do you use? #Python #pythonprogramming #pytest

DevTalesShrey's tweet image. Learn Python: Day 27
Topic: pytest

pytest is a popular testing framework that helps to create simple and scalable test suites for all kind of python code.

Have you tried pytest? If not, which testing framework do you use?

#Python #pythonprogramming 
#pytest

How bad a person am I for "abusing" pytest parametrize like this (with a single test parameter with all dicts, for improved readability)? 🤔 #python #pytest

smllmp's tweet image. How bad a person am I for "abusing" pytest parametrize like this (with a single test parameter with all dicts, for improved readability)? 🤔 #python #pytest

A reminder of what is possible by following github.com/zupo/awesome-p…. And no, these are not “useless, fully mocked unit tests”, but integration tests that use real postgres DB. #python #testing #pytest


🐍 This #pytest 101 talk explains what automated tests are and how to get started with pytest for your #Python projects. youtube.com/watch?v=etosV2…

mblayman's tweet card. Python Testing 101 with pytest

youtube.com

YouTube

Python Testing 101 with pytest


What I learnt from #mlopszoomcamp #13 A small interim one. We're using #pytest to create unit tests. Alexey used a #VSCode feature that I hadn't noticed. You can run individual tests direct from your test.py file.🤯 #datascience #mlops #DataTalks


Pruebas automatizadas Selenium Webdriver + python + pytest ⏱️ 5.7 hours ⭐ 4.71 👥 3,337 🔄 Nov 2025 💰 $14.99 → 100% OFF comidoc.com/udemy/selenium… #SeleniumWebDriver #Python #Pytest #udemy

comidoc's tweet image. Pruebas automatizadas Selenium Webdriver + python + pytest

⏱️ 5.7 hours
⭐ 4.71
👥 3,337
🔄 Nov 2025
💰 $14.99 → 100% OFF

comidoc.com/udemy/selenium…

#SeleniumWebDriver #Python #Pytest #udemy

🚀 Leveling Up Test Coverage with @pytest.mark.parametrize When writing tests, readability and coverage matter just as much as correctness. Here’s a simple powerful example of how pytest.mark.parametrize helps make tests both cleaner & more scalable #pytest #Python #testing

SNKhan300's tweet image. 🚀 Leveling Up Test Coverage with @pytest.mark.parametrize

When writing tests, readability and coverage matter just as much as correctness.

Here’s a simple powerful example of how pytest.mark.parametrize helps make tests both cleaner & more scalable

#pytest #Python #testing

Ever wondered what makes #pytest so powerful? 🧠 This #PyTexasConference2025 talk breaks it down by building a #python test framework from scratch! 🎥 Watch the replay and master testing from the inside out! Thanks @automationpanda buff.ly/thfgsxV

pytexas's tweet image. Ever wondered what makes #pytest so powerful? 🧠

This #PyTexasConference2025 talk breaks it down by building a #python test framework from scratch!

🎥 Watch the replay and master testing from the inside out! Thanks @automationpanda

buff.ly/thfgsxV

En #Python tenemos dos librerías (entre otras) de las más importantes y de ls que hablamos en este post que son #pytest y #unittest, así que os recomiendo la lectura y pronto tendrémos el video de como podemos utilizarlos en nustros códigos. javilazaro.es/programacion/p…

javilazaro.es

Test Unitarios en Python Unittest y Pytest

Test Unitarios en Python Unittest y Pytest


🐍 #pytest is a powerful tool for testing your #Python projects. In this pytest 201 presentation, I covered some of the more advanced features beyond the core assertion ability of the library (e.g., fixtures, parameterization). youtube.com/watch?v=fv259R…

mblayman's tweet card. Python Testing 201 with pytest

youtube.com

YouTube

Python Testing 201 with pytest


What’s your go-to testing setup for Django projects? 🧪 #pytest leads testing in Django (39%), with #unittest close behind (33%). That comes as no surprise – both dominate throughout the Python ecosystem. Learn more in the State of Django 2025: jb.gg/django25

pycharm's tweet image. What’s your go-to testing setup for Django projects?

🧪 #pytest leads testing in Django (39%), with #unittest close behind (33%).
That comes as no surprise – both dominate throughout the Python ecosystem.

Learn more in the State of Django 2025: jb.gg/django25

Day 39 of my #buildinginpublic journey into Data Engineering I focused on Basic Testing Types Learned about: - Unit, Feature, Integration & Performance tests - Writing test cases with pytest - Good tests ensures data pipelines are reliable #Pytest #DataEngineering #Testing

imanAdeko's tweet image. Day 39 of my #buildinginpublic journey into Data Engineering

I focused on Basic Testing Types
Learned about:
- Unit, Feature, Integration & Performance tests
- Writing test cases with pytest
- Good tests ensures data pipelines are reliable
#Pytest #DataEngineering #Testing

🚀 Flask Task Manager Update! Refactored, tested & ready for redeployment 🎯 ✅ Fixed bugs & improved structure ✅ Refactored templates (responsive+clean) ✅ Added tests for routes, APIs & models Repo 👉 github.com/Bharat-Panchal… #Flask #Python #Pytest #WebDev #LearningInPublic

Bharat_9868's tweet image. 🚀 Flask Task Manager Update!
Refactored, tested & ready for redeployment 🎯

✅ Fixed bugs & improved structure
✅ Refactored templates (responsive+clean)
✅ Added tests for routes, APIs & models

Repo 👉 github.com/Bharat-Panchal…
#Flask #Python #Pytest #WebDev #LearningInPublic
Bharat_9868's tweet image. 🚀 Flask Task Manager Update!
Refactored, tested & ready for redeployment 🎯

✅ Fixed bugs & improved structure
✅ Refactored templates (responsive+clean)
✅ Added tests for routes, APIs & models

Repo 👉 github.com/Bharat-Panchal…
#Flask #Python #Pytest #WebDev #LearningInPublic

Day 37 of my #BuildingInPublic journey into Data Engineering Focused on Testing in Python with pytest Learned about: - Writing & running tests - pytest.raises, xfail, and skipping tests - Test markers & keyword filtering #DataEngineering #Pytest #Python #DataQuality

imanAdeko's tweet image. Day 37 of my #BuildingInPublic journey into Data Engineering

Focused on Testing in Python with pytest

Learned about:
- Writing & running tests
- pytest.raises, xfail, and skipping tests
- Test markers & keyword filtering

#DataEngineering #Pytest #Python #DataQuality

Developing an API with FastAPI and GraphQL testdriven.io/blog/fastapi-g… by @MOluwole Covers how to: 1⃣Use the Orator ORM to interact with a Postgres database 2⃣Integrate #GraphQL into a #FastAPI app with Graphene 3⃣Test a GraphQL API with #pytest #Python


Nice surprise on my doorstep this evening! @brianokken #pytest #python

KellyPared's tweet image. Nice surprise on my doorstep this evening! @brianokken #pytest #python

#pinout 0.0.18 released! Feels like a shift in mode from adding to refining features. I even started using #pytest. Test subject here is #tomu, More from this family of development boards to come. #Python #electronics #diagram

john_newall's tweet image. #pinout 0.0.18 released! Feels like a shift in mode from adding to refining features. I even started using #pytest. Test subject here is #tomu, More from this family of development boards to come.
#Python #electronics #diagram

Writing proper tests is definitely an area developers should study and refresh often. Excited to dive into this. #pytest #Python @brianokken

Ry_Austin's tweet image. Writing proper tests is definitely an area developers should study and refresh often. Excited to dive into this. #pytest #Python @brianokken

Pytest is a great tool/framework for automating the testing of your network. Here's a quick tip around sharing fixtures. If you are looking to learn more about Pytest for network testing check out our course here: buff.ly/3IYK0YF #networkautomation #pytest #networking

packetcoders's tweet image. Pytest is a great tool/framework for automating the testing of your network. Here's a quick tip around sharing fixtures.
If you are looking to learn more about Pytest for network testing check out our course here: buff.ly/3IYK0YF #networkautomation #pytest #networking

Difficult not to fall in love with #pytest :)

bbelderbos's tweet image. Difficult not to fall in love with #pytest :)

⚠️Do not import #pytest fixtures ⚠ Load your #Python module that defines fixtures as a plugin from your conftest file! Importing fixtures messes with pytest's fixture cache.

hackebrot's tweet image. ⚠️Do not import #pytest fixtures ⚠ Load your #Python module that defines fixtures as a plugin from your conftest file! Importing fixtures messes with pytest's fixture cache.

Join us for a #pytest tutorial by @paulweveritt at JetBrains' @pycon booth! May 14, 2:00 pm EDT (6:00 pm UTC)

pycharm's tweet image. Join us for a #pytest tutorial by @paulweveritt at JetBrains' @pycon booth!
May 14, 2:00 pm EDT (6:00 pm UTC)

💬 Thanks to everyone who came to my #pytest talk at #EuroPython today and the many questions and all the appreciative words for the work of the @pytestdotorg team! 😃🚀

hackebrot's tweet image. 💬 Thanks to everyone who came to my #pytest talk at #EuroPython today and the many questions and all the appreciative words for the work of the @pytestdotorg team! 😃🚀

All You Need to Know to Start Using Fixtures in Your #pytest Code pybit.es/pytest-fixture… #python

bbelderbos's tweet image. All You Need to Know to Start Using Fixtures in Your #pytest Code pybit.es/pytest-fixture… #python

Developing and Testing an Asynchronous API with #FastAPI and #Pytest buff.ly/2VvYmKk

silvercorp's tweet image. Developing and Testing an Asynchronous API with #FastAPI and #Pytest buff.ly/2VvYmKk

I guess this is about as minimal as it gets for a minimal reproducer for a #pytest bug.

the_compiler's tweet image. I guess this is about as minimal as it gets for a minimal reproducer for a #pytest bug.

✨ The thing I really love about pytest and pytest-django is how easy it is to speed up test suites with it without much effort. 🚀 Dropping this into a project dropped testing time from ~45s to 5.51s. #python #pytest #django

webology's tweet image. ✨ The thing I really love about pytest and pytest-django is how easy it is to speed up test suites with it without much effort. 

🚀 Dropping this into a project dropped testing time from ~45s to 5.51s. #python #pytest #django

Almost finished with my new blog post "Customizing your #pytest test suite"! 📝😂

hackebrot's tweet image. Almost finished with my new blog post "Customizing your #pytest test suite"! 📝😂

🥷 You can use pytest's built-in fixture *tmp_path* when reading and writing files inside your functions under test It returns a temporary directory path that is unique to each test function invocation, created as a subdirectory of the base temporary directory. #Python #pytest

jangiacomelli's tweet image. 🥷 You can use pytest's built-in fixture *tmp_path* when reading and writing files inside your functions under test

It returns a temporary directory path that is unique to each test function invocation, created as a subdirectory of the base temporary directory.

#Python #pytest

What an awesome opening talk at the first @pythonberlin meetup about #pytest by @hackebrot replacing slides with live coding and casually mentioning other amazing stuff like #black. #python

behrtam's tweet image. What an awesome opening talk at the first @pythonberlin meetup about #pytest by @hackebrot  replacing slides with live coding and casually mentioning other amazing stuff like #black. #python

Loading...

Something went wrong.


Something went wrong.


United States Trends