如何将功能从父目录导入测试目录

时间:2018-07-12 20:02:39

标签: python file testing path directory

我正在尝试从同一项目中的目录导入函数。我该怎么办?

.|____project/
 |     |_____src/
 |     |        |____myproject/
 |     |        |     | __init__.py
 |     |        |     |____funtion.py
 |     |_____test/
 |     |        |___ testmyproject.py
 |     |        |____data/
 |     |                 |___testdata

如何在test / testmyproject.py中导入文件function.py或function.py文件中的功能以测试功能?我无法从function.py

导入模块

0 个答案:

没有答案