tests

Component-level / integration tests for config-ninja are stored here.

Most unit tests are implemented for the doctest module. The fixtures available to these tests are defined in tests.fixtures.

coverage

 1"""Component-level / integration tests for `config-ninja`_ are stored here.
 2
 3Most unit tests are implemented for the `doctest`_ module. The fixtures available to these tests are
 4defined in `tests.fixtures`.
 5
 6![coverage](https://codecov.io/gh/bryant-finney/config-ninja/graphs/sunburst.svg?token=R3DFDSNK9U)
 7
 8.. _config-ninja: https://bryant-finney.github.io/config-ninja/config_ninja.html
 9.. _doctest: https://docs.python.org/3/library/doctest.html
10"""