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

OPIK-364 feedback definitions crud tests #1013

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

AndreiCautisanu
Copy link
Contributor

Details

Coverage: creation, editing and deletion of feedback definitions via the UI (only user-facing way of interacting with them at the moment)

@AndreiCautisanu AndreiCautisanu requested review from a team as code owners January 9, 2025 15:41
Copy link
Collaborator

@andrescrz andrescrz left a comment

Choose a reason for hiding this comment

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

LGTM, just a nomenclature recommendation.

Comment on lines +94 to +95
elif [ "$SUITE" == "feedbacks" ]; then
pytest -s tests/Feedbacks/test_feedbacks_crud.py --browser chromium --base-url http://localhost:5173 --setup-show
Copy link
Collaborator

Choose a reason for hiding this comment

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

Minor: as there are feedback definitions and feedback scores in Opik, I recommend you to be more explicit in the nomenclature of this PR to prevent confusion e.g: feedback_definitions, FeedbackDefinitions etc.

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