Skip to content

[Feature]: Test suite for helix #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
xav-db opened this issue Feb 17, 2025 · 0 comments
Open

[Feature]: Test suite for helix #24

xav-db opened this issue Feb 17, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@xav-db
Copy link
Member

xav-db commented Feb 17, 2025

Is your feature request related to a problem?

CLI test suite that allows you to generate test data based on schema then run queries against test data.

Describe the solution you'd like

Could have test macro/identifier similar to rust

TEST testQuery() => 
     output <- queryToTest(...inputs...)
     ASSERT(output::COUNT::EQ(2)) // for example

Describe alternatives you've considered

No response

Feature Area

Developer Tools

Additional context

No response

@xav-db xav-db added the enhancement New feature or request label Feb 17, 2025
@xav-db xav-db added this to the Initial Release milestone Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants