Skip to content

Commit 5735f20

Browse files
committed
Rename sim test
1 parent 00d4957 commit 5735f20

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

rust/kcl-lib/src/simulation_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3962,8 +3962,8 @@ mod plane_of_chamfer {
39623962
super::execute(TEST_NAME, true).await
39633963
}
39643964
}
3965-
mod sketch_block_var_substitution {
3966-
const TEST_NAME: &str = "sketch_block_var_substitution";
3965+
mod sketch_block_basic_fixed_constraints {
3966+
const TEST_NAME: &str = "sketch_block_basic_fixed_constraints";
39673967

39683968
/// Test parsing KCL.
39693969
#[test]

rust/kcl-lib/tests/sketch_block_var_substitution/artifact_commands.snap renamed to rust/kcl-lib/tests/sketch_block_basic_fixed_constraints/artifact_commands.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
source: kcl-lib/src/simulation_tests.rs
3-
description: Artifact commands sketch_block_var_substitution.kcl
3+
description: Artifact commands sketch_block_basic_fixed_constraints.kcl
44
---
55
{
6-
"rust/kcl-lib/tests/sketch_block_var_substitution/input.kcl": [],
6+
"rust/kcl-lib/tests/sketch_block_basic_fixed_constraints/input.kcl": [],
77
"std::appearance": [],
88
"std::array": [],
99
"std::gdt": [],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: kcl-lib/src/simulation_tests.rs
3-
description: Artifact graph flowchart sketch_block_var_substitution.kcl
3+
description: Artifact graph flowchart sketch_block_basic_fixed_constraints.kcl
44
extension: md
55
snapshot_kind: binary
66
---
File renamed without changes.

rust/kcl-lib/tests/sketch_block_var_substitution/ast.snap renamed to rust/kcl-lib/tests/sketch_block_basic_fixed_constraints/ast.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: kcl-lib/src/simulation_tests.rs
3-
description: Result of parsing sketch_block_var_substitution.kcl
3+
description: Result of parsing sketch_block_basic_fixed_constraints.kcl
44
---
55
{
66
"Ok": {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
source: kcl-lib/src/simulation_tests.rs
3+
description: Execution success sketch_block_basic_fixed_constraints.kcl
4+
---
5+
null
File renamed without changes.

rust/kcl-lib/tests/sketch_block_var_substitution/ops.snap renamed to rust/kcl-lib/tests/sketch_block_basic_fixed_constraints/ops.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
source: kcl-lib/src/simulation_tests.rs
3-
description: Operations executed sketch_block_var_substitution.kcl
3+
description: Operations executed sketch_block_basic_fixed_constraints.kcl
44
---
55
{
6-
"rust/kcl-lib/tests/sketch_block_var_substitution/input.kcl": [
6+
"rust/kcl-lib/tests/sketch_block_basic_fixed_constraints/input.kcl": [
77
{
88
"type": "VariableDeclaration",
99
"name": "myParam",

rust/kcl-lib/tests/sketch_block_var_substitution/program_memory.snap renamed to rust/kcl-lib/tests/sketch_block_basic_fixed_constraints/program_memory.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: kcl-lib/src/simulation_tests.rs
3-
description: Variables in memory after executing sketch_block_var_substitution.kcl
3+
description: Variables in memory after executing sketch_block_basic_fixed_constraints.kcl
44
---
55
{
66
"myParam": {

rust/kcl-lib/tests/sketch_block_var_substitution/unparsed.snap renamed to rust/kcl-lib/tests/sketch_block_basic_fixed_constraints/unparsed.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
source: kcl-lib/src/simulation_tests.rs
3-
description: Result of unparsing sketch_block_var_substitution.kcl
3+
description: Result of unparsing sketch_block_basic_fixed_constraints.kcl
44
---
55
@settings(experimentalFeatures = allow)
66

0 commit comments

Comments
 (0)