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

[ENH] add suite test for docstring and get_test_params coverage #482

Merged
merged 9 commits into from
Oct 13, 2024

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Oct 12, 2024

This PR adds tests for doctest and estimator get_test_params:

  • adds a test test_get_test_params_coverage that checks for at least two test param sets
  • moves doctests from pytest doctest flag into a test for classes, in TestAllObjects, and one for functions. The test for classes is conditioned on dependencies, so the doctest skips are no longer necessary for dependency isolation.

Mirrors the state of tests in sktime.

@fkiraly fkiraly added enhancement module:tests test framework functionality - only framework, excl specific tests labels Oct 12, 2024
@fkiraly fkiraly merged commit d6976ce into main Oct 13, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement module:tests test framework functionality - only framework, excl specific tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant