Skip to content

Add a simple testing framework #101

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
JohnnyMorganz opened this issue Mar 2, 2025 · 1 comment
Open

Add a simple testing framework #101

JohnnyMorganz opened this issue Mar 2, 2025 · 1 comment
Labels
bikeshed Debating the best name or API for something. enhancement New feature or request std Work in the Luau standard library portion of the code

Comments

@JohnnyMorganz
Copy link
Collaborator

It would be useful if batteries included a testing framework. A simple one will do for start with.

We can then use it to test lute API and std / batteries code

Maybe https://github.com/itsfrank/frktest is a good example

@aatxe aatxe added enhancement New feature or request bikeshed Debating the best name or API for something. std Work in the Luau standard library portion of the code labels Mar 16, 2025
@aatxe
Copy link
Owner

aatxe commented Mar 19, 2025

I like frktest and it's a good starting point. This could be pure Luau. If we want to do something particularly exotic, similar to jest, this might mean we want to integrate a bit on the runtime side as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bikeshed Debating the best name or API for something. enhancement New feature or request std Work in the Luau standard library portion of the code
Projects
None yet
Development

No branches or pull requests

2 participants