aboutsummaryrefslogtreecommitdiffstats
path: root/security-utils/logback-test.xml
blob: 4b7eb955c7fadf22a6d37ccb8e6ee48d90690c28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- only one line, shut up logback ! -->
<configuration >
    <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
        <encoder>
            <Pattern>
                %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n
            </Pattern>
        </encoder>
    </appender>
    <root level="OFF">
        <appender-ref ref="STDOUT" />
    </root>
</configuration>
span> -r{toxinidir}/etc/requirements.txt commands = sphinx-build -j 4 -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:spellcheck] deps = -r{toxinidir}/etc/requirements.txt sphinxcontrib-spelling commands = sphinx-build -b spelling -Dextensions=sphinxcontrib.spelling -Dspelling_word_list_filename=validwords.txt -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/spellcheck