debian-koji/tests
Ken Dreyer e35b571196 util: handle ENOENT in _stripcwd() listdir loop
After we call listdir(), another thread or process might delete files
from the current directory. We cannot always expect lstat() to succeed
in a loop over the initial listdir entries.

If lstat() raises ENOENT, consider this file deleted and move on.
2020-08-27 13:36:27 +02:00
..
test_builder fix tests 2020-08-26 09:26:00 +02:00
test_cli fix test 2020-08-26 09:26:00 +02:00
test_hub fix tests 2020-07-15 12:06:55 -04:00
test_kojira python-modernize -f libmodernize.fixes.fix_dict_six 2018-07-11 17:37:39 -04:00
test_lib util: handle ENOENT in _stripcwd() listdir loop 2020-08-27 13:36:27 +02:00
test_plugins fix tests 2020-03-30 15:10:30 +02:00
test_www simplify py3 tests 2020-06-18 15:41:35 +02:00
__init__.py Coverage tracking for the test suite. 2016-03-15 11:29:41 -04:00
test_docs_version.py fix py3 tests compatibility 2019-02-19 17:29:25 -05:00
test_scm.py fix unittest for py3 2019-02-20 15:30:01 -05:00