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

Bring MeanResponseTransformer in line with new testing setup #228

Closed
limlam96 opened this issue Apr 12, 2024 · 0 comments
Closed

Bring MeanResponseTransformer in line with new testing setup #228

limlam96 opened this issue Apr 12, 2024 · 0 comments

Comments

@limlam96
Copy link
Contributor

Depends #225

What?

There are a few required changes for this, summarised below from (#150)

  • Double check "minimal attribute dict" fixture has the correct set of minimal arguments required
  • Set up the TestInit TestFit, TestTransform, and TestOtherBaseBehaviour classes to inherit the appropriate test classes and then copy the setup_class class method into each test class, changing transformer_name to the transformer you are testing (examples linked) .
  • Extra tests specific to this class should be added, e.g. In this case TestInit will need an additional check on e.g the arg prior.
  • Delete any unnecessary tests from original transformer test file (i.e. tests testing inherited behaviour that is now tested by the inherited test classes). An example would be. In general asserting calls is a red flag, as this tests the applied process rather than the desired outcome.
  • Debug the failing tests from the base test suite.
  • Bring the test file in line with best practices by insuring there are no remaining implementation tests
  • Bonus: If you identify any gaps in the testing, please set up new issues :)

Why?
Revamp tubular testing to make package more maintainable/modifiable

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

No branches or pull requests

2 participants