Releases: kondratyev-nv/vscode-python-test-adapter
Releases · kondratyev-nv/vscode-python-test-adapter
Version 0.6.2
- Always set rootdir to current working directory (Issues #198)
Version 0.6.1
- Fallback if failed to auto-detect pythonPath, fix vscodeignore (Issues #196)
Version 0.6.0
Version 0.5.0
Version 0.4.6
- Update dependencies, migrate to vscode-test
- Support for custom junitxml argument (Issue #172)
Version 0.4.5
Version 0.4.4
- Handle errors during setup for unittest
- Add section on Test Explorer UI configuration to README
Version 0.4.3
- Fix cwd resolution (Issue #158)
- Update dependencies
- Refactor errored suites reporting to new Test Explorer UI API
Version 0.4.2
Version 0.4.1
- Fix multiple test execution with a similar name for unittest
- Fix unittest debug for when start directory is not a current working directory (Issue #57)
- Improved error reporting for unittest