( filesystem )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( directory_traverse ) | ( list_files_in_dir ) | → | - | - | - | - |
| ( list_files_in_dir_like_find_command ) | → | - | - | - | - | |
| ( list_files_in_dir_recursive ) | → | - | - | - | - | |
| ( filesystem ) | ( file_exists ) | → | - | - | - | - |
| ( directory_exists ) | → | - | - | - | - | |
| ( temp_file ) | → | - | - | - | - | |
| ( temp_directory ) | → | - | - | - | - | |
| ( get_file_size ) | → | - | - | - | - | |
| ( mkdir ) | → | - | - | - | - | |
| ( mkdir_p ) | → | - | - | - | - | |
| ( rmdir ) | → | - | - | - | - | |
| ( rmdir_p ) | → | - | - | - | - | |
| ( rmdir_recursive ) | → | - | - | - | - | |
| ( copy_directory_tree ) | → | - | - | - | - | |
| ( chdir ) | → | - | - | - | - | |
| ( get_current_dir ) | → | - | - | - | - | |
| ( touch_file ) | → | - | - | - | - | |
| ( remove_file ) | → | - | - | - | - | |
| ( copy_file ) | → | - | - | - | - | |
| ( move_file ) | → | - | - | - | - | |
| ( path_manipulation ) | ( build_path ) | → | - | - | - | - |
| ( normalize_path ) | → | - | - | - | - | |
| ( get_basename ) | → | - | - | - | → | |
| ( get_dirname ) | → | - | - | - | → | |
| ( relative_path_to_absolute_path ) | → | - | - | - | → | |
| ( get_stem ) | → | - | - | - | → | |
| ( get_extension ) | → | - | - | - | - | |
| ( resolve_symbolic_link ) | → | - | - | - | - | |
| ( runtime_path ) | ( get_executed_command_path ) | → | - | - | - | → |
| ( get_source_file_path ) | → | - | - | - | → | |
| ( get_executed_interpreter_path ) | → | - | - | - | - | |
| ( get_module_name ) | → | - | - | - | - | |
| ( get_current_directory ) | → | - | - | - | - |