Pytest on calmcode

Mocking & Fixtures

LLMs for Pytest

<aside> 💡 Use AI to write your tests with Codium AI or LLMs for Pytest

</aside>

Great Webpage to learn pytest with many examples and best practices:

Pytest With Eric

Testing with your IDE

Set local variables for your tests

When writing Python code, you’ve probably used Environment Variables (Umgebungsvariablen), at some point. To get access to local variables in your tests, do this.

Save time with pytest.ini

What Is pytest.ini And How To Save Time Using Pytest Config

Simple tests with pytest

Ganz simpler klassischer Test (SMS Scraper):

Untitled