Skip to content
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

Auto-generate the test cases #14

Open
akiradeveloper opened this issue Jan 16, 2023 · 0 comments
Open

Auto-generate the test cases #14

akiradeveloper opened this issue Jan 16, 2023 · 0 comments

Comments

@akiradeveloper
Copy link
Owner

akiradeveloper commented Jan 16, 2023

We need test case for each language but they are all similar.

assert(n == 6)
assert(a == [5,4,3,6,1,2])
assert(n == 6)
assert(a == @[5,4,3,6,1,2])

We should be able to generate test cases from synthetic language like

n: int == 6
a: array[int] == [5,4,3,6,1,2]
@akiradeveloper akiradeveloper changed the title Auto generate the test cases Auto-generate the test cases Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant