jackblk / config

my config
0 stars 0 forks source link

Python fix import issue for test #28

Open jackblk opened 1 year ago

jackblk commented 1 year ago
import os, sys

from os.path import dirname, join, abspath
sys.path.insert(0, abspath(join(dirname(__file__), '..')))

https://stackoverflow.com/a/52586031