Explore tweets tagged as #pytest
@ebukagaus
Ebuka l Socrates🦙🐍🦜🦀
27 days
Hot take: Idk...but for me pytest or anything related to unit tests is a waste of time and an overkill
3
1
3
@_avichawla
Avi Chawla
22 days
Pytest for LLM Apps is finally here! DeepEval turns LLM evals into a two-line test suite to help you identify the best models, prompts, and architecture for AI workflows (including MCPs). Works with all frameworks like LlamaIndex, CrewAI, etc. 100% open-source with 11k stars!
8
52
286
@rohanpaul_ai
Rohan Paul
2 months
👨‍🔧 Github: deepeval, open-source LLM evaluation framework, for evaluating and testing large-language model systems. It is similar to Pytest but specialized for unit testing LLM outputs. 10.3K Stars ⭐️ Provides end-to-end and component-level evaluation for RAG pipelines,
9
51
259
@_jaydeepkarale
Jaydeep
2 months
Python is a passport to multiple fields Backend Dev → Django, FastAPI, Flask Automation / QA → Pytest, Selenium, Playwright DevOps & SRE → Scripting, Ansible, Fabric AI/ML → TensorFlow, PyTorch, scikit-learn Data Engineering → Pandas, PySpark, Airflow Data Science /
14
79
468
@freeCodeCamp
freeCodeCamp.org
3 months
When you're building websites and apps - especially if you're using AI tools - testing your code is important. And in this tutorial, @jude_olowo teaches you how to use a powerful Python testing tool called Pytest. You'll learn how to write and run tests, interpret the results,
3
22
184
@beproud_jp
BeProud
19 days
Takayuki Shimizukawa登壇 「pytest を爆速��する10の方法」です。ハヤイヨ〜💨 BPPR!#PyConJP2025 #pyconjp_4
0
2
6
@MaximeRivest
Maxime Rivest 🧙‍♂️🦙🐧
14 days
Wow, Sonnet 4.5 in claude code with that prompt is wonderful for making a python module (library). > add a docstring to every function, class and methods and add usage examples to each in a way that can be tested with pytest (check them as you go).
1
2
60
@treyhunner
Trey Hunner
2 days
Also, if you've ever wished that Python's unittest module included nicely colored output like pytest, it does now. Read more 👉 https://t.co/YRO1tuhWtT #Python
0
0
5
@kotov_dev
Sergei Kotov | Python Made Simple
1 month
4 Python tools to learn ASAP, even as a beginner: uv — for virtual environments and package management pytest — for testing code ruff — for linting code git — time machine for code
5
0
25
@svpino
Santiago
2 months
4 Python libraries that you haven't used before but are awesome: 1. Ruff: Formatter + Linter 2. uv: Environment management 3. Pytest: Testing 4. Click: CLI
30
25
278
@tinztwins
Tinz Twins | AI and Coding
3 months
Pytest for LLM Apps 🔥 DeepEval from Confident AI is an LLM evaluation framework designed for testing LLM systems. It works like Pytest but is specifically made for unit testing LLM outputs. With DeepEval, you can easily find the best models, prompts, and architecture to
3
4
10
@bbelderbos
Bob Belderbos
3 months
Pytest combinatorial testing tip -> you can use `params` with fixtures 💡 I was repeating back-ends in multiple tests using `parametrize`, then I learned through reviewing somebody's code that the `pytest.fixture` decorator supports `params` leading to less repetitive code. 📈
0
3
12
@jenifersofia95
Jennifer Nuñez-Recruiter IT 🚀👩🏻‍💻
2 months
#Hiring 🚀 QA Automation Engineer (Python + Pytest) 🌍 100% Remoto | 💵 Pago en USD | #Latam +5 años QA Automation, Python/Pytest, APIs, Git (Inglés B2+). 👉 Enviá tu CV a Jennifer.n@selectium.net o por MD. #QA #Automation #Python #Pytest #Remoto #ITJobs #TechTalent
2
17
22
@devhubbycom
Devhubby
1 month
Can pytest give third-party logs a timeout, or are they too chatty to sit still? ⏳📜 Source: https://t.co/9grVHUizO1 #Python #LogManagement #SoftwareTesting #TechTips #partyparty #partytime
0
4
9
@dubey1228
Akhil Dubey
2 months
MLOps Project Update 6: - Added unit tests for model and API testing (Used Pytest). - Built a script to promote the best model to production. - Successfully ran CI pipeline with all checks passing. Next: Dockerization and deployment
@dubey1228
Akhil Dubey
2 months
MLOps Project Update 5: - Solved the model deserialization incompatibility error while model loading in FastAPI app - FastAPI app completed and running smoothly Next up : Building a streamlit frontend, adding unit tests and CI/CD integration
3
0
24
@habr_career
Хабр Карьера
10 days
Pytest — это самый популярный фреймворк для тестирования на Python. Pytest появился, чтобы сделать тестирование в Питоне простым и приятным. Перед вами гайд для тех, кто хочет тоже попробовать и погрузиться в мир автоматизированного тестирования: https://t.co/7dYZoFyx5o
0
0
2
@SwarnimaKhadka
swarnima khadka
10 days
#LUD9 Today I learned how to test REST APIs using pytest. Built integration tests for Todo API with HTTP requests, status code checks, JSON validation, and full workflows (CREATE ,GET, UPDATE, DELETE) using dynamic uuid data. #LearningUtsav2025 #FestivalOfLearning @learning_utsav
0
0
2
@ryomojp
ryomo
1 month
Pythonでのテスト、どのAIさんもunittestよりpytestをゴリ押ししてくる。unittest使ってって言ってもpytestをインストールしようとしてくる。なぜなのか…
0
0
1
@YashD283
Yash
22 days
9 Python libraries that you haven't used before but are fantastic: 1. Pendulum: Date/time 2. Cryptography: self-explanatory 3. Black: Formatter 4. Poetry: Dependencies 5. Bokeh: Web plotting 6. Bowler: Refactoring 7. Pytest: Testing 8. Hydra: Configuration 9. Click: CLI
5
1
8