Skip to content

Commit 49f9994

Browse files
committed
Added more tests
1 parent 10da5b6 commit 49f9994

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_cli.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ def test_plot_log2_ratio_writes_svg_with_zero_centered_axis(
179179
)
180180

181181
svg = output_path.read_text(encoding="utf-8")
182+
assert "chr1:100-199" in svg
183+
assert "chr1:200-299" in svg
182184
assert "chr2:100-199" not in svg
183185
assert "chr2:200-299" not in svg
184186
assert "Log2(sample/background)" in svg

0 commit comments

Comments
 (0)