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
.
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 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"""