1.6.2 • Published 3 years ago
testorio v1.6.2
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.
1.6.2
3 years ago
1.6.1
3 years ago
1.6.0
3 years ago
1.5.0
3 years ago
1.4.0
3 years ago
1.2.0
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago
0.5.0
3 years ago
0.4.3
3 years ago
0.3.0
4 years ago
0.4.1
3 years ago
0.3.2
4 years ago
0.4.0
3 years ago
0.3.1
4 years ago
0.3.4
4 years ago
0.4.2
3 years ago
0.3.3
4 years ago
0.2.0
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago