Development setup
... or how to setup a development environment for secator.
Install a development build
To install secator
in development mode, first make sure pip
and virtualenv
are installed, and run the following steps:
Running tests
Unit tests
If you want to run unit tests to test a specific task only:
Integration tests
If you want to run integration tests to test a specific task only:
Lint tests
Last updated
Was this helpful?