aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/repository')
-rw-r--r--crates/shirabe/tests/repository/path_repository_test.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/shirabe/tests/repository/path_repository_test.rs b/crates/shirabe/tests/repository/path_repository_test.rs
index cea6a85..62abbfa 100644
--- a/crates/shirabe/tests/repository/path_repository_test.rs
+++ b/crates/shirabe/tests/repository/path_repository_test.rs
@@ -39,7 +39,6 @@ fn coordinates(pairs: Vec<(&str, PhpMixed)>) -> IndexMap<String, PhpMixed> {
map
}
-#[ignore]
#[test]
fn test_load_package_from_file_system_with_incorrect_path() {
let repository_url =
@@ -49,7 +48,6 @@ fn test_load_package_from_file_system_with_incorrect_path() {
assert!(repository.__get_packages().is_err());
}
-#[ignore]
#[test]
fn test_load_package_from_file_system_with_version() {
let repository_url = [
@@ -120,7 +118,6 @@ fn test_load_package_from_file_system_with_wildcard() {
);
}
-#[ignore]
#[test]
fn test_load_package_with_explicit_versions() {
let mut versions: IndexMap<String, PhpMixed> = IndexMap::new();