We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9b881 commit 233b1b8Copy full SHA for 233b1b8
test_configs/transact.json test_configs/transact.jsonctest_configs/transact.json renamed to test_configs/transact.jsonc
@@ -1,6 +1,7 @@
1
{
2
"name": "algokit_transact Test Plan",
3
"package_name": "algokit_transact",
4
+ "version": "0.6.0",
5
"suite": {
6
"Payment": {
7
"desc": "Tests for payment transactions",
@@ -99,9 +100,13 @@
99
100
},
101
"target": {
102
"pytest": {
103
+ "out_dir": "../../tests/modules/transact"
104
+ },
105
+ "vitest": {
106
"out_dir": "../../tests"
107
}
108
109
+
110
"document": {
111
"markdown": {
112
"out_file": "../docs/test_plans/transact.md"
0 commit comments