pdjohntony / vcrpy-cassette-mgr

Easily open or delete vcrpy cassettes within your tests.
MIT License
0 stars 0 forks source link
pytest python vcrpy vscode vscode-extension

VCR.py Cassette Manager Extension for Visual Studio Code

GitHub Visual Studio Marketplace

Easily open or delete vcrpy cassettes within your tests. Bulk delete cassettes from the current file or the entire workspace.

features-overview

Features

Requirements

Commands

Delete Cassettes in Current File

Deletes all cassettes in the current file. Asks for confirmation before deleting.

Delete Cassettes in Workspace

Deletes all cassettes in the current workspace. Asks for confirmation before deleting.

Extension Settings

Planned Features

Known Issues

None at this time.

Release Notes

[1.1.3] - 2024-03-21

Bug Fixes

[1.1.2] - 2024-03-21

Added planned features section to README.

Bug Fixes

[1.1.0] - 2023-12-20

New features

[1.0.0] - 2023-12-15

Initial release