Skip to content

Commit 6cc1cbf

Browse files
committed
Stop ignoring utils::build_doc tests
This tests don't require any special setup and can work on any pc
1 parent 049a85a commit 6cc1cbf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/utils/build_doc.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ mod test {
115115
use super::*;
116116

117117
#[test]
118-
#[ignore]
119118
fn test_build_doc() {
120119
let doc = build_doc("rand", None, None);
121120
assert!(doc.is_ok());
@@ -128,7 +127,6 @@ mod test {
128127
}
129128

130129
#[test]
131-
#[ignore]
132130
fn test_get_package() {
133131
let pkg = get_package("rand", None);
134132
assert!(pkg.is_ok());
@@ -141,7 +139,6 @@ mod test {
141139

142140

143141
#[test]
144-
#[ignore]
145142
fn test_source_path() {
146143
let pkg = get_package("rand", None).unwrap();
147144
let source_path = source_path(&pkg).unwrap();

0 commit comments

Comments
 (0)