gpt4 book ai didi

Python:如何运行使用 unittest 进行的测试

转载 作者:太空宇宙 更新时间:2023-11-04 03:23:52 25 4
gpt4 key购买 nike

这是我的项目结构,我想运行我从命令行进行的测试。

enter image description here

我正在使用以下命令:

python test_hotel.py

但是我收到以下错误

ImportError: No module named 'hotel'

我能做些什么来解决这个问题,有没有办法从命令行在项目中执行整个测试。

提前致谢。

最佳答案

要从命令行运行 unittest,您应该使用此命令:

python -m unittest tests.test_hotel

您需要确保在编写单元测试时遵循了规则 (https://docs.python.org/2/library/unittest.html)

关于Python:如何运行使用 unittest 进行的测试,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33728792/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com