目录结构
应用
1 | ├── feature |
in_fc.py文件
1 | def one(): |
__init__.py
空
test_in_fc.py
1 | #!/usr/bin/env python3 -m pytest |
或
1 | #!/usr/bin/env python3 -m pytest |
运行
1 | /usr/bin/env python3 -m pytest 文件 |
生活从一点一滴开始
1 | ├── feature |
1 | def one(): |
空
1 | #!/usr/bin/env python3 -m pytest |
或
1 | #!/usr/bin/env python3 -m pytest |
1 | /usr/bin/env python3 -m pytest 文件 |