SpecialistOff.NET / Вопросы / Статьи / Фрагменты кода / Резюме / Метки / Помощь / Файлы
Список вопросов ПечатьМетки: python тестирование pytest pip
RemiZOffAlex Создано: 2024-11-18 02:32:36.951247 Обновлено: 2024-11-18 02:34:57.761506 |
---|
pytestpip install pytest mkdir tests touch tests/test_example.py def test_1(): touch .pytest.ini [pytest] |