Unit testing with pytest

后端 未结 0 1779
渐次进展
渐次进展 2020-11-29 12:50

import sys import os sys.path.append(os.getcwd())

from proj.inventory import MobileInventory, InsufficientException import pytest

Define a pytest test class <

相关标签:
回答
  • 消灭零回复
提交回复
热议问题