Skip to content

Commit 2203ca9

Browse files
committed
use __defaults__ to propogate unit,integration,benchmarks tags on tests
1 parent 17359fe commit 2203ca9

37 files changed

Lines changed: 165 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["integration"])},
3+
extend=True,
4+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["unit"])},
3+
extend=True,
4+
)
5+
16
python_tests(
27
name="tests",
38
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["integration"])},
3+
extend=True,
4+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["unit"])},
3+
extend=True,
4+
)
5+
16
python_tests(
27
name="tests",
38
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["integration"])},
3+
extend=True,
4+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["unit"])},
3+
extend=True,
4+
)
5+
16
python_tests(
27
name="tests",
38
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["integration"])},
3+
extend=True,
4+
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["unit"])},
3+
extend=True,
4+
)
5+
16
python_tests(
27
name="tests",
38
)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["integration"])},
3+
extend=True,
4+
)
5+
16
python_tests(
27
name="tests",
38
)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
__defaults__(
2+
{python_tests: dict(tags=["unit"])},
3+
extend=True,
4+
)

0 commit comments

Comments
 (0)