Skip to content
Snippets Groups Projects
Hugo Hörnquist's avatar
Hugo Hörnquist authored
Errors are now created through a factory, embedding information about
WHERE the error comes from in the source.

Also add a clearer indicator to the error output.
71962647
History

Muppet Strings

Like puppet strings, but for multiple modules.

Utility for building hyperlinked and pretty doc from Puppet modules and environments.

Usage

Building the example (probably broken for you)

make clean all

Running the tests

make check  # Run linters
make test   # Run unit tests

Coverage information will end up in htmlcov/.

Building the documentation

make documentation

Documentation will end up in doc.rendered/.

Dependencies

General python dependencies are documented in ./setup.cfg.

Runtime dependencies

  • Puppet
  • Puppet Strings

Testing dependencies

  • flake8
  • mypy
  • pytest

Documentation dependencies

  • sphinx