We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's a bit too soon for the things in the public API but some internals could be tested.
I think I would just use my own tap module for that.
Right now, the code at least have some expect(bool expr) so at least it can do some sanity checks at runtime.
expect(bool expr)
The text was updated successfully, but these errors were encountered:
I actually added some minor tests, I obviously can add more, I need to move ImGi tests to a separate module.
I think it's possible to import the internals on other file and use it because AGS kinda don't care as long as things link fine at runtime.
I could even add an extra room and then rename it to room1.crm and use it to run the tests in the CI.
Sorry, something went wrong.
No branches or pull requests
It's a bit too soon for the things in the public API but some internals could be tested.
I think I would just use my own tap module for that.
Right now, the code at least have some
expect(bool expr)
so at least it can do some sanity checks at runtime.The text was updated successfully, but these errors were encountered: