python - Why does py.test give this error? -
python - Why does py.test give this error? -
i have installed required things, including pytest , still "ebusy: [resource device]...." error show in image. why that? have specified path too, way doesn't have special access permissions, no problem regarding that.
1) ebusy
means "device of resource busy", the docs isn't used in windows. in windows, error code 16 means "cannot delete current directory". can see actual ntstatus
, file operation log may give improve hint process monitor.
2) path looks suspicious considering --driver=firefox
. have selenium firefoxdriver installed , have set pytest utilize it, right?
python mozilla py.test
Comments
Post a Comment