mirror of
https://github.com/python/cpython.git
synced 2026-02-05 17:35:34 +00:00
The code in test_makefile was attempting to ignore any non-interesting files, but missed some corners: 1. There is never a *file* called `__pycache__`. 2. A directory containing only a `__pycache__` subdirectory should be ignored. 3. A directory containing only hidden files should be ignored. Simplify this all into a couple of filters that let us check for empty lists. |
||
|---|---|---|
| .. | ||
| i18n_data | ||
| msgfmt_data | ||
| __init__.py | ||
| __main__.py | ||
| test_freeze.py | ||
| test_i18n.py | ||
| test_makefile.py | ||
| test_makeunicodedata.py | ||
| test_msgfmt.py | ||
| test_reindent.py | ||
| test_sundry.py | ||