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

Support test collection #10753

Closed
wants to merge 1 commit into from
Closed

Support test collection #10753

wants to merge 1 commit into from

Conversation

simonrw
Copy link
Contributor

@simonrw simonrw commented Apr 30, 2024

Motivation

Test collection does not work correctly, which means that tests cannot be run by calling python -m pytest tests. In addition, the VS Code test explorer cannot correctly detect the tests.

Changes

Fix the errors:

  • Remove bootstrap fixtures since they are not shared outside the bootstrap dir, and they are not valid Pytest fixture loading

@simonrw simonrw added the semver: patch Non-breaking changes which can be included in patch releases label Apr 30, 2024
@simonrw simonrw self-assigned this Apr 30, 2024
Copy link

LocalStack Community integration with Pro

    2 files  ±0      2 suites  ±0   1h 33m 56s ⏱️ + 2m 10s
2 922 tests ±0  2 632 ✅ ±0  290 💤 ±0  0 ❌ ±0 
2 924 runs  ±0  2 632 ✅ ±0  292 💤 ±0  0 ❌ ±0 

Results for commit 9ef6489. ± Comparison against base commit a577f1e.

@simonrw simonrw closed this May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: patch Non-breaking changes which can be included in patch releases
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant