Module psdi_data_conversion.testing.conversion_test_specs

conversion_test_specs.py

This module contains conversion test specifications, which define conversions to be run and how the results should be checked. These test specs can be used to test the same conversion in each of the Python library, command-line application, and GUI.

Global variables

var l_all_test_specs : list[ConversionTestSpec]

All test specs defined in this file

var l_cla_test_specs

All test specs which are compatible with being run on the command-line application

var l_gui_test_specs

All test specs which are compatible with being run on the GUI

var l_library_test_specs

All test specs which are compatible with being run on the Python library