mirror of
https://github.com/openai/codex.git
synced 2026-05-21 03:33:41 +00:00
7 lines
244 B
Rust
7 lines
244 B
Rust
pub(crate) use codex_utils_absolute_path::test_support::PathBufExt;
|
|
pub(crate) use codex_utils_absolute_path::test_support::test_path_buf;
|
|
|
|
pub(crate) fn test_path_display(path: &str) -> String {
|
|
test_path_buf(path).display().to_string()
|
|
}
|