pyatoa.tests.test_executive

Test the functionalities of the Executive class which runs many Managers

Module Contents

Functions

events()

A list of GeoNet event ids used for gathering metadata from GeoNet client

stations()

A list of GeoNet station codes used for gathering metadata and waveforms

config(events)

A preset Config object that specifies where to grab data from, which

test_executive_single_event_single_station_no_concurrent(...)

Attempt a single event single station processing without using concurrency

test_executive_single_event_single_station(tmpdir, ...)

Attempt a single event single station processing with concurrency

test_executive_single_event_multi_station(tmpdir, ...)

Attempt a single event multi station processing with concurrency

pyatoa.tests.test_executive.events()[source]

A list of GeoNet event ids used for gathering metadata from GeoNet client

pyatoa.tests.test_executive.stations()[source]

A list of GeoNet station codes used for gathering metadata and waveforms

pyatoa.tests.test_executive.config(events)[source]

A preset Config object that specifies where to grab data from, which already exists in the test data directory

pyatoa.tests.test_executive.test_executive_single_event_single_station_no_concurrent(tmpdir, config, events, stations)[source]

Attempt a single event single station processing without using concurrency

pyatoa.tests.test_executive.test_executive_single_event_single_station(tmpdir, config, events, stations)[source]

Attempt a single event single station processing with concurrency

pyatoa.tests.test_executive.test_executive_single_event_multi_station(tmpdir, config, events, stations)[source]

Attempt a single event multi station processing with concurrency