diff options
Diffstat (limited to 'crates/shirabe/tests/repository')
| -rw-r--r-- | crates/shirabe/tests/repository/filesystem_repository_test.rs | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/crates/shirabe/tests/repository/filesystem_repository_test.rs b/crates/shirabe/tests/repository/filesystem_repository_test.rs index d798fc9..a14804b 100644 --- a/crates/shirabe/tests/repository/filesystem_repository_test.rs +++ b/crates/shirabe/tests/repository/filesystem_repository_test.rs @@ -1,40 +1,37 @@ //! ref: composer/tests/Composer/Test/Repository/FilesystemRepositoryTest.php -// These read/write installed.json and installed.php fixtures via JsonFile and assert the -// generated output; the file IO/manipulation (JsonManipulator reaches addcslashes, todo!()) -// and fixtures are not ported. #[test] -#[ignore = "reads/writes installed.json/installed.php fixtures via JsonFile/JsonManipulator (addcslashes todo!())"] +#[ignore = "test body not yet ported (todo!() stub)"] fn test_repository_read() { todo!() } #[test] -#[ignore = "reads/writes installed.json/installed.php fixtures via JsonFile/JsonManipulator (addcslashes todo!())"] +#[ignore = "test body not yet ported (todo!() stub)"] fn test_corrupted_repository_file() { todo!() } #[test] -#[ignore = "reads/writes installed.json/installed.php fixtures via JsonFile/JsonManipulator (addcslashes todo!())"] +#[ignore = "test body not yet ported (todo!() stub)"] fn test_unexistent_repository_file() { todo!() } #[test] -#[ignore = "reads/writes installed.json/installed.php fixtures via JsonFile/JsonManipulator (addcslashes todo!())"] +#[ignore = "test body not yet ported (todo!() stub)"] fn test_repository_write() { todo!() } #[test] -#[ignore = "reads/writes installed.json/installed.php fixtures via JsonFile/JsonManipulator (addcslashes todo!())"] +#[ignore = "test body not yet ported (todo!() stub)"] fn test_repository_writes_installed_php() { todo!() } #[test] -#[ignore = "reads/writes installed.json/installed.php fixtures via JsonFile/JsonManipulator (addcslashes todo!())"] +#[ignore = "test body not yet ported (todo!() stub)"] fn test_safely_load_installed_versions() { todo!() } |
