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

Move test support to root of model_signing. #252

Merged
merged 1 commit into from
Jul 24, 2024

Conversation

mihaimaruseac
Copy link
Collaborator

Summary

Since we will need to share some of the models with other directories besides serialization, the only way to achieve this without duplication is to have conftest.py in the root testing directory. And, when moving that, we also need to move test_support.py which defines useful constants used both in tests and in conftest.py.

Release Note

NONE

Documentation

NONE

Since we will need to share some of the models with other directories
besides serialization, the only way to achieve this without duplication
is to have `conftest.py` in the root testing directory. And, when moving
that, we also need to move `test_support.py` which defines useful
constants used both in tests and in `conftest.py`.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
@mihaimaruseac mihaimaruseac requested review from a team as code owners July 24, 2024 14:15
@mihaimaruseac mihaimaruseac merged commit 6f01724 into sigstore:main Jul 24, 2024
20 checks passed
@mihaimaruseac mihaimaruseac deleted the move-conftest branch July 24, 2024 15:51
susperius pushed a commit to susperius/model-transparency that referenced this pull request Jul 24, 2024
Since we will need to share some of the models with other directories
besides serialization, the only way to achieve this without duplication
is to have `conftest.py` in the root testing directory. And, when moving
that, we also need to move `test_support.py` which defines useful
constants used both in tests and in `conftest.py`.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
Signed-off-by: Martin Sablotny <msablotny@nvidia.com>
susperius pushed a commit to susperius/model-transparency that referenced this pull request Jul 24, 2024
Since we will need to share some of the models with other directories
besides serialization, the only way to achieve this without duplication
is to have `conftest.py` in the root testing directory. And, when moving
that, we also need to move `test_support.py` which defines useful
constants used both in tests and in `conftest.py`.

Signed-off-by: Mihai Maruseac <mihaimaruseac@google.com>
@mihaimaruseac mihaimaruseac added this to the V1 release milestone Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants