Pytest for method with file operations

后端 未结 0 1630
青春惊慌失措
青春惊慌失措 2020-12-10 02:32
import os
def untouch(filename):
    if not os.path.exists(filename):
        log.info("No need to untouch. File {} does          


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