Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test rust command #2030

Closed
wants to merge 42 commits into from
Closed

Conversation

karol-bisztyga
Copy link
Contributor

@karol-bisztyga karol-bisztyga commented May 31, 2023

Checklist

  • Relevant issue is linked
  • Docs updated/issue for docs created
  • Added relevant tests

Cairo PR software-mansion-labs/cairo#78

@karol-bisztyga karol-bisztyga requested a review from a team as a code owner May 31, 2023 09:29
@karol-bisztyga karol-bisztyga requested review from MaksymilianDemitraszek and Arcticae and removed request for a team May 31, 2023 09:29
@karol-bisztyga karol-bisztyga changed the title Kb/1906 add test rust command Add test rust command May 31, 2023
@karol-bisztyga karol-bisztyga linked an issue May 31, 2023 that may be closed by this pull request
@MaksymilianDemitraszek
Copy link
Contributor

MaksymilianDemitraszek commented May 31, 2023

Please not merge it right now wait until we clean up everything related to git

Comment on lines +31 to +37
is_positional=True,
),
]

async def run(self, args: Namespace):
if args.path is None:
raise ProtostarException("No tests provided")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
is_positional=True,
),
]
async def run(self, args: Namespace):
if args.path is None:
raise ProtostarException("No tests provided")
is_positional=True,
is_required=True,
),
]
async def run(self, args: Namespace):

@@ -0,0 +1,3 @@
{
"ignore": ["./starknet_in_rust/", "./blockifier/"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we plan on using starknet in rust?

@MaksymilianDemitraszek
Copy link
Contributor

I think CLI is much closer to being merge than declare in rust right now. I don't think we should merge this one. Having additional bindings to python introduces additonal complexity and I prefer we avoided it.

@piotmag769
Copy link
Contributor

Is this PR needed anymore or can we close it?
@karol-bisztyga @MaksymilianDemitraszek

@karol-bisztyga
Copy link
Contributor Author

I'm going to close it once I come up with a replacement, I don't think it trashes the PR list that much and I use it as a ref so it's handy to have it as an open PR for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integrate rust test runner with python CLI
5 participants