https://github.com/julia-vscode/testitems.jl
This Julia package provides the testitem macro
https://github.com/julia-vscode/testitems.jl
Last synced: 4 months ago
JSON representation
This Julia package provides the testitem macro
- Host: GitHub
- URL: https://github.com/julia-vscode/testitems.jl
- Owner: julia-vscode
- License: mit
- Created: 2022-07-26T04:38:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T22:19:24.000Z (5 months ago)
- Last Synced: 2025-02-24T16:09:59.077Z (4 months ago)
- Language: Julia
- Homepage:
- Size: 30.3 KB
- Stars: 21
- Watchers: 8
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestItems.jl
[](https://www.repostatus.org/#active)

[](https://codecov.io/gh/julia-vscode/TestItems.jl)## Overview
This package provides the `@testitem` macro for the test runner feature in VS Code. You can learn more over at the [documentation](https://www.julia-vscode.org/docs/stable/userguide/testitems/) for the entire test item ecosystem. Note that while the documentation is hosted as part of the Julia VS Code extension, the test item framework is not a VS Code extension specific technology and can be used entirely without VS Code.