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.
…tsbuild#8180) Both these files are very important to understanding how Pytest works with V1 and how we run integration tests. While reading them to understand what's going on, I made these changes: * Replace lambdas with full `def` so that we can use intermediate variables and type hints * Use `pathlib.Path` * Use f-strings * Replace datatype() with dataclasses * Fix `BUILD` entries * Add type hints (can't be type checked yet)
- Loading branch information
1 parent
fe6a2d3
commit fb3ba3f
Showing
5 changed files
with
133 additions
and
128 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 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
Oops, something went wrong.