Skip to content

Commit 2cc3da1

Browse files
committed
rm test
1 parent d293f72 commit 2cc3da1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/llmcompressor/utils/test_helpers.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
flatten_iterable,
1212
getattr_chain,
1313
interpolate,
14-
parse_kwarg_tuples,
1514
validate_str_iterable,
1615
)
1716

@@ -93,11 +92,6 @@ def test_interpolate(x_cur, x0, x1, y0, y1, inter_func, out):
9392
assert abs(out - interpolated) < 0.01
9493

9594

96-
def test_pass_kwargs_tuples():
97-
kwargs = parse_kwarg_tuples(("--input_1", 1, "--input_2", "two", "--input_3", "2"))
98-
assert kwargs == dict(input_1=1, input_2="two", input_3=2)
99-
100-
10195
def test_getattr_chain():
10296
base = SimpleNamespace()
10397
base.a = None

0 commit comments

Comments
 (0)