Skip to content

Commit

Permalink
➕ Add Python Test Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
soyrubio committed Aug 29, 2024
1 parent b0dc044 commit e02ed79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ The Solidity Python Extension Pack is the ultimate toolkit for Solidity and Pyth
- **[Solidity](https://marketplace.cursorapi.com/items?itemName=AckeeBlockchain.tools-for-solidity)**: Advanced Solidity support and vulnerability detectors developed by Ackee Blockchain.
- **[Python](https://marketplace.cursorapi.com/items?itemName=ms-python.python)**: Get full Python language support, including IntelliSense, linting, debugging, and more.
- **[Pylance](https://marketplace.cursorapi.com/items?itemName=ms-python.vscode-pylance)**: Enhance your Python experience with fast and feature-rich language support, powered by Pylance.
- **[Python Test Adapter](https://marketplace.cursorapi.com/items?itemName=littlefoxteam.vscode-python-test-adapter)**: Run your Python tests directly from the Test Explorer in VS Code.
- **[isort](https://marketplace.cursorapi.com/items?itemName=ms-python.isort)**: Automatically sort your Python imports to keep your code clean and organized.
- **[autopep8](https://marketplace.cursorapi.com/items?itemName=ms-python.autopep8)**: Automatically format your Python code to adhere to the PEP 8 style guide.
- **[Python Indent](https://marketplace.cursorapi.com/items?itemName=KevinRose.vsc-python-indent)**: Maintain consistent indentation in your Python code with smart indentation handling.
- **[Even Better TOML](https://marketplace.cursorapi.com/items?itemName=tamasfe.even-better-toml)**: Enjoy improved syntax highlighting and validation for TOML files, commonly used for configuration.
- **[Even Better TOML](https://marketplace.cursorapi.com/items?itemName=tamasfe.even-better-toml)**: Enjoy improved syntax highlighting and validation for TOML files, commonly used for configuration. Useful for Wake configuration.

## Testing Solidity with Python using Wake

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"AckeeBlockchain.tools-for-solidity",
"ms-python.python",
"ms-python.vscode-pylance",
"littlefoxteam.vscode-python-test-adapter",
"ms-python.isort",
"ms-python.autopep8",
"KevinRose.vsc-python-indent",
Expand Down

0 comments on commit e02ed79

Please sign in to comment.