From 5a740c61f9623efa10336f5ce2c29b8a57aad546 Mon Sep 17 00:00:00 2001 From: Shing Zhan Date: Thu, 15 Jun 2023 16:19:01 +0100 Subject: [PATCH] Add placeholder tests and TODOs --- tests/test_compare_vcfs.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/test_compare_vcfs.py b/tests/test_compare_vcfs.py index cdd7d4a..606f919 100644 --- a/tests/test_compare_vcfs.py +++ b/tests/test_compare_vcfs.py @@ -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