Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fix: pytest starter preset bug fix (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
aorumbayev authored Sep 22, 2023
1 parent 1fdb91d commit fd70bcc
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ def {{ contract_name }}_client(
algod_client,
app_spec={{ contract_name }}_app_spec,
signer=get_localnet_default_account(algod_client),
{%- if preset_name == 'production' %}
template_values={"UPDATABLE": 1, "DELETABLE": 1},
{%- endif %}
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def hello_world_client(
algod_client,
app_spec=hello_world_app_spec,
signer=get_localnet_default_account(algod_client),
template_values={"UPDATABLE": 1, "DELETABLE": 1},
)
client.create()
return client
Expand Down

0 comments on commit fd70bcc

Please sign in to comment.