testorio
v1.6.2
Published
Type definitions for Testorio, a test framework for factorio. For use with TypescriptToLua
Downloads
2
Readme
Testorio
Testing framework for factorio mods.
describe("the factory", function()
it("must grow", function()
assert.is_true(get_factory_size() > old_factory_size)
end)
end)
- Modern test framework inspired by busted
- Bundled luassert for assertions
- Test scenarios for in-game setups and automatic test runs
- Integration with factorio debug adapter, and typed-factorio
Getting started
See the Getting started wiki page for a quick start.
Have any questions or comments? Feel free to start a discussion on GitHub. Want to report a bug or request a feature? You can open an issue.