Skip to content

GlassBricks/FactorioTest

Repository files navigation

Factorio test

A testing framework for factorio mods. Test real setups in-game, no mocking necessary!

describe("the factory", function()
    it("must grow", function()
        assert.is_true(get_factory_size() > old_factory_size)
    end)
end)

Getting started

For setting up your mod, see the wiki page on getting started.

About

A test framework for Factorio mods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published