-
-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port the plugin resolver test to v2 test style. (#10424)
Previously it used some hackery to get hold of various subsystems to construct a pex to run setup.py, in order to create the plugin dists it then tested against. This change uses v2 test idioms to create and run that pex. As a result, we can delete a lot of code that only hung around because of this one test. Unfortunately, this required making the test functions methods of a test class, meaning we can no longer use pytest.mark.parameterize, and have to "parameterize" manually. [ci skip-rust-tests]
- Loading branch information
Showing
7 changed files
with
278 additions
and
728 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.