Check the implementation of filesystem routes.
sys
functools
os
module
time
d_setup
d_setup(x, path)
_
_(x, path)
test_constants
test_constants(test)
Check for files.root presence and sanity.
test_Path
test_Path(test)
test_Path_filename
test_Path_filename(test)
test_Path_repr
test_Path_repr(test)
test_Path_string_cache
test_Path_string_cache(test)
test_Path_from_partitioned_string
test_Path_from_partitioned_string(test)
test_Path_bytespath
test_Path_bytespath(test)
test_Path_temporary
test_Path_temporary(test)
test_Path_list
test_Path_list(test)
test_Path_iterfiles
test_Path_iterfiles(test)
test_Path_index
test_Path_index(test)
test_Path_snapshot
test_Path_snapshot(test)
test_Path_real
test_Path_real(test)
test_Path_replace
test_Path_replace(test)
test_Path_init
test_Path_init(test)
Test fault.system.files.Path.fs_init checking that the parent directories are properly created regardless of the selected type.
test_Path_mkdir
test_Path_mkdir(test)
Test fault.system.files.Path.fs_mkdir checking that the parent directories are properly created regardless of the selected type.
test_Path_type_void
test_Path_type_void(test)
test_Path_extension
test_Path_extension(test)
test_Path_size
test_Path_size(test)
test_Path_get_last_modified
test_Path_get_last_modified(test)
System check.
test_Path_set_last_modified
test_Path_set_last_modified(test)
System check.
test_Path_get_text_content
test_Path_get_text_content(test)
Validate fault.system.files.Path.get_text_content.
test_Path_set_text_content
test_Path_set_text_content(test)
Validate fault.system.files.Path.set_text_content.
test_Path_since
test_Path_since(test)
test_Path_construct
test_Path_construct(test)
Test the various classmethods that construct file instances.
test_Path_relative_resolution
test_Path_relative_resolution(test)
test_Path_basename_manipulations
test_Path_basename_manipulations(test)
test_Path_join
test_Path_join(test)
test_Path_properties
test_Path_properties(test)
test_Path_open
test_Path_open(test)
test_Path_open_exception
test_Path_open_exception(test)
test_Path_void
test_Path_void(test)
link_checks
link_checks(test, create_link)
test_Path_relative_links
test_Path_relative_links(test)
test_Path_absolute_links
test_Path_absolute_links(test)
test_Path_recursive_since
test_Path_recursive_since(test)
fault.system.files.Path.fs_since with recursive directories.
test_Path_follow_links
test_Path_follow_links(test)
test_Path_io
test_Path_io(test)
test_Path_python_protocol
test_Path_python_protocol(test)
test_Path_snapshot_sanity
test_Path_snapshot_sanity(test)
test_Path_snapshot_limit
test_Path_snapshot_limit(test)
test_Path_snapshot_depth
test_Path_snapshot_depth(test)
test_Path_fs_alloc
test_Path_fs_alloc(test)
test_Path_fs_require_void
test_Path_fs_require_void(test)
Validate that missing file cases are handled.
test_Path_fs_require_type
test_Path_fs_require_type(test)
Validate that fs_require checks the type.
test_Path_fs_require_permissions
test_Path_fs_require_permissions(test)
Validate that fs_require checks the properties.
test_Path_fs_require_directory_control
test_Path_fs_require_directory_control(test)
Validate that fs_require allows for optional directory.
test_Path_fs_require_accessibility
test_Path_fs_require_accessibility(test)
Validate that the implied accessibility constraint is communicated when paths traverse through regular files or directories without the necessary permissions.
test_root_instance
test_root_instance(test)
test_Path_fs_path_string
test_Path_fs_path_string(test)
Validate path normalization by making sure partitions are properly eliminated.