1. 学习
  2. /
  3. 课程
  4. /
  5. Software Engineering Principles in Python

Connected

练习

Using pytest

doctest is a great tool, but it's not nearly as powerful as pytest. In this exercise, you'll write tests for your SocialMedia class using the pytest framework.

说明 1 / 共 2 个

undefined XP
    1
    2

问题

Before you start writing tests, you need to be working in an appropriately named file for pytest to find your test. Which of the following would be the best, valid name for file containing tests for the SocialMedia class?

答案选项