Skip to content

Releases: kondratyev-nv/vscode-python-test-adapter

Version 0.6.2

19 Oct 22:12
Compare
Choose a tag to compare
  • Always set rootdir to current working directory (Issues #198)

Version 0.6.1

11 Oct 10:18
Compare
Choose a tag to compare
  • Fallback if failed to auto-detect pythonPath, fix vscodeignore (Issues #196)

Version 0.6.0

06 Oct 18:57
Compare
Choose a tag to compare
  • Support for auto-reload and auto-run for tests (Issues #137 and #193)
  • Support for python.pythonPath deprecation (Issue #177)
  • Add onStartupFinished activation event (Issue #186)

Version 0.5.0

11 Sep 11:36
Compare
Choose a tag to compare
  • Support for python.testing.pytestPath setting (Issue #60, thanks to @lucono)
  • Support name and console in debug configuration in launch.json (Issue #185)
  • Run tests on Python 3.8 in CI
  • Update dependencies (thanks to @lucono)

Version 0.4.6

29 Aug 09:01
Compare
Choose a tag to compare
  • Update dependencies, migrate to vscode-test
  • Support for custom junitxml argument (Issue #172)

Version 0.4.5

15 Jul 07:57
Compare
Choose a tag to compare
  • Load debug configuration from launch.json (Issues #139 and #167)

Version 0.4.4

09 Jul 17:42
Compare
Choose a tag to compare
  • Handle errors during setup for unittest
  • Add section on Test Explorer UI configuration to README

Version 0.4.3

13 Jun 09:22
Compare
Choose a tag to compare
  • Fix cwd resolution (Issue #158)
  • Update dependencies
  • Refactor errored suites reporting to new Test Explorer UI API

Version 0.4.2

03 May 08:00
Compare
Choose a tag to compare
  • Update dependencies, add CHANGELOG (Issues #147 and #145)
  • Force pytest to use xunit1 report (Issue #141)

Version 0.4.1

24 Apr 07:17
Compare
Choose a tag to compare
  • 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