From 84472729fc5fe671b8fdb1588bef9b7d6845cae2 Mon Sep 17 00:00:00 2001 From: Arjan Draisma Date: Fri, 14 Jun 2024 13:50:04 +0200 Subject: [PATCH] add test for bigscape version --- tests/unit/test_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/test_config.py b/tests/unit/test_config.py index f681cc92..37a6ebcb 100644 --- a/tests/unit/test_config.py +++ b/tests/unit/test_config.py @@ -25,5 +25,6 @@ def test_config(tmp_path): == "--mibig --clans-off --mix --include_singletons --cutoffs 0.30" ) assert config.bigscape.cutoff == "0.30" + assert config.bigscape.version == 1 assert config.scoring.methods == ["metcalf"]