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

Better tests directory structure #2231

Merged
merged 1 commit into from
Feb 21, 2025

Conversation

mathbunnyru
Copy link
Member

Describe your changes

Issue ticket if applicable

Checklist (especially for first-time contributors)

  • I have performed a self-review of my code
  • If it is a core feature, I have added thorough tests
  • I will try not to use force-push to make the review process easier for reviewers
  • I have updated the documentation for significant changes

@mathbunnyru
Copy link
Member Author

I checked - number of tests for aarch64-base stays the same.

@mathbunnyru mathbunnyru force-pushed the reorganize_tests branch 2 times, most recently from 35a6f14 to e4f6c3e Compare February 21, 2025 16:45
@pytest.fixture(scope="function")
def container(docker_client: docker.DockerClient, image_name: str) -> Container:
Copy link
Member Author

Choose a reason for hiding this comment

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

This was a bug, we don't return Container, but our TrackedContainer wrapper

@mathbunnyru mathbunnyru force-pushed the reorganize_tests branch 2 times, most recently from 7450d7a to 43608ba Compare February 21, 2025 17:06
@mathbunnyru mathbunnyru merged commit 165bbc1 into jupyter:main Feb 21, 2025
71 checks passed
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.

1 participant