forked from pantsbuild/pants
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
PantsIntegrationTest.setup_tmpdir()
(pantsbuild#10673)
A common pattern in our integration tests is to set up a tmpdir that simulates a testproject. In fact, we want to delete `examples/` and `testprojects/` in favor of inlined test setups because example folders have several issues like brittleness and confusing users that they are blessed examples of how to use Pants. See https://www.pantsbuild.org/v2.0/docs/rules-api-testing for how we now document `PantsIntegrationTest` with this utility now added. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
1 parent
44422d9
commit f7b260e
Showing
10 changed files
with
242 additions
and
367 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
Oops, something went wrong.