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

feat: include testing facilities into haystack package #4182

Merged
merged 7 commits into from
Feb 17, 2023

Conversation

masci
Copy link
Contributor

@masci masci commented Feb 16, 2023

Related Issues

  • fixes n/a

Proposed Changes:

Move the base class for document store testing into Haystack's core, so that it will be shipped with the farm-haystack package and used from external packages.

How did you test it?

CI

Notes for the reviewer

/cc @TuanaCelik

Checklist

  • I have read the contributors guidelines and the code of conduct
  • I have updated the related issue with new insights and changes
  • I added tests that demonstrate the correct behavior of the change
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test:.
  • I documented my code
  • I ran pre-commit hooks and fixed any issue

@masci masci force-pushed the massi/extract-testing branch from 8d2967b to 6e65fad Compare February 17, 2023 10:30
@github-actions github-actions bot removed the topic:CI label Feb 17, 2023
import sys
import os

import yaml
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I took the chance to remove some unused imports in this module, not related to the PR main goal

Copy link
Contributor

@bogdankostic bogdankostic left a comment

Choose a reason for hiding this comment

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

LGTM!

@masci masci merged commit 83d615a into main Feb 17, 2023
@masci masci deleted the massi/extract-testing branch February 17, 2023 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants