Skip to content

Commit

Permalink
Add placeholder tests and TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
szhan committed Jun 15, 2023
1 parent f188b4c commit 5a740c6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/test_compare_vcfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,13 @@ def test_both_monoallelic():
[[1, 1], [1, 1]],
]
assert np.array_equal(actual, expected)


def test_both_empty():
"""TODO"""
raise NotImplementedError


def test_one_empty():
"""TODO"""
raise NotImplementedError

0 comments on commit 5a740c6

Please sign in to comment.