Vinter SDK Async
test_async_api
test_filter_by_symbol
Test that _filter_by_symbol returns a list of dicts
Source code in tests/test_async_api.py
test_get_all_active_data_async_returns_list
async
Test that get_all_active_data returns a list of dicts
Source code in tests/test_async_api.py
test_get_all_active_data_async_symbol_only_returns_symbol_list
async
Test that get_all_active_data_async returns a list of dicts
Source code in tests/test_async_api.py
test_get_all_active_data_async_with_frequency_returns_filtered_list
async
Test that get_all_active_data_async returns a list of dicts
Source code in tests/test_async_api.py
test_get_latest_data_raises_exception
async
Test that get_latest_data raises a ValueError
Source code in tests/test_async_api.py
test_get_latest_data_returns_dict
async
Test that get_latest_data returns a dict
Source code in tests/test_async_api.py
test_get_latest_value
async
Test that get_latest_value returns a float