Skip to content

Commit 8b73b69

Browse files
committed
use __defaults__ to propogate unit,integration,benchmarks tags on tests
1 parent 3ae4264 commit 8b73b69

File tree

37 files changed

+165
-0
lines changed

37 files changed

+165
-0
lines changed
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)