Skip to content
phothet edited this page Dec 2, 2017 · 1 revision

Welcome to the spe wiki!

Fixtures.

Fixtures directory is where dependencies are installed for the test run. Specifically, the modules sub-directory under fixtures should contain all the modules our modules is dependent on to successfully work including our module itself

.fixtures.yaml

To populate fixture directory, add .fixtures.yaml file to define our test environment

-symlinking the module under test to Fixtures/Modules symlink our current module to -install dependent modules from git repo

Clone this wiki locally