kondratyev-nv / vscode-python-test-adapter

Python Test Adapter for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=LittleFoxTeam.vscode-python-test-adapter
MIT License
117 stars 27 forks source link

PythonTest: Error #290

Closed mojo-KB closed 1 year ago

mojo-KB commented 1 year ago
Screenshot 2022-11-21 at 6 06 20 PM

My test file contains the libraries listed below : import os import subprocess as sub import cv2 import numpy as np import pandas as pd import unittest from unittest.mock import patch import A04

mojo-KB commented 1 year ago

Fixed: I changed to a different python interpreter.