Пытест

Примерен код

4
0

задайте pytest

pip install pytest
3
0

задайте pytest

pip install pytest
1
0

пытест

# content of test_sample.py
def inc(x):
    return x + 1


def test_answer():
    assert inc(3) == 5
1
0

python стартира pytest

Just type this in shell:
pytest

Or this if that does nott work:
python -m pytest

Подобни страници

Подобни страници с примери

На други езици

Тази страница на други езици

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Íslensk
..................................................................................................................