{"library":"pytest-astropy","install":[{"cmd":"pip install pytest-astropy","imports":["import pytest\n@pytest.mark.slow\ndef test_something_slow(): ...","import pytest\n@pytest.mark.hugemem\ndef test_something_using_lots_of_memory(): ...","import pytest\n@pytest.mark.remote_data\ndef test_requires_internet(): ...","from pytest_astropy_header.display import PYTEST_HEADER_MODULES, TESTED_VERSIONS\ndef pytest_configure(config):\n    config.option.astropy_header = True\n    PYTEST_HEADER_MODULES['Astropy'] = 'astropy'"]}]}