Skip to content

Commit 4ec2492

Browse files
committed
Move test generator and template a level higher
1 parent c0bb336 commit 4ec2492

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ bin/generator-utils/ngram
1111
exercises/*/*/Cargo.lock
1212
exercises/*/*/clippy.log
1313
canonical_data.json
14+
.vscode
File renamed without changes.

bin/generator-utils/test_template

Lines changed: 0 additions & 9 deletions
This file was deleted.

bin/test_template

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#[test]
2+
#[ignore]
3+
fn ${description}$() {
4+
5+
assert_eq!(${property}$(${input}$), ${expected}$)
6+
}
7+

0 commit comments

Comments
 (0)