tenzir-test 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tenzir_test/runners/diff_runner.py +1 -1
- {tenzir_test-1.0.0.dist-info → tenzir_test-1.0.1.dist-info}/METADATA +1 -1
- {tenzir_test-1.0.0.dist-info → tenzir_test-1.0.1.dist-info}/RECORD +6 -6
- {tenzir_test-1.0.0.dist-info → tenzir_test-1.0.1.dist-info}/WHEEL +0 -0
- {tenzir_test-1.0.0.dist-info → tenzir_test-1.0.1.dist-info}/entry_points.txt +0 -0
- {tenzir_test-1.0.0.dist-info → tenzir_test-1.0.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -66,7 +66,7 @@ class DiffRunner(TqlRunner):
|
|
|
66
66
|
binary = run_mod.TENZIR_BINARY
|
|
67
67
|
if not binary:
|
|
68
68
|
raise RuntimeError("TENZIR_BINARY must be configured for diff runners")
|
|
69
|
-
base_cmd: list[str] = [binary, *config_args]
|
|
69
|
+
base_cmd: list[str] = [*binary, *config_args]
|
|
70
70
|
|
|
71
71
|
if coverage:
|
|
72
72
|
coverage_dir = env.get(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tenzir-test
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Reusable test execution framework extracted from the Tenzir repository.
|
|
5
5
|
Project-URL: Homepage, https://github.com/tenzir/test
|
|
6
6
|
Project-URL: Repository, https://github.com/tenzir/test
|
|
@@ -15,14 +15,14 @@ tenzir_test/fixtures/node.py,sha256=iNT3H0y_9g-CzJO7-EPrAYBOX69O-g3lnuQiAvGqThc,
|
|
|
15
15
|
tenzir_test/runners/__init__.py,sha256=M3p-TsDp231Dy58miDb467bA1kLYzgpa0pqVr_KP1ro,4616
|
|
16
16
|
tenzir_test/runners/_utils.py,sha256=BWv7UEPGa01l4tGTCg5i_22NblIyRw8vjk_5NIf1x_c,467
|
|
17
17
|
tenzir_test/runners/custom_python_fixture_runner.py,sha256=kJ4NYfLnB2ntZguv1pzIge_ith7D49YHKM35CJXU8MA,7321
|
|
18
|
-
tenzir_test/runners/diff_runner.py,sha256=
|
|
18
|
+
tenzir_test/runners/diff_runner.py,sha256=zRLeoqwqLdIpP5weq20K0VQdIXPy7QFmZ462Hlg0L0k,5477
|
|
19
19
|
tenzir_test/runners/ext_runner.py,sha256=sKL9Mw_ksVVBWnrdIJR2WS5ueVnLKuNYYWZ22FTZIPo,730
|
|
20
20
|
tenzir_test/runners/runner.py,sha256=LtlD8huQOSmD7RyYDnKeCuI4Y6vhxGXMKsHA2qgfWN0,989
|
|
21
21
|
tenzir_test/runners/shell_runner.py,sha256=OuofgHeZN2FaO6xRI3uyqstLBymc6rmWC4HAnSn91AE,6068
|
|
22
22
|
tenzir_test/runners/tenzir_runner.py,sha256=464FFYS_mh6l-ehccc-S8cIUO1MxdapwQL5X3PmMkMI,1006
|
|
23
23
|
tenzir_test/runners/tql_runner.py,sha256=2ZLMf3TIKwcOvaOFrVvvhzK-EcWmGOUZxKkbSoByyQA,248
|
|
24
|
-
tenzir_test-1.0.
|
|
25
|
-
tenzir_test-1.0.
|
|
26
|
-
tenzir_test-1.0.
|
|
27
|
-
tenzir_test-1.0.
|
|
28
|
-
tenzir_test-1.0.
|
|
24
|
+
tenzir_test-1.0.1.dist-info/METADATA,sha256=VxkVLX0mwLhiKxMPIAagcRdb6EssgTeCLQ_EGK5MpiA,3065
|
|
25
|
+
tenzir_test-1.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
26
|
+
tenzir_test-1.0.1.dist-info/entry_points.txt,sha256=l8DJgiEVrjScdTTo613cZ3PKodOmqrUVIbz-3awfV8w,53
|
|
27
|
+
tenzir_test-1.0.1.dist-info/licenses/LICENSE,sha256=ajMbpcBiSTXI8Rr4t17pvowV-On8DktghfZKxY_A22Q,10750
|
|
28
|
+
tenzir_test-1.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|