MCPcopy Create free account

hub / github.com/tox-dev/filelock / endpoints

Endpoints9 in github.com/tox-dev/filelock

Routetest_heartbeat_survives_a_transient_marker_error
pytest.mark.parametrize( "target", [pytest.param("_open_marker_fd", id="open"), pytest.param("_read_marker
tests/soft_rw/test_soft_rw_sync.py:None
Routetest_is_lock_held_by_us
pytest.mark.parametrize( ("content", "expected"), [ pytest.param(None, False, id="no_file"),
tests/test_soft_stale.py:None
Routetest_lease_tolerates_a_transient_refresh_error
pytest.mark.parametrize("target", [pytest.param("touch", id="touch"), pytest.param("os.lstat", id="lstat")])
tests/test_soft_lease.py:None
Routetest_pid
pytest.mark.parametrize( ("content", "expected"), [ pytest.param(None, None, id="no_file"),
tests/test_soft_stale.py:None
Routetest_read_write_lock_keeps_constructed_database
pytest.mark.parametrize( "path_change", [pytest.param("cwd", id="relative-cwd"), pytest.param("symlink
tests/test_read_write.py:None
Routetest_readonly_lock_file_with_mtime_zero_raises
pytest.mark.skipif(sys.platform != "win32" and os.geteuid() == 0, reason="root can open a 0o444 file for writi
tests/test_filelock.py:None
Routetest_refresh_touches_verified_fd_not_swapped_path
pytest.mark.skipif(not util_mod._SUPPORTS_UTIME_FD, reason="os.utime cannot target an fd on this platform")
tests/soft_rw/test_soft_rw_sync.py:None
Routetest_ro_file
pytest.mark.skipif( sys.platform != "win32" and os.geteuid() == 0, reason="Cannot make a read only fil
tests/test_filelock.py:None
Routetest_ro_folder
pytest.mark.skipif( sys.platform != "win32" and os.geteuid() == 0, reason="Cannot make a read only fil
tests/test_filelock.py:None