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

GraphicUnitTest: Fix signature of tearDown method to use (*args, **kwargs) #7515

Merged

Conversation

pythonic64
Copy link
Contributor

@pythonic64 pythonic64 commented May 4, 2021

Fixes missing argument(s) from tearDown method in classes which inherit from GraphicUnitTest and those are:

  • InspectorTestCase
  • MouseHoverEventTestCase
  • ActionBarTestCase
  • SliderMoveTestCase

Maintainer merge checklist:

  • Title is descriptive/clear for inclusion in release notes.
  • Applied a Component: xxx label.
  • Applied the api-deprecation or api-break label.
  • Applied the release-highlight label to be highlighted in release notes.
  • Added to the milestone version it was merged into.
  • Unittests are included in PR.
  • Properly documented, including versionadded, versionchanged as needed.

@pythonic64 pythonic64 added the Component: tests/CI Tests, CI, GitHub settings label May 4, 2021
@pythonic64 pythonic64 requested a review from matham May 4, 2021 15:46
@pythonic64 pythonic64 merged commit 4ba1db8 into kivy:master May 4, 2021
@pythonic64 pythonic64 added this to the 2.1.0 milestone May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: tests/CI Tests, CI, GitHub settings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants