Skip to content

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

Version 0.8.1

25 Sep 19:55
Compare
Choose a tag to compare
  • Removed unused files from extension package (#301)

Version 0.8.0

25 Sep 19:54
Compare
Choose a tag to compare
  • Extended runtime log collection (#300, thanks to @kn-ms)
  • Standard code formatting (#299, thanks to @kn-ms)
  • Update dependencies, CI configuration, and typo in testplan CLI options (#298, thanks to @kn-ms)

Version 0.7.1

14 Apr 21:39
Compare
Choose a tag to compare
  • Add support for "purpose":["debug-test"] in debug configuration (Issue #280)
  • Add support for Python 3.9 and 3.10, remove support for Python 3.5 support to CI
  • Update dependencies
  • Update README, remove david-dm links, fixed typos and grammar issue (thanks to @Filimoa)

Version 0.7.0

30 Jul 08:15
Compare
Choose a tag to compare
  • Support for testplan framework (thanks to @cnx-tcsikos)
  • Fix pytest returning empty output (Issue #245)
  • Update dependencies
  • Update README with FAQ, update lint rules.

Version 0.6.8

18 Apr 19:55
Compare
Choose a tag to compare
  • Include global PYTHONPATH when overriding PYTHONPATH for pytest (Issue #230, thanks to @bergkvist)

Version 0.6.7

19 Mar 23:14
Compare
Choose a tag to compare
  • Hacky fix for pytest result parsing (Issue #233)

Version 0.6.6

20 Jan 09:51
Compare
Choose a tag to compare
  • Add test suites for parameterized tests (Issue #155)
  • Migrated build from TravisCI to GitHub Actions

Version 0.6.5

12 Dec 11:41
Compare
Choose a tag to compare
  • Update dependencies

Version 0.6.4

09 Dec 19:33
Compare
Choose a tag to compare

Version 0.6.3

09 Dec 19:33
Compare
Choose a tag to compare
  • Show stderr in test output for pytest (Issues #205)