( directory_traverse )

Legend
Has corresponding code
No direct match, but an alternative exists
No corresponding code
-TODO
( .. )Not localized
Example Python
pytest
C++
GoogleTest
Swift
Testing
Kotlin
jUnit
Bash
bats
( list_files_in_dir ) - - - -
( list_files_in_dir_like_find_command ) glob.glob('**/*.txt', recursive=True) - - - -
( list_files_in_dir_recursive ) os.walk() - - - -