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.
Change
pants_integration_test.py
to use Pytest-style functions (pan…
…tsbuild#10675) We've slowly been chipping away at using Pytest-style tests, meaning using `assert` rather than `self.assertX` and using top-level functions rather than test classes. Now, integration tests can be written in Pytest style. We deprecate the old class-based style. To land this change, we drop the ability to set the PANTS_PROFILE in an integration test. It appears that this was not used; the workaround is to run the test like you would on the command line. [ci skip-build-wheels]
- Loading branch information
1 parent
aa6e1a4
commit decfbdd
Showing
26 changed files
with
1,135 additions
and
1,062 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.