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

Update pyproject.toml testpaths directory #2569

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

pamelafox
Copy link
Contributor

@pamelafox pamelafox commented Nov 13, 2024

Pytest can't find the tests when it's specified as "tests", since it's under flask_admin. This fixes that.

It's possible that coverage.run also needs an update? I haven't tried it yet:

[tool.coverage.run]
branch = true
source = ["flask_admin", "tests"]

Copy link
Contributor

@samuelhwilliams samuelhwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot, thanks for fixing :)

@samuelhwilliams samuelhwilliams merged commit de81dbe into pallets-eco:master Nov 21, 2024
11 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants