Skip to content

Move hdawg driver out of main repo to allow version split #310

Move hdawg driver out of main repo to allow version split

Move hdawg driver out of main repo to allow version split #310

GitHub Actions / Test Results failed Mar 14, 2024 in 0s

2 fail, 50 skipped, 643 pass in 3m 28s

    6 files  ±    0      6 suites  ±0   3m 28s ⏱️ + 3m 9s
  695 tests +  694    643 ✅ +  643   50 💤 + 50   2 ❌ + 2 
4 170 runs  +4 164  3 858 ✅ +3 858  300 💤 +300  12 ❌ +12 

Results for commit e9bdcf5. ± Comparison against earlier commit 570ae79.

Annotations

Check warning on line 0 in tests.hardware.zihdawg_tests.HDAWGRepresentationTests

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 6 runs failed: test_init (tests.hardware.zihdawg_tests.HDAWGRepresentationTests)

artifacts/Unit Test Results ( 3.10-fractions )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.10-gmpy2 )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.8-fractions )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.8-gmpy2 )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.9-fractions )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.9-gmpy2 )/pytest.xml [took 0s]
Raw output
AttributeError: type object 'Path' has no attribute '_flavour'
self = <tests.hardware.zihdawg_tests.HDAWGRepresentationTests testMethod=test_init>

    def test_init(self):
        """We do not test anything lab one related"""
        device_serial = 'dev6ä6ä6'
        device_interface = 'telepathy'
        data_server_addr = 'asd'
        data_server_port = 42
        api_level_number = 23
        channel_grouping = HDAWGChannelGrouping.CHAN_GROUP_1x8
    
        with \
                mock.patch('zhinst.utils.api_server_version_check') as mock_version_check,\
                mock.patch.object(zhinst_core, 'ziDAQServer') as mock_daq_server, \
                mock.patch('qupulse.hardware.awgs.zihdawg.HDAWGRepresentation._initialize') as mock_init, \
                mock.patch('qupulse.hardware.awgs.zihdawg.HDAWGRepresentation.channel_grouping', new_callable=mock.PropertyMock) as mock_grouping, \
                mock.patch('qupulse.hardware.awgs.zihdawg.SingleDeviceChannelGroup') as mock_channel_pair,\
                mock.patch('zhinst.utils.disable_everything') as mock_reset,\
                mock.patch('pathlib.Path') as mock_path:
    
>           representation = HDAWGRepresentation(device_serial,
                                                 device_interface,
                                                 data_server_addr, data_server_port, api_level_number,
                                                 False, 1.3, grouping=channel_grouping)

tests/hardware/zihdawg_tests.py:54: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/qupulse_hdawg/zihdawg.py:115: in __init__
    self._zhinst_session = Session(data_server_addr, data_server_port)
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/zhinst/toolkit/session.py:711: in __init__
    hf2_node_doc = Path(__file__).parent / "resources/nodedoc_hf2_data_server.json"
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/pathlib.py:960: in __new__
    self = cls._from_parts(args)
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/pathlib.py:594: in _from_parts
    drv, root, parts = self._parse_args(args)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

cls = <class 'pathlib.Path'>
args = ('/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/zhinst/toolkit/session.py',)

    @classmethod
    def _parse_args(cls, args):
        # This is useful when you don't want to create an instance, just
        # canonicalize some constructor arguments.
        parts = []
        for a in args:
            if isinstance(a, PurePath):
                parts += a._parts
            else:
                a = os.fspath(a)
                if isinstance(a, str):
                    # Force-cast str subclasses to str (issue #21127)
                    parts.append(str(a))
                else:
                    raise TypeError(
                        "argument should be a str object or an os.PathLike "
                        "object returning str, not %r"
                        % type(a))
>       return cls._flavour.parse_parts(parts)
E       AttributeError: type object 'Path' has no attribute '_flavour'

/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/pathlib.py:587: AttributeError

Check warning on line 0 in tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 6 runs failed: test_1_1_deserialization (tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests)

artifacts/Unit Test Results ( 3.10-fractions )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.10-gmpy2 )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.8-fractions )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.8-gmpy2 )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.9-fractions )/pytest.xml [took 0s]
artifacts/Unit Test Results ( 3.9-gmpy2 )/pytest.xml [took 0s]
Raw output
AssertionError: DeprecationWarning not triggered
self = <tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests testMethod=test_1_1_deserialization>

    def test_1_1_deserialization(self):
>       with self.assertWarns(DeprecationWarning):
E       AssertionError: DeprecationWarning not triggered

tests/backward_compatibility/tabor_backward_compatibility_tests.py:115: AssertionError

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

50 skipped tests found

There are 50 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_4_1_register_program
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_5_1_arm_program
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_6_1_read_program
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_7_1_verify_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_1_1_deserialization
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_1_2_deserialization_2018
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_2_1_sequencing
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_4_1_register_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_5_1_arm_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_6_1_read_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_7_1_verify_program
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_4_1_register_program
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_5_1_arm_program
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_1_1_deserialization
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_1_2_deserialization_2018
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_2_1_sequencing
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_4_1_register_program
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_5_1_arm_program
tests.hardware.feature_awg.tabor_new_driver_clock_tests.TaborTests ‑ test_all
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_amplitude
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_sample_rate
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_channel
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_marker
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_read_advanced_sequencer_table
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_read_sequence_tables
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_read_waveforms
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_set_volatile_parameter
tests.hardware.tabor_clock_tests.MyTest ‑ test_the_thing
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_amplitude
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_sample_rate
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_channel
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_marker
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_read_advanced_sequencer_table
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_read_sequence_tables
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_read_waveforms
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_set_volatile_parameter
tests.hardware.tektronix_tests.TektronixAWGTests ‑ test_set_volatile_parameters
tests.hardware.zihdawg_tests.ELFManagerTests ‑ test_compile
tests.hardware.zihdawg_tests.ELFManagerTests ‑ test_update_compile_job_status
tests.hardware.zihdawg_tests.ELFManagerTests ‑ test_upload
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_conversion
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.plotting_tests.PlottingIsinstanceTests ‑ test_bug_422
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_time_not_increasing_hard
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_conversion

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

695 tests found (test 1 to 647)

There are 695 tests, see "Raw output" for the list of tests 1 to 647.
Raw output
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_1_1_deserialization
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_1_2_deserialization_2018
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_2_1_sequencing
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_4_1_register_program
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_5_1_arm_program
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_6_1_read_program
tests.backward_compatibility.tabor_backward_compatibility_tests.ChargeScan1Tests ‑ test_7_1_verify_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_1_1_deserialization
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_1_2_deserialization_2018
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_2_1_sequencing
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_4_1_register_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_5_1_arm_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_6_1_read_program
tests.backward_compatibility.tabor_backward_compatibility_tests.CompleteIntegrationTestHelper ‑ test_7_1_verify_program
tests.backward_compatibility.tabor_backward_compatibility_tests.DummyTest ‑ test_dummy
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_1_1_deserialization
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_1_2_deserialization_2018
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_2_1_sequencing
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_4_1_register_program
tests.backward_compatibility.zhinst_charge_scan_tests.ChargeScan1Tests ‑ test_5_1_arm_program
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_1_1_deserialization
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_1_2_deserialization_2018
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_2_1_sequencing
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_3_1_initialize_hardware_setup
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_4_1_register_program
tests.backward_compatibility.zhinst_charge_scan_tests.CompleteIntegrationTestHelper ‑ test_5_1_arm_program
tests.hardware.alazar_tests.AlazarProgramTest ‑ test_iter
tests.hardware.alazar_tests.AlazarProgramTest ‑ test_length_computation
tests.hardware.alazar_tests.AlazarProgramTest ‑ test_masks
tests.hardware.alazar_tests.AlazarProgramTest ‑ test_set_measurement_mask
tests.hardware.alazar_tests.AlazarTest ‑ test_add_mask_prototype
tests.hardware.alazar_tests.AlazarTest ‑ test_arm_operation
tests.hardware.alazar_tests.AlazarTest ‑ test_make_mask
tests.hardware.alazar_tests.AlazarTest ‑ test_mask_prototypes
tests.hardware.alazar_tests.AlazarTest ‑ test_register_measurement_windows
tests.hardware.alazar_tests.AlazarTest ‑ test_register_operations
tests.hardware.base_tests.ProgramEntryTests ‑ test_init
tests.hardware.base_tests.ProgramEntryTests ‑ test_sample_waveforms
tests.hardware.feature_awg.awg_new_driver_base_tests.TestBaseClasses ‑ test_channel_tuples
tests.hardware.feature_awg.awg_new_driver_base_tests.TestBaseClasses ‑ test_channels
tests.hardware.feature_awg.awg_new_driver_base_tests.TestBaseClasses ‑ test_device
tests.hardware.feature_awg.awg_new_driver_base_tests.TestBaseClasses ‑ test_error_handling
tests.hardware.feature_awg.channel_tuple_wrapper_tests.ChannelTupleAdapterTest ‑ test_arm
tests.hardware.feature_awg.channel_tuple_wrapper_tests.ChannelTupleAdapterTest ‑ test_clear
tests.hardware.feature_awg.channel_tuple_wrapper_tests.ChannelTupleAdapterTest ‑ test_programs
tests.hardware.feature_awg.channel_tuple_wrapper_tests.ChannelTupleAdapterTest ‑ test_remove
tests.hardware.feature_awg.channel_tuple_wrapper_tests.ChannelTupleAdapterTest ‑ test_set_volatile_parameters
tests.hardware.feature_awg.channel_tuple_wrapper_tests.ChannelTupleAdapterTest ‑ test_simple_properties
tests.hardware.feature_awg.channel_tuple_wrapper_tests.ChannelTupleAdapterTest ‑ test_upload
tests.hardware.feature_awg.tabor_new_driver_clock_tests.TaborTests ‑ test_all
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_amplitude
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_sample_rate
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_channel
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_marker
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_read_advanced_sequencer_table
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_read_sequence_tables
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_read_waveforms
tests.hardware.feature_awg.tabor_new_driver_simulator_based_tests.TaborMemoryReadTests ‑ test_set_volatile_parameter
tests.hardware.feature_awg.tabor_new_driver_tests.ConfigurationGuardTest ‑ test_config_guard
tests.hardware.setup_tests.HardwareSetupTests ‑ test_arm_program
tests.hardware.setup_tests.HardwareSetupTests ‑ test_clear_programs
tests.hardware.setup_tests.HardwareSetupTests ‑ test_known_awgs
tests.hardware.setup_tests.HardwareSetupTests ‑ test_known_dacs
tests.hardware.setup_tests.HardwareSetupTests ‑ test_register_program
tests.hardware.setup_tests.HardwareSetupTests ‑ test_register_program_exceptions
tests.hardware.setup_tests.HardwareSetupTests ‑ test_remove_program
tests.hardware.setup_tests.HardwareSetupTests ‑ test_rm_channel
tests.hardware.setup_tests.HardwareSetupTests ‑ test_run_program
tests.hardware.setup_tests.HardwareSetupTests ‑ test_set_channel
tests.hardware.setup_tests.HardwareSetupTests ‑ test_update_parameters
tests.hardware.setup_tests.SingleChannelTests ‑ test_eq_mark_mark
tests.hardware.setup_tests.SingleChannelTests ‑ test_eq_play_mark
tests.hardware.setup_tests.SingleChannelTests ‑ test_eq_play_play
tests.hardware.setup_tests.SingleChannelTests ‑ test_exceptions
tests.hardware.tabor_clock_tests.MyTest ‑ test_the_thing
tests.hardware.tabor_dummy_based_tests.TaborAWGRepresentationDummyBasedTests ‑ test_amplitude
tests.hardware.tabor_dummy_based_tests.TaborAWGRepresentationDummyBasedTests ‑ test_enable
tests.hardware.tabor_dummy_based_tests.TaborAWGRepresentationDummyBasedTests ‑ test_paranoia_level
tests.hardware.tabor_dummy_based_tests.TaborAWGRepresentationDummyBasedTests ‑ test_samplerate
tests.hardware.tabor_dummy_based_tests.TaborAWGRepresentationDummyBasedTests ‑ test_select_marker
tests.hardware.tabor_dummy_based_tests.TaborAWGRepresentationDummyBasedTests ‑ test_send_cmd
tests.hardware.tabor_dummy_based_tests.TaborAWGRepresentationDummyBasedTests ‑ test_trigger
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_amend_segments_flush
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_amend_segments_iter
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_change_armed_program_advanced_sequence
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_change_armed_program_single_sequence
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_change_armed_program_single_waveform
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_cleanup
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_copy
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_execute_multiple_commands_with_config_guard
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_free_program
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_init
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_remove
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_set_volatile_parameters
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_upload
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_upload_exceptions
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_upload_offset_handling
tests.hardware.tabor_dummy_based_tests.TaborChannelPairTests ‑ test_upload_segment
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_amplitude
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_sample_rate
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_channel
tests.hardware.tabor_simulator_based_tests.TaborAWGRepresentationTests ‑ test_select_marker
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_read_advanced_sequencer_table
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_read_sequence_tables
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_read_waveforms
tests.hardware.tabor_simulator_based_tests.TaborMemoryReadTests ‑ test_set_volatile_parameter
tests.hardware.tabor_tests.ConfigurationGuardTest ‑ test_config_guard
tests.hardware.tabor_tests.LoopTests ‑ test_cleanup
tests.hardware.tabor_tests.LoopTests ‑ test_cleanup_single_rep
tests.hardware.tabor_tests.LoopTests ‑ test_cleanup_warnings
tests.hardware.tabor_tests.LoopTests ‑ test_compare_key
tests.hardware.tabor_tests.LoopTests ‑ test_depth
tests.hardware.tabor_tests.LoopTests ‑ test_flatten_and_balance
tests.hardware.tabor_tests.LoopTests ‑ test_flatten_and_balance_comparison_based
tests.hardware.tabor_tests.LoopTests ‑ test_get_measurement_windows
tests.hardware.tabor_tests.LoopTests ‑ test_is_balanced
tests.hardware.tabor_tests.LoopTests ‑ test_is_leaf
tests.hardware.tabor_tests.LoopTests ‑ test_repr
tests.hardware.tabor_tests.LoopTests ‑ test_str
tests.hardware.tabor_tests.LoopTests ‑ test_unroll
tests.hardware.tektronix_tests.TektronixAWGTests ‑ test_clear_sequence
tests.hardware.tektronix_tests.TektronixAWGTests ‑ test_clear_waveforms
tests.hardware.tektronix_tests.TektronixAWGTests ‑ test_get_empty_sequence_positions
tests.hardware.tektronix_tests.TektronixAWGTests ‑ test_init
tests.hardware.tektronix_tests.TektronixAWGTests ‑ test_set_volatile_parameters
tests.hardware.tektronix_tests.TektronixProgramTests ‑ test_init
tests.hardware.tektronix_tests.TektronixProgramTests ‑ test_make_binary_waveform
tests.hardware.tektronix_tests.TektronixProgramTests ‑ test_parse_program
tests.hardware.tektronix_tests.TektronixWaveformStorageTest ‑ test_add_waveform
tests.hardware.tektronix_tests.TektronixWaveformStorageTest ‑ test_init
tests.hardware.tektronix_tests.TektronixWaveformStorageTest ‑ test_pop_waveform
tests.hardware.util_tests.FindPositionTest ‑ test_find_position
tests.hardware.util_tests.NotNoneIndexTest ‑ test_not_none_indices
tests.hardware.util_tests.SampleTimeCalculationTest ‑ test_get_sample_times
tests.hardware.util_tests.SampleTimeCalculationTest ‑ test_get_sample_times_single_wf
tests.hardware.util_tests.VoltageToBinaryTests ‑ test_voltage_to_uint16
tests.hardware.util_tests.VoltageToBinaryTests ‑ test_zero_level_14bit
tests.hardware.util_tests.ZHInstVoltageToUint16Test ‑ test_full
tests.hardware.util_tests.ZHInstVoltageToUint16Test ‑ test_range_exception
tests.hardware.util_tests.ZHInstVoltageToUint16Test ‑ test_size_exception
tests.hardware.util_tests.ZHInstVoltageToUint16Test ‑ test_zeros
tests.hardware.zihdawg_tests.ELFManagerTests ‑ test_compile
tests.hardware.zihdawg_tests.ELFManagerTests ‑ test_init
tests.hardware.zihdawg_tests.ELFManagerTests ‑ test_update_compile_job_status
tests.hardware.zihdawg_tests.ELFManagerTests ‑ test_upload
tests.hardware.zihdawg_tests.HDAWGChannelGroupTests ‑ test_init
tests.hardware.zihdawg_tests.HDAWGChannelGroupTests ‑ test_set_volatile_parameters
tests.hardware.zihdawg_tests.HDAWGChannelGroupTests ‑ test_upload
tests.hardware.zihdawg_tests.HDAWGRepresentationTests ‑ test_init
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_declaring
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_forwarded_get_attr
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_freezing
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_invalid_integral
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_linking
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_linking_wrong_frozen
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_method_forwarding
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_minimal_init
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_serialization
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_unlink
tests.pulses.abstract_pulse_template_tests.AbstractPulseTemplateTests ‑ test_unspecified
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_conversion
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_deserialization
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_duplication_error
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_get_type_identifier
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_hash
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_identifier
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_manual_garbage_collect
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_no_registration_before_correct_serialization
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_renamed
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_renamed_of_anonymous
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_serialization
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateSerializationTest ‑ test_serialization_and_deserialization
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_as_expression
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_build_waveform
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_code_operator
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_duration
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_init
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_initial_final_values
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_integral
tests.pulses.arithmetic_pulse_template_tests.ArithmeticAtomicPulseTemplateTest ‑ test_simple_properties
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_build_waveform
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_final_values
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_get_scalar_value
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_get_transformation
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_init
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_initial_values
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_integral
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_internal_create_program
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_parameter_names
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_parse_operand
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_repr
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_simple_attributes
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_time_dependence
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_time_dependent_expression
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_time_dependent_global_expression
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_time_dependent_integral
tests.pulses.arithmetic_pulse_template_tests.ArithmeticPulseTemplateTest ‑ test_try_operation
tests.pulses.arithmetic_pulse_template_tests.ArithmeticUsageTests ‑ test_offset
tests.pulses.arithmetic_pulse_template_tests.ArithmeticUsageTests ‑ test_scaling
tests.pulses.bug_tests.BugTests ‑ test_issue_584_uninitialized_table_sample
tests.pulses.bug_tests.BugTests ‑ test_issue_612_for_loop_duration
tests.pulses.bug_tests.BugTests ‑ test_plot_with_parameter_value_being_expression_string
tests.pulses.bug_tests.BugTests ‑ test_plotting_two_channel_function_pulse_after_two_channel_table_pulse_crash
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_hash
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_legacy_deserialization
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.constant_pulse_template_tests.ConstantPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_ConstantPulseTemplate
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_build_waveform
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_expressions
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_regression_defined_channels
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_regression_duration_conversion
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_regression_duration_conversion_functionpt
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_regression_sequencept_with_mappingpt
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_regression_template_combination
tests.pulses.constant_pulse_template_tests.TestConstantPulseTemplate ‑ test_zero_duration
tests.pulses.function_pulse_tests.FunctionPulseMeasurementTest ‑ test_measurement_windows
tests.pulses.function_pulse_tests.FunctionPulseMeasurementTest ‑ test_measurement_windows_with_parameters
tests.pulses.function_pulse_tests.FunctionPulseMeasurementTest ‑ test_multiple_measurement_windows
tests.pulses.function_pulse_tests.FunctionPulseMeasurementTest ‑ test_no_measurement_windows
tests.pulses.function_pulse_tests.FunctionPulseOldSerializationTests ‑ test_deserialize_old
tests.pulses.function_pulse_tests.FunctionPulseOldSerializationTests ‑ test_get_serialization_data_old
tests.pulses.function_pulse_tests.FunctionPulseOldSerializationTests ‑ test_serializer_integration_old
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_as_expression
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_defined_channels
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_duration
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_expression
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_final_values
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_function_parameters
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_initial_values
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_integral
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_measurement_names
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_parameter_names
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_parameter_names_and_declarations_expression_input
tests.pulses.function_pulse_tests.FunctionPulsePropertyTest ‑ test_parameter_names_and_declarations_string_input
tests.pulses.function_pulse_tests.FunctionPulseSequencingTest ‑ test_build_waveform
tests.pulses.function_pulse_tests.FunctionPulseSequencingTest ‑ test_build_waveform_none
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_conversion
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_deserialization
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_duplication_error
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_get_type_identifier
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_hash
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_identifier
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_manual_garbage_collect
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_no_registration_before_correct_serialization
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_renamed
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_renamed_of_anonymous
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_serialization
tests.pulses.function_pulse_tests.FunctionPulseSerializationTest ‑ test_serialization_and_deserialization
tests.pulses.function_pulse_tests.MeasurementDefinerTest ‑ test_measurement_windows
tests.pulses.function_pulse_tests.MeasurementDefinerTest ‑ test_measurement_windows_invalid
tests.pulses.function_pulse_tests.MeasurementDefinerTest ‑ test_measurement_windows_with_parameters
tests.pulses.function_pulse_tests.MeasurementDefinerTest ‑ test_multiple_windows
tests.pulses.function_pulse_tests.MeasurementDefinerTest ‑ test_no_measurement_windows
tests.pulses.function_pulse_tests.MeasurementDefinerTest ‑ test_none_mappings
tests.pulses.function_pulse_tests.ParameterConstrainerTest ‑ test_constrained_parameters
tests.pulses.function_pulse_tests.ParameterConstrainerTest ‑ test_parameter_constraints
tests.pulses.function_pulse_tests.ParameterConstrainerTest ‑ test_validate_parameter_constraints
tests.pulses.function_pulse_tests.TablePulseTemplateConstraintTest ‑ test_constrained_parameters
tests.pulses.function_pulse_tests.TablePulseTemplateConstraintTest ‑ test_parameter_constraints
tests.pulses.function_pulse_tests.TablePulseTemplateConstraintTest ‑ test_validate_parameter_constraints
tests.pulses.function_pulse_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows
tests.pulses.function_pulse_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows_invalid
tests.pulses.function_pulse_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows_with_parameters
tests.pulses.function_pulse_tests.TablePulseTemplateMeasurementTest ‑ test_multiple_windows
tests.pulses.function_pulse_tests.TablePulseTemplateMeasurementTest ‑ test_no_measurement_windows
tests.pulses.function_pulse_tests.TablePulseTemplateMeasurementTest ‑ test_none_mappings
tests.pulses.interpolation_tests.InterpolationTest ‑ test_hold_interpolation
tests.pulses.interpolation_tests.InterpolationTest ‑ test_jump_interpolation
tests.pulses.interpolation_tests.InterpolationTest ‑ test_linear_interpolation
tests.pulses.interpolation_tests.InterpolationTest ‑ test_repr_str
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateOldSerializationTests ‑ test_deserialize_all_features_old
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateOldSerializationTests ‑ test_deserialize_minimal_old
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateOldSerializationTests ‑ test_get_serialization_data_all_features_old
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateOldSerializationTests ‑ test_get_serialization_data_minimal_old
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_hash
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_body_scope_generator
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_duration
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_final_values
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_init
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_initial_values
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_integral
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_loop_index
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_parameter_names
tests.pulses.loop_pulse_template_tests.ForLoopPulseTemplateTest ‑ test_parameter_names_param_only_in_constraint
tests.pulses.loop_pulse_template_tests.ForLoopScopeTests ‑ test_additional
tests.pulses.loop_pulse_template_tests.ForLoopScopeTests ‑ test_overwrite
tests.pulses.loop_pulse_template_tests.ForLoopTemplateSequencingTests ‑ test_create_program
tests.pulses.loop_pulse_template_tests.ForLoopTemplateSequencingTests ‑ test_create_program_append
tests.pulses.loop_pulse_template_tests.ForLoopTemplateSequencingTests ‑ test_create_program_body_none
tests.pulses.loop_pulse_template_tests.ForLoopTemplateSequencingTests ‑ test_create_program_constraint_on_loop_var_exception
tests.pulses.loop_pulse_template_tests.ForLoopTemplateSequencingTests ‑ test_create_program_invalid_measurement_mapping
tests.pulses.loop_pulse_template_tests.ForLoopTemplateSequencingTests ‑ test_create_program_invalid_params
tests.pulses.loop_pulse_template_tests.ForLoopTemplateSequencingTests ‑ test_create_program_missing_params
tests.pulses.loop_pulse_template_tests.LoopPulseTemplateTests ‑ test_body
tests.pulses.loop_pulse_template_tests.LoopPulseTemplateTests ‑ test_defined_channels
tests.pulses.loop_pulse_template_tests.LoopPulseTemplateTests ‑ test_measurement_names
tests.pulses.loop_pulse_template_tests.ParametrizedRangeTest ‑ test_init
tests.pulses.loop_pulse_template_tests.ParametrizedRangeTest ‑ test_parameter_names
tests.pulses.loop_pulse_template_tests.ParametrizedRangeTest ‑ test_to_range
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateOldSerializationTests ‑ test_deserialize
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateOldSerializationTests ‑ test_get_serialization_data
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateRegressionTests ‑ test_issue_451
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSequencingTest ‑ test_create_program
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSequencingTest ‑ test_create_program_invalid_measurement_mapping
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSequencingTest ‑ test_create_program_parameter_constraint_violation
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSequencingTest ‑ test_create_program_subtemplate_none
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSequencingTest ‑ test_same_channel_error
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_hash
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.mapping_pulse_template_tests.MappingPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_as_expression
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_constrained
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_defined_channels
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_drop_channel
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_duration
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_external_params
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_from_tuple
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_from_tuple_exceptions
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_from_tuple_partial_mappings
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_get_updated_channel_mapping
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_get_updated_measurement_mapping
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_init_exceptions
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_initial_final_values
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_integral
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_map_parameters
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_measurement_names
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_nested_mapping_avoidance
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_parameter_names
tests.pulses.mapping_pulse_template_tests.MappingTemplateTests ‑ test_partial_parameter_mapping
tests.pulses.mapping_pulse_template_tests.PulseTemplateParameterMappingExceptionsTests ‑ test_missing_mapping_exception_str
tests.pulses.mapping_pulse_template_tests.PulseTemplateParameterMappingExceptionsTests ‑ test_unnecessary_mapping_exception_str
tests.pulses.measurement_tests.MeasurementDefinerTest ‑ test_measurement_windows
tests.pulses.measurement_tests.MeasurementDefinerTest ‑ test_measurement_windows_invalid
tests.pulses.measurement_tests.MeasurementDefinerTest ‑ test_measurement_windows_with_parameters
tests.pulses.measurement_tests.MeasurementDefinerTest ‑ test_multiple_windows
tests.pulses.measurement_tests.MeasurementDefinerTest ‑ test_no_measurement_windows
tests.pulses.measurement_tests.MeasurementDefinerTest ‑ test_none_mappings
tests.pulses.measurement_tests.ParameterConstrainerTest ‑ test_constrained_parameters
tests.pulses.measurement_tests.ParameterConstrainerTest ‑ test_parameter_constraints
tests.pulses.measurement_tests.ParameterConstrainerTest ‑ test_validate_parameter_constraints
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateOldSerializationTests ‑ test_deserialize_old
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateOldSerializationTests ‑ test_serialize_old
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_hash
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_as_expression
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_channel_intersection
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_defined_channels
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_duration
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_init_empty
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_instantiation_duration_check
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_integral
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_mapping_template_mixed_conversion
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_mapping_template_pure_conversion
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_measurement_names
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_non_atomic_subtemplates
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_parameter_names
tests.pulses.multi_channel_pulse_template_tests.AtomicMultiChannelPulseTemplateTest ‑ test_parameter_names_2
tests.pulses.multi_channel_pulse_template_tests.MultiChannelPulseTemplateSequencingTests ‑ test_build_waveform
tests.pulses.multi_channel_pulse_template_tests.MultiChannelPulseTemplateSequencingTests ‑ test_build_waveform_none
tests.pulses.multi_channel_pulse_template_tests.MultiChannelPulseTemplateSequencingTests ‑ test_get_measurement_windows
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_hash
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_build_waveform
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_final_values
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_get_overwritten_channels_values
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_init
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_initial_values
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_integral
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_internal_create_program
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_missing_implementations
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_parameter_names
tests.pulses.multi_channel_pulse_template_tests.ParallelChannelPulseTemplateTests ‑ test_time_dependence
tests.pulses.parameters_tests.InvalidParameterNameExceptionTests ‑ test
tests.pulses.parameters_tests.ParameterConstraintTest ‑ test_equal
tests.pulses.parameters_tests.ParameterConstraintTest ‑ test_expressions
tests.pulses.parameters_tests.ParameterConstraintTest ‑ test_no_relation
tests.pulses.parameters_tests.ParameterConstraintTest ‑ test_ordering
tests.pulses.parameters_tests.ParameterConstraintTest ‑ test_repr
tests.pulses.parameters_tests.ParameterConstraintTest ‑ test_str_and_serialization
tests.pulses.parameters_tests.ParameterNotProvidedExceptionTests ‑ test
tests.pulses.plotting_tests.PlotterTests ‑ test_bug_447
tests.pulses.plotting_tests.PlotterTests ‑ test_plot_empty_pulse
tests.pulses.plotting_tests.PlotterTests ‑ test_plot_pulse_automatic_sample_rate
tests.pulses.plotting_tests.PlotterTests ‑ test_render_loop_invalid_slice
tests.pulses.plotting_tests.PlotterTests ‑ test_render_loop_sliced
tests.pulses.plotting_tests.PlotterTests ‑ test_render_warning
tests.pulses.plotting_tests.PlottingIsinstanceTests ‑ test_bug_422
tests.pulses.plotting_tests.PlottingIsinstanceTests ‑ test_bug_422_mock
tests.pulses.plotting_tests.PlottingNotPossibleExceptionTests ‑ test
tests.pulses.point_pulse_template_tests.MeasurementDefinerTest ‑ test_measurement_windows
tests.pulses.point_pulse_template_tests.MeasurementDefinerTest ‑ test_measurement_windows_invalid
tests.pulses.point_pulse_template_tests.MeasurementDefinerTest ‑ test_measurement_windows_with_parameters
tests.pulses.point_pulse_template_tests.MeasurementDefinerTest ‑ test_multiple_windows
tests.pulses.point_pulse_template_tests.MeasurementDefinerTest ‑ test_no_measurement_windows
tests.pulses.point_pulse_template_tests.MeasurementDefinerTest ‑ test_none_mappings
tests.pulses.point_pulse_template_tests.ParameterConstrainerTest ‑ test_constrained_parameters
tests.pulses.point_pulse_template_tests.ParameterConstrainerTest ‑ test_parameter_constraints
tests.pulses.point_pulse_template_tests.ParameterConstrainerTest ‑ test_validate_parameter_constraints
tests.pulses.point_pulse_template_tests.PointPulseEntryTest ‑ test_instantiate
tests.pulses.point_pulse_template_tests.PointPulseEntryTest ‑ test_invalid_point_exception
tests.pulses.point_pulse_template_tests.PointPulseEntryTest ‑ test_scalar_expansion
tests.pulses.point_pulse_template_tests.PointPulseExpressionIntegralTests ‑ test_as_expression_wf_and_sample_compatible
tests.pulses.point_pulse_template_tests.PointPulseExpressionIntegralTests ‑ test_integral_as_expression_compatible
tests.pulses.point_pulse_template_tests.PointPulseTemplateOldSerializationTests ‑ test_deserialize_old
tests.pulses.point_pulse_template_tests.PointPulseTemplateOldSerializationTests ‑ test_get_serialization_data_old
tests.pulses.point_pulse_template_tests.PointPulseTemplateOldSerializationTests ‑ test_serializer_integration_old
tests.pulses.point_pulse_template_tests.PointPulseTemplateSequencingTests ‑ test_build_waveform_empty
tests.pulses.point_pulse_template_tests.PointPulseTemplateSequencingTests ‑ test_build_waveform_multi_channel_same
tests.pulses.point_pulse_template_tests.PointPulseTemplateSequencingTests ‑ test_build_waveform_multi_channel_vectorized
tests.pulses.point_pulse_template_tests.PointPulseTemplateSequencingTests ‑ test_build_waveform_none_channel
tests.pulses.point_pulse_template_tests.PointPulseTemplateSequencingTests ‑ test_build_waveform_single_channel
tests.pulses.point_pulse_template_tests.PointPulseTemplateSequencingTests ‑ test_build_waveform_single_channel_with_measurements
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_hash
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.point_pulse_template_tests.PointPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.point_pulse_template_tests.PointPulseTemplateTests ‑ test_defined_channels
tests.pulses.point_pulse_template_tests.PointPulseTemplateTests ‑ test_duration
tests.pulses.point_pulse_template_tests.PointPulseTemplateTests ‑ test_initial_final_values
tests.pulses.point_pulse_template_tests.PointPulseTemplateTests ‑ test_integral
tests.pulses.point_pulse_template_tests.PointPulseTemplateTests ‑ test_parameter_names
tests.pulses.point_pulse_template_tests.PointPulseTemplateTests ‑ test_point_parameters
tests.pulses.point_pulse_template_tests.TablePulseTemplateConstraintTest ‑ test_constrained_parameters
tests.pulses.point_pulse_template_tests.TablePulseTemplateConstraintTest ‑ test_parameter_constraints
tests.pulses.point_pulse_template_tests.TablePulseTemplateConstraintTest ‑ test_validate_parameter_constraints
tests.pulses.point_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows
tests.pulses.point_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows_invalid
tests.pulses.point_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows_with_parameters
tests.pulses.point_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_multiple_windows
tests.pulses.point_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_no_measurement_windows
tests.pulses.point_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_none_mappings
tests.pulses.pulse_template_parameter_mapping_tests.TestPulseTemplateParameterMappingFileTests ‑ test_pulse_template_parameter_include
tests.pulses.pulse_template_tests.AtomicPulseTemplateTests ‑ test_internal_create_program
tests.pulses.pulse_template_tests.AtomicPulseTemplateTests ‑ test_internal_create_program_no_waveform
tests.pulses.pulse_template_tests.AtomicPulseTemplateTests ‑ test_internal_create_program_transformation
tests.pulses.pulse_template_tests.AtomicPulseTemplateTests ‑ test_internal_create_program_volatile
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test__create_program
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test__create_program_single_waveform
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_create_program
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_create_program_channel_mapping
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_create_program_defaults
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_create_program_none
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_create_program_volatile
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_format
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_matmul
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_pad_to
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_pow
tests.pulses.pulse_template_tests.PulseTemplateTest ‑ test_rmatmul
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_appended
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_iteration
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_parallel_atomic
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_parallel_channels
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_parallel_channels_optimization
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_repetition
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_repetition_optimization
tests.pulses.pulse_template_tests.WithMethodTests ‑ test_time_reversal
tests.pulses.repetition_pulse_template_tests.ParameterNotIntegerExceptionTests ‑ test
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateOldSerializationTests ‑ test_deserialize_all_features_old
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateOldSerializationTests ‑ test_deserialize_minimal_old
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateOldSerializationTests ‑ test_get_serialization_data_all_features_old
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateOldSerializationTests ‑ test_get_serialization_data_minimal_old
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_constant_measurement_mapping_failure
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_constant_success_measurements
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_declaration_exceeds_bounds
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_declaration_parameter_not_provided
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_declaration_parameter_value_not_whole
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_declaration_success
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_declaration_success_appended_measurements
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_declaration_success_measurements
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_none_subprogram
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_none_subprogram_with_measurement
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_rep_count_neg_declaration
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_rep_count_neg_declaration_with_measurements
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_rep_count_zero_constant
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_rep_count_zero_constant_with_measurement
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_rep_count_zero_declaration
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_create_program_rep_count_zero_declaration_with_measurement
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSequencingTests ‑ test_internal_create_program
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_hash
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_duration
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_final_values
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_init
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_initial_values
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_integral
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_measurement_names
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_parameter_names
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_parameter_names_and_declarations
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_parameter_names_param_only_in_constraint
tests.pulses.repetition_pulse_template_tests.RepetitionPulseTemplateTest ‑ test_str
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateOldSerializationTests ‑ test_deserialize_old
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateOldSerializationTests ‑ test_get_serialization_data_old
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSequencingTests ‑ test_create_program_internal
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSequencingTests ‑ test_internal_create_program
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSequencingTests ‑ test_internal_create_program_both_children_no_duration
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSequencingTests ‑ test_internal_create_program_no_measurement_mapping
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSequencingTests ‑ test_internal_create_program_one_child_no_duration
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSequencingTests ‑ test_internal_create_program_parameter_constraint_violations
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSequencingTests ‑ test_internal_create_program_parameter_missing
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_conversion
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_hash
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_identifier
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_renamed
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_serialization
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_build_waveform
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_concatenate
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_duration
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_identifier
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_initial_final_values
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_integral
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_multiple_channels
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_multiple_channels_mismatch
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTest ‑ test_parameter_names
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_build_waveform
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_concatenate
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_duration
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_identifier
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_initial_final_values
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_integral
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_measurement_names
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_multiple_channels
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_multiple_channels_mismatch
tests.pulses.sequence_pulse_template_tests.SequencePulseTemplateTestProperties ‑ test_parameter_names
tests.pulses.table_pulse_template_tests.MeasurementDefinerTest ‑ test_measurement_windows
tests.pulses.table_pulse_template_tests.MeasurementDefinerTest ‑ test_measurement_windows_invalid
tests.pulses.table_pulse_template_tests.MeasurementDefinerTest ‑ test_measurement_windows_with_parameters
tests.pulses.table_pulse_template_tests.MeasurementDefinerTest ‑ test_multiple_windows
tests.pulses.table_pulse_template_tests.MeasurementDefinerTest ‑ test_no_measurement_windows
tests.pulses.table_pulse_template_tests.MeasurementDefinerTest ‑ test_none_mappings
tests.pulses.table_pulse_template_tests.ParameterConstrainerTest ‑ test_constrained_parameters
tests.pulses.table_pulse_template_tests.ParameterConstrainerTest ‑ test_parameter_constraints
tests.pulses.table_pulse_template_tests.ParameterConstrainerTest ‑ test_validate_parameter_constraints
tests.pulses.table_pulse_template_tests.TableEntryTest ‑ test_known_interpolation_strategies
tests.pulses.table_pulse_template_tests.TableEntryTest ‑ test_sequence_as_expression
tests.pulses.table_pulse_template_tests.TableEntryTest ‑ test_sequence_integral
tests.pulses.table_pulse_template_tests.TableEntryTest ‑ test_slots
tests.pulses.table_pulse_template_tests.TableEntryTest ‑ test_unknown_interpolation_strategy
tests.pulses.table_pulse_template_tests.TablePulseConcatenationTests ‑ test_duplication
tests.pulses.table_pulse_template_tests.TablePulseConcatenationTests ‑ test_simple_concatenation
tests.pulses.table_pulse_template_tests.TablePulseConcatenationTests ‑ test_triple_concatenation
tests.pulses.table_pulse_template_tests.TablePulseConcatenationTests ‑ test_wrong_channels
tests.pulses.table_pulse_template_tests.TablePulseConcatenationTests ‑ test_wrong_type
tests.pulses.table_pulse_template_tests.TablePulseTemplateConstraintTest ‑ test_constrained_parameters
tests.pulses.table_pulse_template_tests.TablePulseTemplateConstraintTest ‑ test_parameter_constraints
tests.pulses.table_pulse_template_tests.TablePulseTemplateConstraintTest ‑ test_validate_parameter_constraints
tests.pulses.table_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows
tests.pulses.table_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows_invalid
tests.pulses.table_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_measurement_windows_with_parameters
tests.pulses.table_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_multiple_windows
tests.pulses.table_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_no_measurement_windows
tests.pulses.table_pulse_template_tests.TablePulseTemplateMeasurementTest ‑ test_none_mappings
tests.pulses.table_pulse_template_tests.TablePulseTemplateOldSerializationTests ‑ test_deserialize_old
tests.pulses.table_pulse_template_tests.TablePulseTemplateOldSerializationTests ‑ test_get_serialization_data_old
tests.pulses.table_pulse_template_tests.TablePulseTemplateOldSerializationTests ‑ test_serializer_integration_old
tests.pulses.table_pulse_template_tests.TablePulseTemplateSequencingTests ‑ test_build_waveform_empty
tests.pulses.table_pulse_template_tests.TablePulseTemplateSequencingTests ‑ test_build_waveform_multi_channel
tests.pulses.table_pulse_template_tests.TablePulseTemplateSequencingTests ‑ test_build_waveform_none
tests.pulses.table_pulse_template_tests.TablePulseTemplateSequencingTests ‑ test_build_waveform_single_channel
tests.pulses.table_pulse_template_tests.TablePulseTemplateSequencingTests ‑ test_build_waveform_time_type
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_conversion
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_hash
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_identifier
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_renamed
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_renamed_of_anonymous

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

695 tests found (test 648 to 695)

There are 695 tests, see "Raw output" for the list of tests 648 to 695.
Raw output
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_serialization
tests.pulses.table_pulse_template_tests.TablePulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_add_entry_multi_same_time_param
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_as_expression
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_empty_instantiated
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_external_constraints
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_from_array_1D
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_from_array_exceptions
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_from_array_multi
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_from_array_multi_one_time
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_from_array_multi_one_voltage
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_from_entry_list
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_from_entry_list_exceptions
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_auto_insert
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_instantiated_empty
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_instantiated_multiple_parameters_missing
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_instantiated_one_entry_float_declaration
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_instantiated_one_entry_float_float
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_instantiated_two_entries_float_declaraton_declaration_declaration
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_instantiated_two_entries_float_float_declaration_float
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_entries_instantiated_two_equal_entries
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_get_instantiated_entries_multi_same_time_param
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_identifier
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_inconsistent_parameters
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_initial_final_values
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_integral
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_internal_constraints
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_measurement_names
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_parameter_names
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_single_channel_no_parameters
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_time_is_0_on_construction
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_time_is_0_on_instantiation
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_time_is_negative
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_time_not_increasing
tests.pulses.table_pulse_template_tests.TablePulseTemplateTest ‑ test_time_not_increasing_hard
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_conversion
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_deserialization
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_duplication_error
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_get_type_identifier
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_hash
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_identifier
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_manual_garbage_collect
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_no_registration_before_correct_serialization
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_renamed
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_renamed_of_anonymous
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_serialization
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateSerializationTests ‑ test_serialization_and_deserialization
tests.pulses.time_reversal_pulse_template_tests.TimeReversalPulseTemplateTests ‑ test_simple_properties