import pytest. try: import mock # fails on Python 3. except ImportError: from unittest import mock. def first_test_fn():. return 42.
確定! 回上一頁