We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description of issue or feature request:
Currently #1636 proposes three types of asserts for checking the state of local metadata:
_assert_files_exist
_assert_content_equals
_assert_version_equals
These still have some issues (see #1636 (comment), #1636 (review))
Repositorysimulator._fetch_metadata()
A smarter approach is needed, be it integrated in Repositorysimulator or not.
Repositorysimulator
The text was updated successfully, but these errors were encountered:
MVrachev
No branches or pull requests
Description of issue or feature request:
Currently #1636 proposes three types of asserts for checking the state of local metadata:
_assert_files_exist
_assert_content_equals
_assert_version_equals
These still have some issues (see #1636 (comment), #1636 (review))
_assert_content_equals
calls the private methodRepositorysimulator._fetch_metadata()
to get the metadata content in bytes.A smarter approach is needed, be it integrated in
Repositorysimulator
or not.The text was updated successfully, but these errors were encountered: