Pytest provides JUnit output and uses different exit codes from Automake. Use the conversion script to interpret the JUnit test results from python rather than relying on the status code.
31 lines
489 B
Plaintext
31 lines
489 B
Plaintext
.cache
|
|
.hypothesis
|
|
.mypy_cache
|
|
__pycache__
|
|
dig.out*
|
|
rndc.out*
|
|
nsupdate.out*
|
|
named.lock
|
|
named.pid
|
|
named.run
|
|
/feature-test
|
|
/makejournal
|
|
/random.data
|
|
/*.log
|
|
/*.trs
|
|
/*.xml
|
|
/resolve
|
|
/legacy.run.sh
|
|
/run.log
|
|
/start.sh
|
|
/stop.sh
|
|
/ifconfig.sh
|
|
|
|
# Ignore file names with underscore in their name except python or shell files.
|
|
# This is done to ignore the temporary directories and symlinks created by the
|
|
# pytest runner, which contain underscore in their file names.
|
|
/*_*
|
|
!/*_*.py
|
|
!/*_*.sh
|
|
!/_common
|