Skip to content

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

Version 0.3.9

21 Oct 10:06
Compare
Choose a tag to compare
  • Update dependencies
  • Fix pytest 5.1.0 compatibility on parsing junit xml

Version 0.3.8

21 Oct 10:05
Compare
Choose a tag to compare
  • Update dependencies
  • Add environment variable resolution for .env file (Issue #88)
  • Support renaming configuration settings of python extension

Version 0.3.7

01 Jun 05:49
Compare
Choose a tag to compare
  • Make Python 3.7 default for tests, add CI tests with Python 3.7
  • Update dependencies
  • Fix README, improved contributing guide

Version 0.3.6

22 May 13:25
Compare
Choose a tag to compare
  • Update dependencies
  • Fix home path resolution in configuration

Version 0.3.5

22 May 13:23
Compare
Choose a tag to compare
  • Update dependencies
  • Fix renaming configuration settings (Issue #78)

Version 0.3.4

09 Apr 13:51
Compare
Choose a tag to compare
  • Fix tear down calls (Issue #73)

Version 0.3.3

09 Apr 13:50
Compare
Choose a tag to compare
  • Replace label modification with description when there are equal labels on the same test tree level
  • Update packages

Version 0.3.2

09 Apr 13:47
Compare
Choose a tag to compare
  • Update packages

Version 0.3.1

14 Feb 07:28
Compare
Choose a tag to compare
  • Fix pytest arguments passing for debugging
  • Fix unittest arguments passing (Issue #64)

Version 0.3.0

01 Feb 07:09
Compare
Choose a tag to compare
  • Support python.unitTest.pyTestArgs configuration property (Issue #19)
  • Output capturing for unittest tests (Issue #5)