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

Add test.NewTempApp() to tear down app at the end of the test #4850

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Jacalz
Copy link
Member

@Jacalz Jacalz commented May 18, 2024

Description:

Similar to #4849 but more about convenience than memory leaks.

There are also a few cases where we did not create a new app but only created a new one afterwards.
This PR should get us one step close towards being able to run tests in random order and hopefully get rid of strange order constraints when running the tests.

Checklist:

  • Tests included.
  • Lint and formatter run with no errors.
  • Tests all pass.

Where applicable:

  • Public APIs match existing style and have Since: line.

@coveralls
Copy link

Coverage Status

coverage: 65.091% (-0.004%) from 65.095%
when pulling 48034e0 on Jacalz:temp-test-app
into 4fa888a on fyne-io:develop.

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.

None yet

2 participants