浏览代码

Add os.path import in conftest.

Stefano Cossu 7 年之前
父节点
当前提交
b9d9beaf7d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      conftest.py

+ 1 - 0
conftest.py

@@ -2,6 +2,7 @@ import sys
 
 import pytest
 
+from os import path
 from shutil import rmtree
 from tempfile import gettempdir