test_pysep ========== .. py:module:: test_pysep .. autoapi-nested-parse:: Test the general functionality of Pysep Functions --------- .. autoapisummary:: test_pysep.config_file test_pysep.test_pysep test_pysep.test_get_client test_pysep.test_get_event test_pysep.test_get_inventory test_pysep.test_get_waveform test_pysep.test_curtail_stations test_pysep.test_config_files_have_correct_parameters Module Contents --------------- .. py:function:: config_file() Test config file for a 2009 Anchorage earthquake .. py:function:: test_pysep(config_file) Test Pysep instance based on a Config file, gather event and StationXML .. py:function:: test_get_client(test_pysep) Simple check that we're looking at IRIS for our client .. py:function:: test_get_event(test_pysep) Simple check that the event created by User parameters is right .. py:function:: test_get_inventory(test_pysep) Check that the collected stations are correct :param test_pysep: :return: .. py:function:: test_get_waveform(test_pysep) Get waveforms for a few test stations from IRIS :param test_pysep: :return: .. py:function:: test_curtail_stations(test_pysep) Exclude a station based on maximum distance getting exceeded .. py:function:: test_config_files_have_correct_parameters(tmpdir, test_pysep) Check that all the config files have the correct parameters based on what PySEP writes to ensure that the config files are up to date with codebase