-
-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This facilitates running just the pack tests via pants using: pants --tag=pack test ::
- Loading branch information
1 parent
4234724
commit 77ee17c
Showing
5 changed files
with
25 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# tests can only be dependencies of other tests in this directory | ||
__dependents_rules__(("*", "/**", "!*")) | ||
|
||
__defaults__( | ||
{python_test: dict(tags=["pack"])}, | ||
extend=True, | ||
) | ||
|
||
python_tests( | ||
skip_pylint=True, | ||
) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# tests can only be dependencies of other tests in this directory | ||
__dependents_rules__(("*", "/**", "!*")) | ||
|
||
__defaults__( | ||
{python_test: dict(tags=["pack"])}, | ||
extend=True, | ||
) | ||
|
||
python_tests( | ||
skip_pylint=True, | ||
) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
# tests can only be dependencies of other tests in this directory | ||
__dependents_rules__(("*", "/**", "!*")) | ||
|
||
__defaults__( | ||
{python_test: dict(tags=["pack"])}, | ||
extend=True, | ||
) | ||
|
||
python_tests( | ||
skip_pylint=True, | ||
) |