Skip to content

Commit

Permalink
Enable deployment tests (#363)
Browse files Browse the repository at this point in the history
* install starknet

* enable tests
  • Loading branch information
kasperski95 committed Jun 15, 2022
1 parent e9f701d commit 5530182
Show file tree
Hide file tree
Showing 5 changed files with 211 additions and 5 deletions.
211 changes: 210 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pytest-datadir = "^1.3.1"
pytest-mock = "^3.7.0"
pytest-timeout = "^2.1.0"
snakeviz = "^2.1.1"
starknet-devnet = "^0.2.3"

[tool.poe.tasks]
build = "pyinstaller protostar.spec --noconfirm"
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/test_deploying.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


@pytest.mark.usefixtures("init")
@pytest.mark.skip(reason="We have to wait for devnet update to 0.9")
def test_deploying_contract_with_constructor(
protostar, devnet_gateway_url, datadir: Path
):
Expand All @@ -30,7 +29,6 @@ def test_deploying_contract_with_constructor(


@pytest.mark.usefixtures("init")
@pytest.mark.skip(reason="We have to wait for devnet update to 0.9")
def test_deploying_contract_with_constructor_and_inputs_defined_in_config_file(
protostar, devnet_gateway_url, datadir: Path
):
Expand Down
Loading

0 comments on commit 5530182

Please sign in to comment.