Serhat Teker

Serhat Teker is the software engineer who wrote these articles.

I created this Tech Blog to help me remember the things I’ve learned in the past, so my future-self doesn’t have to re-learn them in the future.

               

Django Signals - Abstract Model Class

2024-09-21 — 4 minutes read
#django  #pytest 
Django Signals - How to handle Base or Abstract Model Class

Django Signals - Automated Tests

2024-09-14 — 5 minutes read
#django  #pytest 
Django Signals - Automated Tests with pytest, pytest-django and model-bakery

Django Signals - Introduction

2024-09-07 — 6 minutes read
#django 
Django Signals - Introduction

Dynamically Passing Parameters to Pytest Fixtures

2024-01-05 — 2 minutes read
#pytest  #testing 
Dynamically Passing Parameters to Pytest Fixtures

How to ‘autouse’ a pytest fixture only within a specific class

2023-12-31 — 2 minutes read
#pytest  #testing  #django  #djangorestframework 
Enable ‘autouse’ for a pytest fixture only within a specific class