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

Use pytests's freeze support to validate angr management builds #1149

Open
twizmwazin opened this issue Dec 18, 2023 · 0 comments
Open

Use pytests's freeze support to validate angr management builds #1149

twizmwazin opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement needs-triage Issue has yet to be looked at by a maintainer

Comments

@twizmwazin
Copy link
Member

Description

Pytest supports being frozen in applications and used to test functionality of frozen applications. This has the potential to be a significant upgrade to our current validation system. However, this does mean that we would need to include our tests in the frozen builds and provide them access to the binaries repo to run those tests. We probably would want to do the same for angr and other packages as well, which would require moving the tests into the sdist and wheels.

Relevant pytest docs: https://docs.pytest.org/en/7.1.x/example/simple.html#freezing-pytest

Alternatives

No response

Additional context

No response

@twizmwazin twizmwazin added enhancement needs-triage Issue has yet to be looked at by a maintainer labels Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement needs-triage Issue has yet to be looked at by a maintainer
Projects
None yet
Development

No branches or pull requests

1 participant