Skip to content

Commit

Permalink
Merge pull request #747 from vsbogd/uncomment-tests
Browse files Browse the repository at this point in the history
Uncomment tests which are not slow anymore
  • Loading branch information
vsbogd authored Jul 23, 2024
2 parents 9c126b1 + 01ed5b8 commit 23a22d2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/src/metta/runner/stdlib_minimal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,6 @@ mod tests {
}
}

#[ignore = "Test is slow"]
#[test]
fn test_get_doc_func() {
let metta = Metta::new(Some(EnvBuilder::test_env()));
Expand Down Expand Up @@ -1125,7 +1124,6 @@ mod tests {
]));
}

#[ignore = "Test is slow"]
#[test]
fn test_get_doc_atom() {
let metta = Metta::new(Some(EnvBuilder::test_env()));
Expand All @@ -1145,7 +1143,6 @@ mod tests {
]));
}

#[ignore = "Test is slow"]
#[test]
fn test_get_doc_gnd_func() {
let metta = Metta::new(Some(EnvBuilder::test_env()));
Expand Down Expand Up @@ -1176,7 +1173,6 @@ mod tests {
]));
}

#[ignore = "Test is slow"]
#[test]
fn test_get_doc_no_doc() {
let metta = Metta::new(Some(EnvBuilder::test_env()));
Expand All @@ -1193,7 +1189,6 @@ mod tests {
]));
}

#[ignore = "Test is slow"]
#[test]
fn test_get_doc_function_call() {
let metta = Metta::new(Some(EnvBuilder::test_env()));
Expand Down Expand Up @@ -1223,7 +1218,6 @@ mod tests {
]));
}

#[ignore = "Test is slow"]
#[test]
fn test_get_doc_no_type() {
let metta = Metta::new(Some(EnvBuilder::test_env()));
Expand Down

0 comments on commit 23a22d2

Please sign in to comment.