Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Testparametrisierung | Pytest Framework
Python Fortgeschrittene Konzepte
course content

Kursinhalt

Python Fortgeschrittene Konzepte

Python Fortgeschrittene Konzepte

1. Module und Importe
2. Fehlerbehandlung
3. Dateiverwaltung
4. Pytest Framework
5. Unittest-Framework
6. Iteratoren und Generatoren

book
Testparametrisierung

@pytest.mark.parametrize

id

pytest.param ids

1. Consider a function that multiplies two numbers. Complete the test case by filling in the missing parts:

2. Was ist der Hauptvorteil der Angabe von Bezeichnern mit id oder ids in @pytest.mark.parametrize?

Consider a function that multiplies two numbers. Complete the test case by filling in the missing parts:

Consider a function that multiplies two numbers. Complete the test case by filling in the missing parts:

Wählen Sie die richtige Antwort aus

Was ist der Hauptvorteil der Angabe von Bezeichnern mit `id` oder `ids` in `@pytest.mark.parametrize`?

Was ist der Hauptvorteil der Angabe von Bezeichnern mit id oder ids in @pytest.mark.parametrize?

Wählen Sie die richtige Antwort aus

War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 4. Kapitel 4
We're sorry to hear that something went wrong. What happened?
some-alt