diff options
Diffstat (limited to 'crates/shirabe/tests/downloader/perforce_downloader_test.rs')
| -rw-r--r-- | crates/shirabe/tests/downloader/perforce_downloader_test.rs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/crates/shirabe/tests/downloader/perforce_downloader_test.rs b/crates/shirabe/tests/downloader/perforce_downloader_test.rs index 97f45ca..41ced48 100644 --- a/crates/shirabe/tests/downloader/perforce_downloader_test.rs +++ b/crates/shirabe/tests/downloader/perforce_downloader_test.rs @@ -1 +1,28 @@ //! ref: composer/tests/Composer/Test/Downloader/PerforceDownloaderTest.php + +// These mock Perforce, the repository config and a Package to drive PerforceDownloader's +// initialization and install paths; mocking is not available here. + +#[test] +#[ignore = "mocks Perforce/repository/Package; mocking is not available"] +fn test_init_perforce_instantiates_a_new_perforce_object() { + todo!() +} + +#[test] +#[ignore = "mocks Perforce/repository/Package; mocking is not available"] +fn test_init_perforce_does_nothing_if_perforce_already_set() { + todo!() +} + +#[test] +#[ignore = "mocks Perforce/repository/Package; mocking is not available"] +fn test_do_install_with_tag() { + todo!() +} + +#[test] +#[ignore = "mocks Perforce/repository/Package; mocking is not available"] +fn test_do_install_with_no_tag() { + todo!() +} |
