refactor: create new 'pytest-taskgraph' package to house test fixtures#613
Merged
ahal merged 1 commit intotaskcluster:mainfrom Dec 12, 2024
Merged
refactor: create new 'pytest-taskgraph' package to house test fixtures#613ahal merged 1 commit intotaskcluster:mainfrom
ahal merged 1 commit intotaskcluster:mainfrom
Conversation
78810ee to
3e02136
Compare
Collaborator
Author
|
I tried to use uv's workspaces here, but couldn't quite get it working. Using a path instead seems to work well though. |
3e02136 to
8b34827
Compare
These fixtures are useful for any project that wants to test Taskgraph related transforms or scripts. By putting them in a package, we can share them to any other repos that may need them.
8b34827 to
e8b03a8
Compare
bhearsum
approved these changes
Dec 12, 2024
Contributor
bhearsum
left a comment
There was a problem hiding this comment.
This is very cool, thank you!!
Collaborator
Author
|
There's a near 0% chance this is going to work perfectly on the first try, but I don't know how to test it all without creating a release. So I'll land and be prepared for a follow-up. |
Collaborator
Author
|
Here is the inevitable follow-up PR I was talking about: Possibly more to come after that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These fixtures are useful for any project that wants to test Taskgraph related transforms or scripts. By putting them in a package, we can share them to any other repos that may need them.