Skip to content

Commit

Permalink
Remove unecesary cli tools from test_readers
Browse files Browse the repository at this point in the history
  • Loading branch information
domna committed Sep 7, 2023
1 parent 1e0bc9b commit 7ca2e6e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/dataconverter/test_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@
import pytest
from _pytest.mark.structures import ParameterSet

from click.testing import CliRunner

from pynxtools.dataconverter.readers.base.reader import BaseReader
from pynxtools.dataconverter.convert import \
get_names_of_all_readers, get_reader, convert_cli
get_names_of_all_readers, get_reader
from pynxtools.dataconverter.helpers import \
validate_data_dict, generate_template_from_nxdl
from pynxtools.dataconverter.template import Template
Expand Down Expand Up @@ -139,4 +137,4 @@ def test_shows_correct_warnings(reader_name, nxdl, undocumented_keys):
)

assert validate_data_dict(template, read_data, root)
assert list(read_data.undocumented.keys()) == undocumented_keys
assert list(read_data.undocumented.keys()) == undocumented_keys

0 comments on commit 7ca2e6e

Please sign in to comment.