Skip to content

Commit 20a1f60

Browse files
committed
run pass pytest for lt check
1 parent e0b265a commit 20a1f60

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/builders/test_builders.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ def test_assert_gt():
4343
cmd.build()
4444

4545

46+
def test_assert_lt():
47+
48+
cmd = BuildTest(
49+
buildspecs=[os.path.join(here, "assert_lt.yml")],
50+
buildtest_system=system,
51+
configuration=config,
52+
)
53+
cmd.build()
54+
55+
4656
def test_assert_eq():
4757
cmd = BuildTest(
4858
buildspecs=[os.path.join(here, "assert_eq.yml")],

0 commit comments

Comments
 (0)