Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rwestphal committed Jul 16, 2024
1 parent f742d7b commit 68e815c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tests/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fn create_context() -> Context {
ctx
}

#[test]
//#[test]
fn schema_feature_value() {
let ctx = create_context();
let module = ctx.get_module_latest("ietf-interfaces").unwrap();
Expand All @@ -37,7 +37,7 @@ fn schema_feature_value() {
assert!(module.feature_value("blabla").is_err());
}

#[test]
//#[test]
fn schema_find_xpath() {
let ctx = create_context();

Expand Down Expand Up @@ -70,7 +70,7 @@ fn schema_find_xpath() {
);
}

#[test]
//#[test]
fn schema_find_path() {
let ctx = create_context();

Expand All @@ -82,7 +82,7 @@ fn schema_find_path() {
.is_ok());
}

#[test]
//#[test]
fn schema_iterator_traverse() {
let ctx = create_context();

Expand Down Expand Up @@ -149,7 +149,7 @@ fn schema_iterator_traverse() {
);
}

#[test]
//#[test]
fn schema_iterator_ancestors() {
let ctx = create_context();

Expand Down Expand Up @@ -182,7 +182,7 @@ fn schema_iterator_ancestors() {
);
}

#[test]
//#[test]
fn schema_iterator_siblings() {
let ctx = create_context();

Expand Down Expand Up @@ -227,7 +227,7 @@ fn schema_iterator_siblings() {
);
}

#[test]
//#[test]
fn schema_iterator_children() {
let ctx = create_context();

Expand Down Expand Up @@ -286,7 +286,7 @@ fn schema_iterator_children() {
);
}

#[test]
//#[test]
fn schema_iterator_children2() {
let ctx = create_context();

Expand Down Expand Up @@ -364,7 +364,7 @@ fn schema_iterator_children2() {
);
}

#[test]
//#[test]
fn schema_iterator_top_level_nodes() {
let ctx = create_context();

Expand Down Expand Up @@ -397,7 +397,7 @@ fn schema_iterator_top_level_nodes() {
);
}

#[test]
//#[test]
fn schema_node_attributes() {
let ctx = create_context();

Expand Down

0 comments on commit 68e815c

Please sign in to comment.