Skip to content

Commit

Permalink
chore(test): delete tests that have been converted to md (tailcallhq#…
Browse files Browse the repository at this point in the history
…1102)

Co-authored-by: Tushar Mathur <[email protected]>
  • Loading branch information
mogery and tusharmath authored Feb 4, 2024
1 parent baac160 commit 9b77152
Show file tree
Hide file tree
Showing 156 changed files with 18 additions and 6,186 deletions.
8 changes: 8 additions & 0 deletions testconv/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ async fn main() {
}

files_already_processed.insert(file_stem);

fs::remove_file(path).unwrap();
} else if path.is_file() {
println!("skipping unexpected file: {:?}", path);
}
Expand Down Expand Up @@ -381,6 +383,8 @@ async fn main() {
}

files_already_processed.insert(file_stem);

fs::remove_file(path).unwrap();
} else if path.is_file() {
println!("Skipping unexpected file: {:?}", path);
}
Expand Down Expand Up @@ -473,6 +477,8 @@ async fn main() {
generate_merged_snapshot_sdl(&file_stem, &server).await;

files_already_processed.insert(file_stem);

fs::remove_file(path).unwrap();
} else if path.is_file() {
println!("Skipping unexpected file: {:?}", path);
}
Expand Down Expand Up @@ -580,6 +586,8 @@ async fn main() {
write(target, snap).expect("Failed to write errors snapshot");

files_already_processed.insert(file_stem);

fs::remove_file(path).unwrap();
} else if path.is_file() {
println!("Skipping unexpected file: {:?}", path);
}
Expand Down
42 changes: 0 additions & 42 deletions tests/graphql/add-field-many-list.graphql

This file was deleted.

42 changes: 0 additions & 42 deletions tests/graphql/add-field-many.graphql

This file was deleted.

24 changes: 0 additions & 24 deletions tests/graphql/errors/test-add-field.graphql

This file was deleted.

26 changes: 0 additions & 26 deletions tests/graphql/errors/test-all-blueprint-errors.graphql

This file was deleted.

16 changes: 0 additions & 16 deletions tests/graphql/errors/test-batch-operator-post.graphql

This file was deleted.

29 changes: 0 additions & 29 deletions tests/graphql/errors/test-const-with-add-field.graphql

This file was deleted.

29 changes: 0 additions & 29 deletions tests/graphql/errors/test-const-with-inline.graphql

This file was deleted.

16 changes: 0 additions & 16 deletions tests/graphql/errors/test-const.graphql

This file was deleted.

24 changes: 0 additions & 24 deletions tests/graphql/errors/test-dbl-usage-many.graphql

This file was deleted.

16 changes: 0 additions & 16 deletions tests/graphql/errors/test-dbl-usage.graphql

This file was deleted.

82 changes: 0 additions & 82 deletions tests/graphql/errors/test-directives-undef-null-fields.graphql

This file was deleted.

Loading

0 comments on commit 9b77152

Please sign in to comment.