From 840b4f328b93a4b1d8a8fe81a1d91a6121987aa8 Mon Sep 17 00:00:00 2001 From: Yasset Perez-Riverol Date: Sun, 26 May 2024 12:09:02 +0100 Subject: [PATCH] more tests added. --- tests/test_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_commands.py b/tests/test_commands.py index 7095ce1..7a93800 100644 --- a/tests/test_commands.py +++ b/tests/test_commands.py @@ -1,6 +1,7 @@ from click.testing import CliRunner from pyquantms.pyquantmsc import cli + # test for the create_diann_cfg command in cli def test_create_diann_cfg_help(): runner = CliRunner()