Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 782 Bytes

CHANGELOG.md

File metadata and controls

42 lines (22 loc) · 782 Bytes

Change Log

0.0.10

  • Show status bar icons (💻 and/or 🐳) only if the file is a test file.

0.0.9

  • Error message improvement.

0.0.8

  • Improved test detection: the extension now automatically identifies the test function or class context based on the cursor's position anywhere within the function or class body.

0.0.7

  • Add support for pytest options in the settings.json.

0.0.6

  • Bug fix on terminal auto focus.
  • Autoclear terminal befor running a test.

0.0.5

  • Custom buttons on the status bar.

0.0.4

  • 2 new commands for running test modules run-module-test and run-module-test-docker

0.0.3

  • Add check toml or cfg configuration configurable and optional.

0.0.2

  • Fix typo in error messages

0.0.1

  • Initial release