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

Scripting tests #15

Open
ivan-mogilko opened this issue Nov 11, 2024 · 0 comments
Open

Scripting tests #15

ivan-mogilko opened this issue Nov 11, 2024 · 0 comments

Comments

@ivan-mogilko
Copy link
Contributor

We have compiler tests in the main repo, but these test only that the script compiler does something expected.

We need runtime script tests to know that the scripts are executed as expected.

The purpose of such tests should be testing various script constructs and expressions, with the minimal necessary api calls:

  • variables assigned and read;
  • arithmetic operations;
  • arrays, creating, writing, reading;
  • dynamic arrays;
  • nested elements in structs
  • function calls, passing parameters, reading return values
  • and so on.
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