Skip to content

Move core tests out of core package due to tests depending on packages that depend on core#843

Merged
NullVoxPopuli merged 5 commits intomainfrom
nvp/more-core-tests-to-own-package
Mar 26, 2025
Merged

Move core tests out of core package due to tests depending on packages that depend on core#843
NullVoxPopuli merged 5 commits intomainfrom
nvp/more-core-tests-to-own-package

Conversation

@NullVoxPopuli
Copy link
Copy Markdown
Contributor

@NullVoxPopuli NullVoxPopuli commented Mar 25, 2025

It's not valid to have dependencies on other packages when those other packages depend on the package that is trying to depend on those other packages.

This results in a cycle.

Extracted from:

(All tests that would cause a cycle are going to move to their own package)

@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review March 25, 2025 20:43
@NullVoxPopuli NullVoxPopuli force-pushed the nvp/more-core-tests-to-own-package branch from 65f354f to 21c57b0 Compare March 26, 2025 15:56
@NullVoxPopuli NullVoxPopuli added the internal Changes that don't impact the published packages label Mar 26, 2025
@NullVoxPopuli NullVoxPopuli merged commit 14c7b0f into main Mar 26, 2025
2 checks passed
@NullVoxPopuli NullVoxPopuli deleted the nvp/more-core-tests-to-own-package branch March 26, 2025 18:43
@github-actions github-actions Bot mentioned this pull request Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Changes that don't impact the published packages

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants