Skip to content

Commit 233b1b8

Browse files
authored
feat: update transact test plan (#10)
* chore: use jsonc for transact * feat: update transact test plan * fix: fix out_dir * chore: update tranasct to 0.6.0 * fix: python out dir
1 parent ce9b881 commit 233b1b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "algokit_transact Test Plan",
33
"package_name": "algokit_transact",
4+
"version": "0.6.0",
45
"suite": {
56
"Payment": {
67
"desc": "Tests for payment transactions",
@@ -99,9 +100,13 @@
99100
},
100101
"target": {
101102
"pytest": {
103+
"out_dir": "../../tests/modules/transact"
104+
},
105+
"vitest": {
102106
"out_dir": "../../tests"
103107
}
104108
},
109+
105110
"document": {
106111
"markdown": {
107112
"out_file": "../docs/test_plans/transact.md"

0 commit comments

Comments
 (0)