Bläddra i källkod

Add os.path import in conftest.

Stefano Cossu 7 år sedan
förälder
incheckning
b9d9beaf7d
1 ändrade filer med 1 tillägg och 0 borttagningar
  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