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

refactor(datasets) Restructure tests structure in FDS #4718

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

Conversation

adam-narozniak
Copy link
Contributor

@adam-narozniak adam-narozniak commented Dec 16, 2024

Issue

The current test structure encourages bad test practices and does not allow in an easy manner to generate reusable code for different objects.

Description

Move out the tests to a new tests directory. It is required to simplify the creation and maintainability
of the feature-type-based tests after the switch from instance-based tests.

# proposed structure
/flwr-datasets/
/tests/

@adam-narozniak adam-narozniak marked this pull request as draft December 20, 2024 08:45
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.

1 participant