1 2 3 4 5 6 7 8 9 10 |
"""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`.  .. _config-ninja: https://bryant-finney.github.io/config-ninja/config_ninja.html .. _doctest: https://docs.python.org/3/library/doctest.html """ |