[Debian-astro-maintainers] Bug#844984: python-astropy: FTBFS: tests failures

Lucas Nussbaum lucas at debian.org
Sat Nov 19 07:17:46 UTC 2016


Source: python-astropy
Version: 1.2.1-1
Severity: serious
Tags: stretch sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20161118 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> debian/rules:31: warning: overriding recipe for target 'override_dh_auto_build'
> debian/rules:22: warning: ignoring old recipe for target 'override_dh_auto_build'
> python2.7 setup.py test -vv --args -v
> running test
> running build
> running build_py
> running pre_hook from astropy.modeling.setup_package for build_py command
> WARNING: The autogenerated wrappers in astropy.modeling._projections seem to be older than the source templates used to create them. Because this is a release version we will use them anyway, but this might be a sign of some sort of version mismatch or other tampering. Or it might just mean you moved some files around or otherwise accidentally changed timestamps.
> running pre_hook from astropy._erfa.setup_package for build_py command
> copying astropy/wcs/include/astropy_wcs/wcsconfig.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/astropy_wcs
> creating build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/cel.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/lin.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/prj.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/spc.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/spx.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/tab.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/wcs.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/wcserr.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/wcsmath.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> copying astropy/wcs/include/wcslib/wcsprintf.h -> build/lib.linux-x86_64-2.7/astropy/wcs/include/wcslib
> running build_ext
> running pre_hook from astropy.modeling.setup_package for build_ext command
> WARNING: The autogenerated wrappers in astropy.modeling._projections seem to be older than the source templates used to create them. Because this is a release version we will use them anyway, but this might be a sign of some sort of version mismatch or other tampering. Or it might just mean you moved some files around or otherwise accidentally changed timestamps.
> running pre_hook from astropy._erfa.setup_package for build_ext command
> Internet access disabled
> ============================= test session starts ==============================
> platform linux2 -- Python 2.7.12+, pytest-2.8.3, py-1.4.30, pluggy-0.3.1 -- /usr/bin/python2.7
> cachedir: ../.cache
> 
> Running tests with Astropy version 1.2.1.
> Running tests in lib.linux-x86_64-2.7/astropy docs.
> 
> Date: 2016-11-18T23:06:23
> 
> Platform: Linux-3.16.0-4-amd64-x86_64-with-debian-stretch-sid
> 
> Executable: /usr/bin/python2.7
> 
> Full Python Version: 
> 2.7.12+ (default, Nov  4 2016, 17:04:30) 
> [GCC 6.2.0 20161027]
> 
> encodings: sys: ascii, locale: ANSI_X3.4-1968, filesystem: ANSI_X3.4-1968, unicode bits: 20
> byteorder: little
> float info: dig: 15, mant_dig: 15
> 
> Numpy: 1.11.2
> Scipy: 0.18.1
> Matplotlib: 1.5.3
> h5py: not available
> Pandas: not available
> 
> rootdir: /tmp/astropy-test-lL12Si, inifile: setup.cfg
> collecting ... collected 11312 items
> 
> astropy/_erfa/tests/test_erfa.py::test_erfa_wrapper PASSED
> astropy/_erfa/tests/test_erfa.py::test_angle_ops PASSED
> astropy/_erfa/tests/test_erfa.py::test_spherical_cartesian PASSED
> astropy/_erfa/tests/test_erfa.py::test_errwarn_reporting PASSED
> astropy/_erfa/tests/test_erfa.py::test_vector_inouts PASSED
> astropy/_erfa/tests/test_erfa.py::test_matrix_in PASSED
> astropy/_erfa/tests/test_erfa.py::test_structs PASSED
> astropy/analytic_functions/tests/test_blackbody.py::test_blackbody_scipy PASSED
> astropy/analytic_functions/tests/test_blackbody.py::test_blackbody_overflow PASSED
> astropy/analytic_functions/tests/test_blackbody.py::test_blackbody_synphot PASSED
> astropy/analytic_functions/tests/test_blackbody.py::test_blackbody_exceptions_and_warnings PASSED
> astropy/analytic_functions/tests/test_blackbody.py::test_blackbody_array_temperature PASSED
> astropy/config/configuration.py::astropy.config.configuration.ConfigNamespace.set_temp PASSED
> astropy/config/tests/test_configs.py::test_paths PASSED
> astropy/config/tests/test_configs.py::test_set_temp_config PASSED
> astropy/config/tests/test_configs.py::test_set_temp_cache PASSED
> astropy/config/tests/test_configs.py::test_config_file PASSED
> astropy/config/tests/test_configs.py::test_configitem PASSED
> astropy/config/tests/test_configs.py::test_configitem_types PASSED
> astropy/config/tests/test_configs.py::test_configitem_options PASSED
> astropy/config/tests/test_configs.py::test_config_noastropy_fallback PASSED
> astropy/config/tests/test_configs.py::test_configitem_setters PASSED
> astropy/config/tests/test_configs.py::test_empty_config_file PASSED
> astropy/config/tests/test_configs.py::TestAliasRead::test_alias_read PASSED
> astropy/config/tests/test_configs.py::test_configitem_unicode PASSED
> astropy/config/tests/test_configs.py::test_warning_move_to_top_level PASSED
> astropy/config/tests/test_configs.py::test_no_home PASSED
> astropy/config/tests/test_configs.py::test_unedited_template PASSED
> astropy/constants/__init__.py::astropy.constants PASSED
> astropy/constants/tests/test_constant.py::test_c PASSED
> astropy/constants/tests/test_constant.py::test_h PASSED
> astropy/constants/tests/test_constant.py::test_e PASSED
> astropy/constants/tests/test_constant.py::test_g0 PASSED
> astropy/constants/tests/test_constant.py::test_b_wien PASSED
> astropy/constants/tests/test_constant.py::test_unit PASSED
> astropy/constants/tests/test_constant.py::test_copy PASSED
> astropy/constants/tests/test_constant.py::test_view PASSED
> astropy/constants/tests/test_constant.py::test_c PASSED
> astropy/constants/tests/test_constant.py::test_h PASSED
> astropy/constants/tests/test_constant.py::test_e PASSED
> astropy/constants/tests/test_constant.py::test_g0 PASSED
> astropy/constants/tests/test_constant.py::test_b_wien PASSED
> astropy/constants/tests/test_constant.py::test_unit PASSED
> astropy/constants/tests/test_constant.py::test_copy PASSED
> astropy/constants/tests/test_constant.py::test_view PASSED
> astropy/constants/tests/test_pickle.py::test_new_constant[0-original0-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[0-original1-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[0-original2-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[1-original0-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[1-original1-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[1-original2-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[-1-original0-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[-1-original1-True] xfail
> astropy/constants/tests/test_pickle.py::test_new_constant[-1-original2-True] xfail
> astropy/convolution/kernels.py::astropy.convolution.kernels.CustomKernel PASSED
> astropy/convolution/kernels.py::astropy.convolution.kernels.Model1DKernel PASSED
> astropy/convolution/kernels.py::astropy.convolution.kernels.Model2DKernel PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_list PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f4->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f4-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f4->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f4-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f4->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f4-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f4->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f4-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f8->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f8-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f8->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[>f8-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f8->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f8-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f8->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_dtype[<f8-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_1_none[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_1_none[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_1_none[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_1_none[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3_withnan[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3_withnan[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3_withnan[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_unity_3_withnan[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3_withnan[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3_withnan[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3_withnan[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve1D::test_uniform_3_withnan[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_list PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f4->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f4-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f4->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f4-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f4->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f4-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f4->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f4-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f8->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f8-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f8->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[>f8-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f8->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f8-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f8->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_dtype[<f8-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_1x1_none[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_1x1_none[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_1x1_none[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_1x1_none[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3_withnan[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3_withnan[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3_withnan[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_unity_3x3_withnan[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3_withnan[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3_withnan[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3_withnan[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve2D::test_uniform_3x3_withnan[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_list PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f4->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f4-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f4->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f4-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f4->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f4-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f4->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f4-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f8->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f8-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f8->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[>f8-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f8->f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f8-<f4] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f8->f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_dtype[<f8-<f8] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_1x1x1_none[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_1x1x1_none[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_1x1x1_none[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_1x1x1_none[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3_withnan[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3_withnan[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3_withnan[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_unity_3x3x3_withnan[extend] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3_withnan[None] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3_withnan[fill] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3_withnan[wrap] PASSED
> astropy/convolution/tests/test_convolve.py::TestConvolve3D::test_uniform_3x3x3_withnan[extend] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_none[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_3_withnan[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-True-inval0-outval0] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-True-inval1-outval1] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-True-inval2-outval2] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-True-inval3-outval3] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-False-inval4-outval4] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-False-inval5-outval5] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-False-inval6-outval6] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-True-False-inval7-outval7] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-True-inval8-outval8] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-True-inval9-outval9] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-True-inval10-outval10] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-True-inval11-outval11] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-False-inval12-outval12] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-False-inval13-outval13] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-False-inval14-outval14] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-True-False-False-inval15-outval15] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-True-inval16-outval16] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-True-inval17-outval17] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-True-inval18-outval18] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-True-inval19-outval19] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-False-inval20-outval20] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-False-inval21-outval21] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-False-inval22-outval22] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-True-False-inval23-outval23] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-True-inval24-outval24] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-True-inval25-outval25] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-True-inval26-outval26] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-True-inval27-outval27] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-False-inval28-outval28] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-False-inval29-outval29] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-False-inval30-outval30] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[None-False-False-False-inval31-outval31] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-True-inval32-outval32] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-True-inval33-outval33] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-True-inval34-outval34] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-True-inval35-outval35] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-False-inval36-outval36] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-False-inval37-outval37] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-False-inval38-outval38] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-True-False-inval39-outval39] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-True-inval40-outval40] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-True-inval41-outval41] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-True-inval42-outval42] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-True-inval43-outval43] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-False-inval44-outval44] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-False-inval45-outval45] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-False-inval46-outval46] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-True-False-False-inval47-outval47] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-True-inval48-outval48] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-True-inval49-outval49] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-True-inval50-outval50] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-True-inval51-outval51] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-False-inval52-outval52] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-False-inval53-outval53] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-False-inval54-outval54] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-True-False-inval55-outval55] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-True-inval56-outval56] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-True-inval57-outval57] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-True-inval58-outval58] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-True-inval59-outval59] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-False-inval60-outval60] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-False-inval61-outval61] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-False-inval62-outval62] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[fill-False-False-False-inval63-outval63] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-True-inval64-outval64] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-True-inval65-outval65] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-True-inval66-outval66] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-True-inval67-outval67] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-False-inval68-outval68] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-False-inval69-outval69] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-False-inval70-outval70] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-True-False-inval71-outval71] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-True-inval72-outval72] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-True-inval73-outval73] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-True-inval74-outval74] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-True-inval75-outval75] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-False-inval76-outval76] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-False-inval77-outval77] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-False-inval78-outval78] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-True-False-False-inval79-outval79] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-True-inval80-outval80] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-True-inval81-outval81] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-True-inval82-outval82] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-True-inval83-outval83] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-False-inval84-outval84] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-False-inval85-outval85] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-False-inval86-outval86] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-True-False-inval87-outval87] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-True-inval88-outval88] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-True-inval89-outval89] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-True-inval90-outval90] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-True-inval91-outval91] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-False-inval92-outval92] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-False-inval93-outval93] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-False-inval94-outval94] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_unity_1_withnan[wrap-False-False-False-inval95-outval95] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_uniform_3_withnan[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_masked_array PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve1D::test_normalize_function PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_1x1_none[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_unity_3x3_withnan[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[None-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[fill-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-True-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-True-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-True-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-True-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-False-True-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-False-True-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-False-False-True] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_uniform_3x3_withnan[wrap-False-False-False] PASSED
> astropy/convolution/tests/test_convolve_fft.py::TestConvolve2D::test_big_fail PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel0] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel1] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel2] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel3] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel4] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel5] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel6] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel7] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel8] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel9] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel10] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel11] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel12] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel13] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel14] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel15] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel16] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel17] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel18] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel19] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel20] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel21] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel22] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel23] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel24] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel25] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel26] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel27] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel28] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel29] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel30] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_centered_makekernel[kernel31] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel0] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel1] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel2] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel3] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel4] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel5] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel6] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel7] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel8] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel9] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel10] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel11] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel12] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel13] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel14] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel15] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel16] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel17] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel18] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel19] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel20] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel21] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel22] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel23] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel24] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel25] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel26] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel27] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel28] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel29] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel30] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_random_makekernel[kernel31] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape0-2] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape1-3] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape2-4] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape3-5] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape4-2] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape5-3] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape6-4] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_uniform_smallkernel[shape7-5] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_smallkernel_Box2DKernel[shape0-1] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_smallkernel_Box2DKernel[shape1-3] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_smallkernel_Box2DKernel[shape2-5] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_smallkernel_Box2DKernel[shape3-1] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_smallkernel_Box2DKernel[shape4-3] PASSED
> astropy/convolution/tests/test_convolve_kernels.py::Test2DConvolutions::test_smallkernel_Box2DKernel[shape5-5] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[Gaussian1D-center] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[Gaussian1D-linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[Gaussian1D-oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[Box1D-center] SKIPPED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[Box1D-linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[Box1D-oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[MexicanHat1D-center] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[MexicanHat1D-linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_1D[MexicanHat1D-oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_gaussian_eval_1D[center] PASSED
> astropy/convolution/tests/test_discretize.py::test_gaussian_eval_1D[linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_gaussian_eval_1D[oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[Gaussian2D-center] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[Gaussian2D-linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[Gaussian2D-oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[Box2D-center] SKIPPED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[Box2D-linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[Box2D-oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[MexicanHat2D-center] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[MexicanHat2D-linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_pixel_sum_2D[MexicanHat2D-oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_gaussian_eval_2D[center] PASSED
> astropy/convolution/tests/test_discretize.py::test_gaussian_eval_2D[linear_interp] PASSED
> astropy/convolution/tests/test_discretize.py::test_gaussian_eval_2D[oversample] PASSED
> astropy/convolution/tests/test_discretize.py::test_subpixel_gauss_1D PASSED
> astropy/convolution/tests/test_discretize.py::test_subpixel_gauss_2D PASSED
> astropy/convolution/tests/test_discretize.py::test_discretize_callable_1d PASSED
> astropy/convolution/tests/test_discretize.py::test_discretize_callable_2d PASSED
> astropy/convolution/tests/test_discretize.py::test_type_exception PASSED
> astropy/convolution/tests/test_discretize.py::test_dim_exception_1d PASSED
> astropy/convolution/tests/test_discretize.py::test_dim_exception_2d PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian[3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian[5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian[7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian[9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian_laplace[3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian_laplace[5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian_laplace[7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_scipy_filter_gaussian_laplace[9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Gaussian2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Box2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Trapezoid1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Trapezoid1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Trapezoid1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Trapezoid1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[TrapezoidDisk2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[TrapezoidDisk2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[TrapezoidDisk2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[TrapezoidDisk2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[MexicanHat1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[MexicanHat1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[MexicanHat1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[MexicanHat1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Tophat2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Tophat2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Tophat2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Tophat2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[AiryDisk2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[AiryDisk2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[AiryDisk2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[AiryDisk2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Ring2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Ring2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Ring2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_delta_data[Ring2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Gaussian2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Box2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Trapezoid1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Trapezoid1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Trapezoid1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Trapezoid1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[TrapezoidDisk2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[TrapezoidDisk2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[TrapezoidDisk2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[TrapezoidDisk2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[MexicanHat1DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[MexicanHat1DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[MexicanHat1DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[MexicanHat1DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Tophat2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Tophat2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Tophat2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Tophat2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[AiryDisk2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[AiryDisk2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[AiryDisk2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[AiryDisk2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Ring2DKernel-3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Ring2DKernel-5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Ring2DKernel-7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_random_data[Ring2DKernel-9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_uniform_smallkernel[3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_uniform_smallkernel[5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_uniform_smallkernel[7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_uniform_smallkernel[9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_smallkernel_vs_Box2DKernel[3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_smallkernel_vs_Box2DKernel[5] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_smallkernel_vs_Box2DKernel[7] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_smallkernel_vs_Box2DKernel[9] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_convolve_1D_kernels PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_convolve_2D_kernels PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar[01] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar[11.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar[21.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar[3number3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar[41.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar_type[01] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar_type[11.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar_type[21.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar_type[3number3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_scalar_type[41.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_rmultiply_scalar_type[01] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_rmultiply_scalar_type[11.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_rmultiply_scalar_type[21.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_rmultiply_scalar_type[3number3] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_rmultiply_scalar_type[41.0] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_kernel1d PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_kernel2d PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_multiply_kernel1d_kernel2d PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_add_kernel_scalar PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_model_1D_kernel PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_model_2D_kernel PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_custom_1D_kernel PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_custom_2D_kernel PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_custom_1D_kernel_list PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_custom_2D_kernel_list PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_custom_1D_kernel_zerosum PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_custom_2D_kernel_zerosum PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_custom_kernel_odd_error PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_add_1D_kernels PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_add_2D_kernels PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_Gaussian1DKernel_even_size PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_Gaussian2DKernel_even_size PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_normalize_peak PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_check_kernel_attributes PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian1DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian1DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian1DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian1DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian2DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian2DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian2DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Gaussian2DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box1DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box1DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box1DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box1DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box2DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box2DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box2DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Box2DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Trapezoid1DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Trapezoid1DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Trapezoid1DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Trapezoid1DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[TrapezoidDisk2DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[TrapezoidDisk2DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[TrapezoidDisk2DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[TrapezoidDisk2DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[MexicanHat1DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[MexicanHat1DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[MexicanHat1DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[MexicanHat1DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Tophat2DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Tophat2DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Tophat2DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Tophat2DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[AiryDisk2DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[AiryDisk2DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[AiryDisk2DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[AiryDisk2DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Ring2DKernel-center] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Ring2DKernel-linear_interp] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Ring2DKernel-oversample] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_dicretize_modes[Ring2DKernel-integrate] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_box_kernels_even_size[2] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_box_kernels_even_size[4] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_box_kernels_even_size[8] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_box_kernels_even_size[16] PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel_normalization PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel_normalization_mode PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel_normalization_large PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel1d_int_size PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel2d_int_xsize PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel2d_int_ysize PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel1d_initialization PASSED
> astropy/convolution/tests/test_kernel_class.py::TestKernels::test_kernel2d_initialization PASSED
> astropy/convolution/tests/test_pickle.py::test_simple_object[0-CustomKernel-args0-kwargs0-False] PASSED
> astropy/convolution/tests/test_pickle.py::test_simple_object[0-Gaussian1DKernel-args1-kwargs1-True] xfail
> astropy/convolution/tests/test_pickle.py::test_simple_object[0-Gaussian2DKernel-args2-kwargs2-True] xfail
> astropy/convolution/tests/test_pickle.py::test_simple_object[1-CustomKernel-args0-kwargs0-False] PASSED
> astropy/convolution/tests/test_pickle.py::test_simple_object[1-Gaussian1DKernel-args1-kwargs1-True] xfail
> astropy/convolution/tests/test_pickle.py::test_simple_object[1-Gaussian2DKernel-args2-kwargs2-True] xfail
> astropy/convolution/tests/test_pickle.py::test_simple_object[-1-CustomKernel-args0-kwargs0-False] PASSED
> astropy/convolution/tests/test_pickle.py::test_simple_object[-1-Gaussian1DKernel-args1-kwargs1-True] xfail
> astropy/convolution/tests/test_pickle.py::test_simple_object[-1-Gaussian2DKernel-args2-kwargs2-True] xfail
> astropy/coordinates/angles.py::astropy.coordinates.angles.Angle.is_within_bounds PASSED
> astropy/coordinates/angles.py::astropy.coordinates.angles.Angle.wrap_at PASSED
> astropy/coordinates/baseframe.py::astropy.coordinates.baseframe.BaseCoordinateFrame.represent_as PASSED
> astropy/coordinates/representation.py::astropy.coordinates.representation.CartesianRepresentation.transform PASSED
> astropy/coordinates/sky_coordinate.py::astropy.coordinates.sky_coordinate.SkyCoord PASSED
> astropy/coordinates/sky_coordinate.py::astropy.coordinates.sky_coordinate.SkyCoord.position_angle PASSED
> astropy/coordinates/solar_system.py::astropy.coordinates.solar_system._get_apparent_body_position PASSED
> astropy/coordinates/solar_system.py::astropy.coordinates.solar_system.get_body PASSED
> astropy/coordinates/solar_system.py::astropy.coordinates.solar_system.get_body_barycentric PASSED
> astropy/coordinates/solar_system.py::astropy.coordinates.solar_system.get_moon PASSED
> astropy/coordinates/builtin_frames/galactocentric.py::astropy.coordinates.builtin_frames.galactocentric.Galactocentric PASSED
> astropy/coordinates/tests/test_angles.py::test_create_angles PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_ops PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_convert PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_formatting PASSED
> astropy/coordinates/tests/test_angles.py::test_to_string_vector PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_format_roundtripping PASSED
> astropy/coordinates/tests/test_angles.py::test_radec PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_dm PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_hms PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_hm PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_sixty_hm PASSED
> astropy/coordinates/tests/test_angles.py::test_plus_sixty_hm PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_fifty_nine_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_plus_fifty_nine_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_plus_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_to_is_angle PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_to_quantity PASSED
> astropy/coordinates/tests/test_angles.py::test_quantity_to_angle PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_string PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_repr PASSED
> astropy/coordinates/tests/test_angles.py::test_large_angle_representation PASSED
> astropy/coordinates/tests/test_angles.py::test_wrap_at_inplace PASSED
> astropy/coordinates/tests/test_angles.py::test_latitude PASSED
> astropy/coordinates/tests/test_angles.py::test_longitude PASSED
> astropy/coordinates/tests/test_angles.py::test_wrap_at PASSED
> astropy/coordinates/tests/test_angles.py::test_is_within_bounds PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_mismatched_unit PASSED
> astropy/coordinates/tests/test_angles.py::test_regression_formatting_negative PASSED
> astropy/coordinates/tests/test_angles.py::test_empty_sep PASSED
> astropy/coordinates/tests/test_angles.py::test_create_tuple PASSED
> astropy/coordinates/tests/test_angles.py::test_list_of_quantities PASSED
> astropy/coordinates/tests/test_angles.py::test_multiply_divide PASSED
> astropy/coordinates/tests/test_angles.py::test_mixed_string_and_quantity PASSED
> astropy/coordinates/tests/test_angles.py::test_rotation_matrix PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_axis PASSED
> astropy/coordinates/tests/test_angles.py::test_array_angle_tostring PASSED
> astropy/coordinates/tests/test_angles.py::test_wrap_at_without_new PASSED
> astropy/coordinates/tests/test_angles.py::test_repr_latex PASSED
> astropy/coordinates/tests/test_angles.py::test_create_angles PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_ops PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_convert PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_formatting PASSED
> astropy/coordinates/tests/test_angles.py::test_to_string_vector PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_format_roundtripping PASSED
> astropy/coordinates/tests/test_angles.py::test_radec PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_dm PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_hms PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_zero_hm PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_sixty_hm PASSED
> astropy/coordinates/tests/test_angles.py::test_plus_sixty_hm PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_fifty_nine_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_plus_fifty_nine_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_negative_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_plus_sixty_dms PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_to_is_angle PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_to_quantity PASSED
> astropy/coordinates/tests/test_angles.py::test_quantity_to_angle PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_string PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_repr PASSED
> astropy/coordinates/tests/test_angles.py::test_large_angle_representation PASSED
> astropy/coordinates/tests/test_angles.py::test_wrap_at_inplace PASSED
> astropy/coordinates/tests/test_angles.py::test_latitude PASSED
> astropy/coordinates/tests/test_angles.py::test_longitude PASSED
> astropy/coordinates/tests/test_angles.py::test_wrap_at PASSED
> astropy/coordinates/tests/test_angles.py::test_is_within_bounds PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_mismatched_unit PASSED
> astropy/coordinates/tests/test_angles.py::test_regression_formatting_negative PASSED
> astropy/coordinates/tests/test_angles.py::test_empty_sep PASSED
> astropy/coordinates/tests/test_angles.py::test_create_tuple PASSED
> astropy/coordinates/tests/test_angles.py::test_list_of_quantities PASSED
> astropy/coordinates/tests/test_angles.py::test_multiply_divide PASSED
> astropy/coordinates/tests/test_angles.py::test_mixed_string_and_quantity PASSED
> astropy/coordinates/tests/test_angles.py::test_rotation_matrix PASSED
> astropy/coordinates/tests/test_angles.py::test_angle_axis PASSED
> astropy/coordinates/tests/test_angles.py::test_array_angle_tostring PASSED
> astropy/coordinates/tests/test_angles.py::test_wrap_at_without_new PASSED
> astropy/coordinates/tests/test_angles.py::test_repr_latex PASSED
> astropy/coordinates/tests/test_angular_separation.py::test_angsep PASSED
> astropy/coordinates/tests/test_angular_separation.py::test_fk5_seps PASSED
> astropy/coordinates/tests/test_angular_separation.py::test_proj_separations PASSED
> astropy/coordinates/tests/test_angular_separation.py::test_3d_separations PASSED
> astropy/coordinates/tests/test_api_ape5.py::test_representations_api PASSED
> astropy/coordinates/tests/test_api_ape5.py::test_frame_api PASSED
> astropy/coordinates/tests/test_api_ape5.py::test_transform_api PASSED
> astropy/coordinates/tests/test_api_ape5.py::test_highlevel_api PASSED
> astropy/coordinates/tests/test_api_ape5.py::test_highlevel_api_remote SKIPPED
> astropy/coordinates/tests/test_arrays.py::test_angle_arrays PASSED
> astropy/coordinates/tests/test_arrays.py::test_dms PASSED
> astropy/coordinates/tests/test_arrays.py::test_hms PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_creation PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_distances PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_transformations[arrshape0-None] PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_transformations[arrshape1-None] PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_transformations[arrshape2-distance2] PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_precession PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_separation PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_indexing PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_len PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_eq PASSED
> astropy/coordinates/tests/test_arrays.py::test_angle_arrays PASSED
> astropy/coordinates/tests/test_arrays.py::test_dms PASSED
> astropy/coordinates/tests/test_arrays.py::test_hms PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_creation PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_distances PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_transformations[arrshape0-None] PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_transformations[arrshape1-None] PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_coordinates_transformations[arrshape2-distance2] PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_precession PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_separation PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_indexing PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_len PASSED
> astropy/coordinates/tests/test_arrays.py::test_array_eq PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st0] PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st1] PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st2] PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st3] PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st0] PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st1] PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st2] PASSED
> astropy/coordinates/tests/test_atc_replacements.py::test_atciqz_aticq[st3] PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_m31_coord_transforms[ICRS-FK5-fromcoo0-tocoo0] PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_m31_coord_transforms[ICRS-FK4-fromcoo1-tocoo1] PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_m31_coord_transforms[ICRS-Galactic-fromcoo2-tocoo2] PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_m31_coord_transforms[FK5-FK4-fromcoo3-tocoo3] PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_m31_coord_transforms[FK5-Galactic-fromcoo4-tocoo4] PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_m31_coord_transforms[FK4-Galactic-fromcoo5-tocoo5] PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_precession PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_fk5_galactic PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_galactocentric PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::test_supergalactic PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::TestHCRS::test_from_hcrs PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::TestHCRS::test_from_icrs PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::TestHelioBaryCentric::test_heliocentric PASSED
> astropy/coordinates/tests/test_celestial_transformations.py::TestHelioBaryCentric::test_barycentric PASSED
> astropy/coordinates/tests/test_distance.py::test_distances PASSED
> astropy/coordinates/tests/test_distance.py::test_distances_scipy PASSED
> astropy/coordinates/tests/test_distance.py::test_distance_change PASSED
> astropy/coordinates/tests/test_distance.py::test_distance_is_quantity PASSED
> astropy/coordinates/tests/test_distance.py::test_distmod PASSED
> astropy/coordinates/tests/test_distance.py::test_distance_in_coordinates PASSED
> astropy/coordinates/tests/test_distance.py::test_negative_distance PASSED
> astropy/coordinates/tests/test_distance.py::test_distance_comparison PASSED
> astropy/coordinates/tests/test_distance.py::test_distance_to_quantity_when_not_units_of_length PASSED
> astropy/coordinates/tests/test_earth.py::test_gc2gd PASSED
> astropy/coordinates/tests/test_earth.py::test_gd2gc PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_default_ellipsoid PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_geo_attributes PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_attribute_classes PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_input PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_invalid_input PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_slicing PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_invalid_ellipsoid PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_ellipsoid[WGS84] PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_ellipsoid[GRS80] PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_ellipsoid[WGS72] PASSED
> astropy/coordinates/tests/test_earth.py::test_pickling PASSED
> astropy/coordinates/tests/test_earth.py::test_repr_latex PASSED
> astropy/coordinates/tests/test_earth.py::test_gc2gd PASSED
> astropy/coordinates/tests/test_earth.py::test_gd2gc PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_default_ellipsoid PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_geo_attributes PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_attribute_classes PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_input PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_invalid_input PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_slicing PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_invalid_ellipsoid PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_ellipsoid[WGS84] PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_ellipsoid[GRS80] PASSED
> astropy/coordinates/tests/test_earth.py::TestInput::test_ellipsoid[WGS72] PASSED
> astropy/coordinates/tests/test_earth.py::test_pickling PASSED
> astropy/coordinates/tests/test_earth.py::test_repr_latex PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_precision PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_decimal PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_formats PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_fields PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_padding PASSED
> astropy/coordinates/tests/test_formatting.py::test_sexagesimal_rounding_up PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_scalar PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_radian_with_precision PASSED
> astropy/coordinates/tests/test_formatting.py::test_sexagesimal_round_down PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_fields_colon PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_precision PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_decimal PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_formats PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_fields PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_padding PASSED
> astropy/coordinates/tests/test_formatting.py::test_sexagesimal_rounding_up PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_scalar PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_radian_with_precision PASSED
> astropy/coordinates/tests/test_formatting.py::test_sexagesimal_round_down PASSED
> astropy/coordinates/tests/test_formatting.py::test_to_string_fields_colon PASSED
> astropy/coordinates/tests/test_frames.py::test_frame_attribute_descriptor PASSED
> astropy/coordinates/tests/test_frames.py::test_frame_subclass_attribute_descriptor PASSED
> astropy/coordinates/tests/test_frames.py::test_create_data_frames PASSED
> astropy/coordinates/tests/test_frames.py::test_create_orderered_data PASSED
> astropy/coordinates/tests/test_frames.py::test_create_nodata_frames PASSED
> astropy/coordinates/tests/test_frames.py::test_frame_repr PASSED
> astropy/coordinates/tests/test_frames.py::test_converting_units PASSED
> astropy/coordinates/tests/test_frames.py::test_realizing PASSED
> astropy/coordinates/tests/test_frames.py::test_getitem PASSED
> astropy/coordinates/tests/test_frames.py::test_transform PASSED
> astropy/coordinates/tests/test_frames.py::test_sep PASSED
> astropy/coordinates/tests/test_frames.py::test_time_inputs PASSED
> astropy/coordinates/tests/test_frames.py::test_is_frame_attr_default PASSED
> astropy/coordinates/tests/test_frames.py::test_altaz_attributes PASSED
> astropy/coordinates/tests/test_frames.py::test_representation PASSED
> astropy/coordinates/tests/test_frames.py::test_represent_as PASSED
> astropy/coordinates/tests/test_frames.py::test_dynamic_attrs PASSED
> astropy/coordinates/tests/test_frames.py::test_nodata_error PASSED
> astropy/coordinates/tests/test_frames.py::test_len0_data PASSED
> astropy/coordinates/tests/test_frames.py::test_quantity_attributes PASSED
> astropy/coordinates/tests/test_frames.py::test_eloc_attributes PASSED
> astropy/coordinates/tests/test_frames.py::test_equivalent_frames PASSED
> astropy/coordinates/tests/test_frames.py::test_representation_subclass PASSED
> astropy/coordinates/tests/test_frames.py::test_getitem_representation PASSED
> astropy/coordinates/tests/test_frames.py::test_component_error_useful PASSED
> astropy/coordinates/tests/test_funcs.py::test_sun PASSED
> astropy/coordinates/tests/test_funcs.py::test_concatenate PASSED
> astropy/coordinates/tests/test_funcs.py::test_constellations PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations0-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations0-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations1-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations1-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations1-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations0-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations2-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations2-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations2-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations2-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations2-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations1-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations1-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations0-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations3-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations3-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations3-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations3-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations3-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations3-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations3-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations2-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations2-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations1-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations1-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations0-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations4-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations4-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations4-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations4-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations4-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations4-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations4-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations4-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations4-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations3-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations3-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations2-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations2-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations1-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations1-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2010-fullstack_locations0-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations0-fullstack_obsconditions4] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations4-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations0-fullstack_obsconditions3] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations3-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations0-fullstack_obsconditions2] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations2-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations0-fullstack_obsconditions1] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_iau_fullstack[J2000.1-fullstack_locations1-fullstack_obsconditions0] PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_fiducial_roudtrip PASSED
> astropy/coordinates/tests/test_iau_fullstack.py::test_future_altaz PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_cirs PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrs[icoo0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrs[icoo1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrs_dist_diff[gframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrs_dist_diff[gframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_to_altaz PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_itrs PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_itrs PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_cirs PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_precessed_geocentric PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_sunish[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_sunish[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_sunish[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_sunish[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_sunish[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_moonish[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_moonish[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_moonish[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_moonish[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_moonish[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_bothroutes[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_bothroutes[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_bothroutes[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_bothroutes[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_altaz_bothroutes[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_altaz_moonish[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_altaz_moonish[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_altaz_moonish[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_altaz_moonish[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_altaz_moonish[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_icrs_moonish[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_icrs_moonish[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_icrs_moonish[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_icrs_moonish[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_cirs_icrs_moonish[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_icrs_moonish[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_icrs_moonish[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_icrs_moonish[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_icrs_moonish[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_icrs_moonish[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrscirs_sunish[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrscirs_sunish[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrscirs_sunish[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrscirs_sunish[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_gcrscirs_sunish[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_altaz_moonish[testframe0] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_altaz_moonish[testframe1] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_altaz_moonish[testframe2] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_altaz_moonish[testframe3] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_icrs_altaz_moonish[testframe4] PASSED
> astropy/coordinates/tests/test_intermediate_transformations.py::test_gcrs_self_transform_closeby PASSED
> astropy/coordinates/tests/test_matching.py::test_matching_function PASSED
> astropy/coordinates/tests/test_matching.py::test_matching_function_3d_and_sky PASSED
> astropy/coordinates/tests/test_matching.py::test_kdtree_storage PASSED
> astropy/coordinates/tests/test_matching.py::test_matching_method PASSED
> astropy/coordinates/tests/test_matching.py::test_search_around PASSED
> astropy/coordinates/tests/test_matching.py::test_search_around_scalar PASSED
> astropy/coordinates/tests/test_name_resolve.py::test_names SKIPPED
> astropy/coordinates/tests/test_name_resolve.py::test_database_specify[NGC 3642-db_dict0] SKIPPED
> astropy/coordinates/tests/test_name_resolve.py::test_database_specify[castor-db_dict1] SKIPPED
> astropy/coordinates/tests/test_name_resolve.py::test_names SKIPPED
> astropy/coordinates/tests/test_name_resolve.py::test_database_specify[NGC 3642-db_dict0] SKIPPED
> astropy/coordinates/tests/test_name_resolve.py::test_database_specify[castor-db_dict1] SKIPPED
> astropy/coordinates/tests/test_pickle.py::test_basic PASSED
> astropy/coordinates/tests/test_pickle.py::test_pickle_longitude_wrap_angle PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[0-Angle-args0-kwargs0-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[0-Distance-args1-kwargs1-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[0-DynamicMatrixTransform-args2-kwargs2-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[0-ICRS-args3-kwargs3-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[0-Latitude-args4-kwargs4-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[0-Longitude-args5-kwargs5-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[0-StaticMatrixTransform-args6-kwargs6-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[1-Angle-args0-kwargs0-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[1-Distance-args1-kwargs1-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[1-DynamicMatrixTransform-args2-kwargs2-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[1-ICRS-args3-kwargs3-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[1-Latitude-args4-kwargs4-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[1-Longitude-args5-kwargs5-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[1-StaticMatrixTransform-args6-kwargs6-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[-1-Angle-args0-kwargs0-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[-1-Distance-args1-kwargs1-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[-1-DynamicMatrixTransform-args2-kwargs2-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[-1-ICRS-args3-kwargs3-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[-1-Latitude-args4-kwargs4-False] PASSED
> astropy/coordinates/tests/test_pickle.py::test_simple_object[-1-Longitude-args5-kwargs5-True] xfail
> astropy/coordinates/tests/test_pickle.py::test_simple_object[-1-StaticMatrixTransform-args6-kwargs6-False] PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_5085 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_3920 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_3938 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_3998 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_4033 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_4082 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_4210 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_futuretimes_4302 PASSED
> astropy/coordinates/tests/test_regression.py::test_regression_4996 PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_empty_init PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_init_quantity PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_init_lonlat PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_init_array PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_init_array_nocopy PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_init_float32_array PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_reprobj PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_broadcasting PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_broadcasting_mismatch PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_init_str PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_mixed_units PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_readonly PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_getitem PASSED
> astropy/coordinates/tests/test_representation.py::TestSphericalRepresentation::test_getitem_scalar PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_empty_init PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_init_quantity PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_init_lonlat PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_init_array PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_init_array_nocopy PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_reprobj PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_broadcasting PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_broadcasting_mismatch PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_init_str PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_mixed_units PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_readonly PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_getitem PASSED
> astropy/coordinates/tests/test_representation.py::TestUnitSphericalRepresentation::test_getitem_scalar PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_empty_init PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_init_quantity PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_init_phitheta PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_init_array PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_init_array_nocopy PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_reprobj PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_broadcasting PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_broadcasting_mismatch PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_init_str PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_mixed_units PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_readonly PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_getitem PASSED
> astropy/coordinates/tests/test_representation.py::TestPhysicsSphericalRepresentation::test_getitem_scalar PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_empty_init PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_init_quantity PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_init_singleunit PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_init_array PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_init_one_array PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_init_one_array_size_fail PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_init_one_array_yz_fail PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_init_array_nocopy PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_reprobj PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_broadcasting PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_broadcasting_mismatch PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_mixed_units PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_readonly PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_xyz PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_unit_mismatch PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_unit_non_length PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_getitem PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_getitem_scalar PASSED
> astropy/coordinates/tests/test_representation.py::TestCartesianRepresentation::test_transform PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_empty_init PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_init_quantity PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_init_array PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_init_array_nocopy PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_reprobj PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_broadcasting PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_broadcasting_mismatch PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_mixed_units PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_readonly PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_getitem PASSED
> astropy/coordinates/tests/test_representation.py::TestCylindricalRepresentation::test_getitem_scalar PASSED
> astropy/coordinates/tests/test_representation.py::test_cartesian_spherical_roundtrip PASSED
> astropy/coordinates/tests/test_representation.py::test_cartesian_physics_spherical_roundtrip PASSED
> astropy/coordinates/tests/test_representation.py::test_spherical_physics_spherical_roundtrip PASSED
> astropy/coordinates/tests/test_representation.py::test_cartesian_cylindrical_roundtrip PASSED
> astropy/coordinates/tests/test_representation.py::test_unit_spherical_roundtrip PASSED
> astropy/coordinates/tests/test_representation.py::test_no_unnecessary_copies PASSED
> astropy/coordinates/tests/test_representation.py::test_representation_repr PASSED
> astropy/coordinates/tests/test_representation.py::test_representation_str PASSED
> astropy/coordinates/tests/test_representation.py::test_subclass_representation PASSED
> astropy/coordinates/tests/test_sites.py::test_builtin_sites PASSED
> astropy/coordinates/tests/test_sites.py::test_online_stes SKIPPED
> astropy/coordinates/tests/test_sites.py::test_EarthLocation_basic SKIPPED
> astropy/coordinates/tests/test_sites.py::test_EarthLocation_state_offline PASSED
> astropy/coordinates/tests/test_sites.py::test_EarthLocation_state_online SKIPPED
> astropy/coordinates/tests/test_sites.py::test_registry PASSED
> astropy/coordinates/tests/test_sites.py::test_non_EarthLocation PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_transform_to PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-ICRS-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK4-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-FK5-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[ICRS-Galactic-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-ICRS-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK4-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-FK5-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK4-Galactic-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-ICRS-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK4-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-FK5-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[FK5-Galactic-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-ICRS-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK4-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-FK5-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-None-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-None-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-None-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-J1975.0-None-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-J1975.0-None-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-None-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-None-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-J1975.0-J1980.0-None] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_round_tripping[Galactic-Galactic-J1975.0-J1975.0-J1980.0-J1980.0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_coord_init_string PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_coord_init_unit PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_coord_init_list PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_coord_init_array PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_coord_init_representation PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_frame_init PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_attr_inheritance PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_attr_conflicts PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_frame_attr_getattr PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_to_string PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_seps PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_repr PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_repr_altaz PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_ops PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_none_transform PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_position_angle PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_position_angle_directly PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_table_to_coord PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit10-unit20-unit30-Latitude-l-b-distance-spherical-c10-c20-c30] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit11-unit21-unit31-Latitude-l-b-distance-spherical-c11-c21-c31] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit12-unit22-unit32-Latitude-l-b-distance-spherical-c12-c22-c32] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit13-unit23-unit33-Latitude-l-b-distance-spherical-c13-c23-c33] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit14-unit24-unit34-Latitude-l-b-distance-SphericalRepresentation-c14-c24-c34] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit15-unit25-unit35-Latitude-l-b-distance-SphericalRepresentation-c15-c25-c35] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit16-unit26-unit36-Latitude-l-b-distance-SphericalRepresentation-c16-c26-c36] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[spherical-unit17-unit27-unit37-Latitude-l-b-distance-SphericalRepresentation-c17-c27-c37] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit18-unit28-unit38-Angle-phi-theta-r-physicsspherical-c18-c28-c38] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit19-unit29-unit39-Angle-phi-theta-r-physicsspherical-c19-c29-c39] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit110-unit210-unit310-Angle-phi-theta-r-physicsspherical-c110-c210-c310] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit111-unit211-unit311-Angle-phi-theta-r-physicsspherical-c111-c211-c311] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit112-unit212-unit312-Angle-phi-theta-r-PhysicsSphericalRepresentation-c112-c212-c312] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit113-unit213-unit313-Angle-phi-theta-r-PhysicsSphericalRepresentation-c113-c213-c313] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit114-unit214-unit314-Angle-phi-theta-r-PhysicsSphericalRepresentation-c114-c214-c314] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[physicsspherical-unit115-unit215-unit315-Angle-phi-theta-r-PhysicsSphericalRepresentation-c115-c215-c315] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit116-unit216-unit316-Quantity-w-u-v-cartesian-c116-c216-c316] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit117-unit217-unit317-Quantity-w-u-v-cartesian-c117-c217-c317] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit118-unit218-unit318-Quantity-w-u-v-cartesian-c118-c218-c318] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit119-unit219-unit319-Quantity-w-u-v-cartesian-c119-c219-c319] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit120-unit220-unit320-Quantity-w-u-v-CartesianRepresentation-c120-c220-c320] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit121-unit221-unit321-Quantity-w-u-v-CartesianRepresentation-c121-c221-c321] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit122-unit222-unit322-Quantity-w-u-v-CartesianRepresentation-c122-c222-c322] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cartesian-unit123-unit223-unit323-Quantity-w-u-v-CartesianRepresentation-c123-c223-c323] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit124-unit224-unit324-Angle-rho-phi-z-cylindrical-c124-c224-c324] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit125-unit225-unit325-Angle-rho-phi-z-cylindrical-c125-c225-c325] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit126-unit226-unit326-Angle-rho-phi-z-cylindrical-c126-c226-c326] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit127-unit227-unit327-Angle-rho-phi-z-cylindrical-c127-c227-c327] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit128-unit228-unit328-Angle-rho-phi-z-CylindricalRepresentation-c128-c228-c328] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit129-unit229-unit329-Angle-rho-phi-z-CylindricalRepresentation-c129-c229-c329] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit130-unit230-unit330-Angle-rho-phi-z-CylindricalRepresentation-c130-c230-c330] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_three_components[cylindrical-unit131-unit231-unit331-Angle-rho-phi-z-CylindricalRepresentation-c131-c231-c331] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit10-unit20-unit30-Latitude-l-b-distance-spherical-c10-c20-c30] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit11-unit21-unit31-Latitude-l-b-distance-spherical-c11-c21-c31] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit12-unit22-unit32-Latitude-l-b-distance-spherical-c12-c22-c32] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit13-unit23-unit33-Latitude-l-b-distance-spherical-c13-c23-c33] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit14-unit24-unit34-Latitude-l-b-distance-SphericalRepresentation-c14-c24-c34] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit15-unit25-unit35-Latitude-l-b-distance-SphericalRepresentation-c15-c25-c35] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit16-unit26-unit36-Latitude-l-b-distance-SphericalRepresentation-c16-c26-c36] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[spherical-unit17-unit27-unit37-Latitude-l-b-distance-SphericalRepresentation-c17-c27-c37] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit18-unit28-None-Latitude-l-b-None-unitspherical-c18-c28-c38] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit19-unit29-None-Latitude-l-b-None-unitspherical-c19-c29-c39] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit110-unit210-None-Latitude-l-b-None-unitspherical-c110-c210-c310] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit111-unit211-None-Latitude-l-b-None-unitspherical-c111-c211-c311] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit112-unit212-None-Latitude-l-b-None-UnitSphericalRepresentation-c112-c212-c312] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit113-unit213-None-Latitude-l-b-None-UnitSphericalRepresentation-c113-c213-c313] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit114-unit214-None-Latitude-l-b-None-UnitSphericalRepresentation-c114-c214-c314] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_spherical_two_components[unitspherical-unit115-unit215-None-Latitude-l-b-None-UnitSphericalRepresentation-c115-c215-c315] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit10-unit20-unit30-Latitude-l-b-distance-spherical-c10-c20-c30] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit11-unit21-unit31-Latitude-l-b-distance-spherical-c11-c21-c31] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit12-unit22-unit32-Latitude-l-b-distance-spherical-c12-c22-c32] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit13-unit23-unit33-Latitude-l-b-distance-spherical-c13-c23-c33] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit14-unit24-unit34-Latitude-l-b-distance-SphericalRepresentation-c14-c24-c34] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit15-unit25-unit35-Latitude-l-b-distance-SphericalRepresentation-c15-c25-c35] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit16-unit26-unit36-Latitude-l-b-distance-SphericalRepresentation-c16-c26-c36] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[spherical-unit17-unit27-unit37-Latitude-l-b-distance-SphericalRepresentation-c17-c27-c37] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit18-unit28-unit38-Angle-phi-theta-r-physicsspherical-c18-c28-c38] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit19-unit29-unit39-Angle-phi-theta-r-physicsspherical-c19-c29-c39] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit110-unit210-unit310-Angle-phi-theta-r-physicsspherical-c110-c210-c310] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit111-unit211-unit311-Angle-phi-theta-r-physicsspherical-c111-c211-c311] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit112-unit212-unit312-Angle-phi-theta-r-PhysicsSphericalRepresentation-c112-c212-c312] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit113-unit213-unit313-Angle-phi-theta-r-PhysicsSphericalRepresentation-c113-c213-c313] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit114-unit214-unit314-Angle-phi-theta-r-PhysicsSphericalRepresentation-c114-c214-c314] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[physicsspherical-unit115-unit215-unit315-Angle-phi-theta-r-PhysicsSphericalRepresentation-c115-c215-c315] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit116-unit216-unit316-Quantity-w-u-v-cartesian-c116-c216-c316] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit117-unit217-unit317-Quantity-w-u-v-cartesian-c117-c217-c317] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit118-unit218-unit318-Quantity-w-u-v-cartesian-c118-c218-c318] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit119-unit219-unit319-Quantity-w-u-v-cartesian-c119-c219-c319] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit120-unit220-unit320-Quantity-w-u-v-CartesianRepresentation-c120-c220-c320] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit121-unit221-unit321-Quantity-w-u-v-CartesianRepresentation-c121-c221-c321] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit122-unit222-unit322-Quantity-w-u-v-CartesianRepresentation-c122-c222-c322] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cartesian-unit123-unit223-unit323-Quantity-w-u-v-CartesianRepresentation-c123-c223-c323] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit124-unit224-unit324-Angle-rho-phi-z-cylindrical-c124-c224-c324] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit125-unit225-unit325-Angle-rho-phi-z-cylindrical-c125-c225-c325] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit126-unit226-unit326-Angle-rho-phi-z-cylindrical-c126-c226-c326] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit127-unit227-unit327-Angle-rho-phi-z-cylindrical-c127-c227-c327] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit128-unit228-unit328-Angle-rho-phi-z-CylindricalRepresentation-c128-c228-c328] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit129-unit229-unit329-Angle-rho-phi-z-CylindricalRepresentation-c129-c229-c329] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit130-unit230-unit330-Angle-rho-phi-z-CylindricalRepresentation-c130-c230-c330] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_three_components[cylindrical-unit131-unit231-unit331-Angle-rho-phi-z-CylindricalRepresentation-c131-c231-c331] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit10-unit20-unit30-Latitude-l-b-distance-spherical-c10-c20-c30] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit11-unit21-unit31-Latitude-l-b-distance-spherical-c11-c21-c31] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit12-unit22-unit32-Latitude-l-b-distance-spherical-c12-c22-c32] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit13-unit23-unit33-Latitude-l-b-distance-spherical-c13-c23-c33] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit14-unit24-unit34-Latitude-l-b-distance-SphericalRepresentation-c14-c24-c34] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit15-unit25-unit35-Latitude-l-b-distance-SphericalRepresentation-c15-c25-c35] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit16-unit26-unit36-Latitude-l-b-distance-SphericalRepresentation-c16-c26-c36] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[spherical-unit17-unit27-unit37-Latitude-l-b-distance-SphericalRepresentation-c17-c27-c37] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit18-unit28-None-Latitude-l-b-None-unitspherical-c18-c28-c38] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit19-unit29-None-Latitude-l-b-None-unitspherical-c19-c29-c39] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit110-unit210-None-Latitude-l-b-None-unitspherical-c110-c210-c310] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit111-unit211-None-Latitude-l-b-None-unitspherical-c111-c211-c311] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit112-unit212-None-Latitude-l-b-None-UnitSphericalRepresentation-c112-c212-c312] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit113-unit213-None-Latitude-l-b-None-UnitSphericalRepresentation-c113-c213-c313] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit114-unit214-None-Latitude-l-b-None-UnitSphericalRepresentation-c114-c214-c314] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_galactic_spherical_two_components[unitspherical-unit115-unit215-None-Latitude-l-b-None-UnitSphericalRepresentation-c115-c215-c315] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_coordinate_input[spherical-unit10-unit20-unit30-Latitude-l-b-distance] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_coordinate_input[physicsspherical-unit11-unit21-unit31-Angle-phi-theta-r] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_coordinate_input[cartesian-unit12-unit22-unit32-Quantity-w-u-v] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_coordinate_input[cylindrical-unit13-unit23-unit33-Angle-rho-phi-z] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_string_coordinate_input PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_units PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_units_known_fail xfail
> astropy/coordinates/tests/test_sky_coord.py::test_nodata_failure PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_wcs_methods[wcs-0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_wcs_methods[all-0] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_wcs_methods[all-1] PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_frame_attr_transform_inherit PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_deepcopy PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_no_copy PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_immutable PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_search_around PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_init_with_frame_instance_keyword PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_init_with_frame_instance_positional PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_guess_from_table PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_skycoord_list_creation PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_nd_skycoord_to_string PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_equiv_skycoord PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_constellations PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_constellations_with_nameresolve SKIPPED
> astropy/coordinates/tests/test_sky_coord.py::test_getitem_representation PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_spherical_offsets PASSED
> astropy/coordinates/tests/test_sky_coord.py::test_frame_attr_changes PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset[inradec0-expectedlatlon0-tolsep0] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset[inradec1-expectedlatlon1-tolsep1] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset[inradec2-expectedlatlon2-tolsep2] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset[inradec3-expectedlatlon3-tolsep3] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset_functional_ra PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset_functional_dec PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset_functional_ra_dec PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skycoord_skyoffset_frame PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_m31_coord_transforms[ICRS-FK5-fromcoo0-tocoo0] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_m31_coord_transforms[ICRS-Galactic-fromcoo1-tocoo1] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_m31_coord_transforms[FK5-Galactic-fromcoo2-tocoo2] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_altaz_attribute_transforms PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_rotation[rotation0-expectedlatlon0] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_rotation[rotation1-expectedlatlon1] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_rotation[rotation2-expectedlatlon2] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_rotation[rotation3-expectedlatlon3] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skycoord_skyoffset_frame_rotation[rotation0-expectedlatlon0] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skycoord_skyoffset_frame_rotation[rotation1-expectedlatlon1] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skycoord_skyoffset_frame_rotation[rotation2-expectedlatlon2] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skycoord_skyoffset_frame_rotation[rotation3-expectedlatlon3] PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset_names PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset_origindata PASSED
> astropy/coordinates/tests/test_skyoffset_transformations.py::test_skyoffset_lonwrap PASSED
> astropy/coordinates/tests/test_solar_system.py::test_positions_skyfield SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_erfa_planet[mercury-sep_tol0-dist_tol0] PASSED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_erfa_planet[jupiter-sep_tol1-dist_tol1] PASSED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_erfa_planet[moon-sep_tol2-dist_tol2] PASSED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_erfa_planet[sun-sep_tol3-dist_tol3] PASSED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_de432s_planet[mercury] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_de432s_planet[jupiter] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_de432s_planet[sun] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionsGeocentric::test_de432s_moon SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionKittPeak::test_erfa_planet[mercury-sep_tol0-dist_tol0] PASSED
> astropy/coordinates/tests/test_solar_system.py::TestPositionKittPeak::test_erfa_planet[jupiter-sep_tol1-dist_tol1] PASSED
> astropy/coordinates/tests/test_solar_system.py::TestPositionKittPeak::test_de432s_planet[mercury] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionKittPeak::test_de432s_planet[jupiter] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionKittPeak::test_de432s_moon SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionKittPeak::test_custom_kernel_spec_body[mercury] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::TestPositionKittPeak::test_custom_kernel_spec_body[jupiter] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::test_get_sun_consistency[time0] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::test_get_sun_consistency[time1] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::test_get_sun_consistency[time2] SKIPPED
> astropy/coordinates/tests/test_solar_system.py::test_get_moon_nonscalar_regression PASSED
> astropy/coordinates/tests/test_transformations.py::test_transform_classes PASSED
> astropy/coordinates/tests/test_transformations.py::test_transform_decos PASSED
> astropy/coordinates/tests/test_transformations.py::test_shortest_path PASSED
> astropy/coordinates/tests/test_transformations.py::test_sphere_cart PASSED
> astropy/coordinates/tests/test_transformations.py::test_transform_path_pri PASSED
> astropy/coordinates/tests/test_transformations.py::test_obstime PASSED
> astropy/coordinates/tests/test_unit_representation.py::test_unit_representation_subclass PASSED
> astropy/coordinates/tests/accuracy/test_altaz_icrs.py::test_against_hor2eq PASSED
> astropy/coordinates/tests/accuracy/test_altaz_icrs.py::test_against_pyephem PASSED
> astropy/coordinates/tests/accuracy/test_altaz_icrs.py::test_against_jpl_horizons PASSED
> astropy/coordinates/tests/accuracy/test_altaz_icrs.py::test_fk5_equinox_and_epoch_j2000_0_to_topocentric_observed xfail
> astropy/coordinates/tests/accuracy/test_ecliptic.py::test_against_pytpm_doc_example PASSED
> astropy/coordinates/tests/accuracy/test_ecliptic.py::test_ecliptic_heliobary PASSED
> astropy/coordinates/tests/accuracy/test_ecliptic.py::test_ecl_geo PASSED
> astropy/coordinates/tests/accuracy/test_ecliptic.py::test_arraytransforms PASSED
> astropy/coordinates/tests/accuracy/test_ecliptic.py::test_roundtrip_scalar PASSED
> astropy/coordinates/tests/accuracy/test_fk4_no_e_fk4.py::test_fk4_no_e_fk4 PASSED
> astropy/coordinates/tests/accuracy/test_fk4_no_e_fk5.py::test_fk4_no_e_fk5 PASSED
> astropy/coordinates/tests/accuracy/test_galactic_fk4.py::test_galactic_fk4 PASSED
> astropy/coordinates/tests/accuracy/test_icrs_fk5.py::test_icrs_fk5 PASSED
> astropy/cosmology/tests/test_cosmology.py::test_init PASSED
> astropy/cosmology/tests/test_cosmology.py::test_basic PASSED
> astropy/cosmology/tests/test_cosmology.py::test_units PASSED
> astropy/cosmology/tests/test_cosmology.py::test_distance_broadcast PASSED
> astropy/cosmology/tests/test_cosmology.py::test_clone PASSED
> astropy/cosmology/tests/test_cosmology.py::test_xtfuncs PASSED
> astropy/cosmology/tests/test_cosmology.py::test_repr PASSED
> astropy/cosmology/tests/test_cosmology.py::test_flat_z1 PASSED
> astropy/cosmology/tests/test_cosmology.py::test_zeroing PASSED
> astropy/cosmology/tests/test_cosmology.py::test_de_subclass PASSED
> astropy/cosmology/tests/test_cosmology.py::test_varyde_lumdist_mathematica PASSED
> astropy/cosmology/tests/test_cosmology.py::test_matter PASSED
> astropy/cosmology/tests/test_cosmology.py::test_ocurv PASSED
> astropy/cosmology/tests/test_cosmology.py::test_ode PASSED
> astropy/cosmology/tests/test_cosmology.py::test_ogamma PASSED
> astropy/cosmology/tests/test_cosmology.py::test_tcmb PASSED
> astropy/cosmology/tests/test_cosmology.py::test_tnu PASSED
> astropy/cosmology/tests/test_cosmology.py::test_efunc_vs_invefunc PASSED
> astropy/cosmology/tests/test_cosmology.py::test_efunc_vs_invefunc_flrw PASSED
> astropy/cosmology/tests/test_cosmology.py::test_kpc_methods PASSED
> astropy/cosmology/tests/test_cosmology.py::test_comoving_volume PASSED
> astropy/cosmology/tests/test_cosmology.py::test_differential_comoving_volume PASSED
> astropy/cosmology/tests/test_cosmology.py::test_flat_open_closed_icosmo PASSED
> astropy/cosmology/tests/test_cosmology.py::test_integral PASSED
> astropy/cosmology/tests/test_cosmology.py::test_wz PASSED
> astropy/cosmology/tests/test_cosmology.py::test_de_densityscale PASSED
> astropy/cosmology/tests/test_cosmology.py::test_age PASSED
> astropy/cosmology/tests/test_cosmology.py::test_distmod PASSED
> astropy/cosmology/tests/test_cosmology.py::test_neg_distmod PASSED
> astropy/cosmology/tests/test_cosmology.py::test_critical_density PASSED
> astropy/cosmology/tests/test_cosmology.py::test_comoving_distance_z1z2 PASSED
> astropy/cosmology/tests/test_cosmology.py::test_comoving_transverse_distance_z1z2 PASSED
> astropy/cosmology/tests/test_cosmology.py::test_angular_diameter_distance_z1z2 PASSED
> astropy/cosmology/tests/test_cosmology.py::test_absorption_distance PASSED
> astropy/cosmology/tests/test_cosmology.py::test_massivenu_basic PASSED
> astropy/cosmology/tests/test_cosmology.py::test_distances PASSED
> astropy/cosmology/tests/test_cosmology.py::test_massivenu_density PASSED
> astropy/cosmology/tests/test_cosmology.py::test_z_at_value PASSED
> astropy/cosmology/tests/test_cosmology.py::test_z_at_value_roundtrip PASSED
> astropy/cosmology/tests/test_pickle.py::test_flrw[0-FLRW-False] PASSED
> astropy/cosmology/tests/test_pickle.py::test_flrw[1-FLRW-False] PASSED
> astropy/cosmology/tests/test_pickle.py::test_flrw[-1-FLRW-False] PASSED
> astropy/io/ascii/core.py::astropy.io.ascii.core.CsvWriter PASSED
> astropy/io/ascii/daophot.py::astropy.io.ascii.daophot.Daophot PASSED
> astropy/io/ascii/ipac.py::astropy.io.ascii.ipac.Ipac PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_simple_data[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_simple_data[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_read_types PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_supplied_names[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_supplied_names[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_no_header[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_no_header[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_no_header_supplied_names[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_no_header_supplied_names[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_comment[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_comment[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_empty_lines[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_empty_lines[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_lstrip_whitespace[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_lstrip_whitespace[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_rstrip_whitespace[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_rstrip_whitespace[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_conversion[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_conversion[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_delimiter[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_delimiter[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_include_names[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_include_names[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_exclude_names[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_exclude_names[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_include_exclude_names[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_include_exclude_names[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_quoted_fields[True] xfail
> astropy/io/ascii/tests/test_c_reader.py::test_quoted_fields[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_invalid_parameters PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_too_many_cols PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_not_enough_cols[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_not_enough_cols[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_data_end[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_data_end[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_inf_nan[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_inf_nan[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_fill_values[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_fill_values[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_fill_include_exclude_names[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_fill_include_exclude_names[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_many_rows[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_many_rows[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_many_columns[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_many_columns[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_fast_reader PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_read_tab[True] xfail
> astropy/io/ascii/tests/test_c_reader.py::test_read_tab[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_default_data_start[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_default_data_start[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_commented_header[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_commented_header[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_rdb[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_rdb[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_data_start[True] xfail
> astropy/io/ascii/tests/test_c_reader.py::test_data_start[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_quoted_empty_values[True] xfail
> astropy/io/ascii/tests/test_c_reader.py::test_quoted_empty_values[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_csv_comment_default[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_csv_comment_default[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_whitespace_before_comment[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_whitespace_before_comment[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_strip_line_trailing_whitespace[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_strip_line_trailing_whitespace[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_no_data[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_no_data[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_line_endings[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_line_endings[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_store_comments[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_store_comments[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_empty_quotes[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_empty_quotes[False] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_fast_tab_with_names[True] PASSED
> astropy/io/ascii/tests/test_c_reader.py::test_fast_tab_with_names[False] PASSED
> astropy/io/ascii/tests/test_cds_header_from_readme.py::test_description PASSED
> astropy/io/ascii/tests/test_cds_header_from_readme.py::test_multi_header PASSED
> astropy/io/ascii/tests/test_cds_header_from_readme.py::test_glob_header PASSED
> astropy/io/ascii/tests/test_cds_header_from_readme.py::test_header_from_readme PASSED
> astropy/io/ascii/tests/test_compressed.py::test_gzip[t/daophot.dat.gz] PASSED
> astropy/io/ascii/tests/test_compressed.py::test_gzip[t/latex1.tex.gz] PASSED
> astropy/io/ascii/tests/test_compressed.py::test_gzip[t/short.rdb.gz] PASSED
> astropy/io/ascii/tests/test_compressed.py::test_bzip2[t/short.rdb.bz2] PASSED
> astropy/io/ascii/tests/test_compressed.py::test_bzip2[t/ipac.dat.bz2] PASSED
> astropy/io/ascii/tests/test_compressed.py::test_xz[t/short.rdb.xz] xfail
> astropy/io/ascii/tests/test_compressed.py::test_xz[t/ipac.dat.xz] xfail
> astropy/io/ascii/tests/test_connect.py::test_read_generic[t/cds.dat] PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_generic[t/ipac.dat] PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_generic[t/daophot.dat] PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_generic[t/latex1.tex] PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_generic[t/simple_csv.csv] PASSED
> astropy/io/ascii/tests/test_connect.py::test_write_generic PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_ipac PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_cds PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_dapphot PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_latex PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_latex_noformat PASSED
> astropy/io/ascii/tests/test_connect.py::test_write_latex PASSED
> astropy/io/ascii/tests/test_connect.py::test_write_latex_noformat PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_html SKIPPED
> astropy/io/ascii/tests/test_connect.py::test_read_html_noformat SKIPPED
> astropy/io/ascii/tests/test_connect.py::test_write_html PASSED
> astropy/io/ascii/tests/test_connect.py::test_write_html_noformat PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_rdb PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_rdb_noformat PASSED
> astropy/io/ascii/tests/test_connect.py::test_write_rdb PASSED
> astropy/io/ascii/tests/test_connect.py::test_write_rdb_noformat PASSED
> astropy/io/ascii/tests/test_connect.py::test_read_csv PASSED
> astropy/io/ascii/tests/test_connect.py::test_write_csv PASSED
> astropy/io/ascii/tests/test_ecsv.py::test_write_simple SKIPPED
> astropy/io/ascii/tests/test_ecsv.py::test_write_full SKIPPED
> astropy/io/ascii/tests/test_ecsv.py::test_write_read_roundtrip SKIPPED
> astropy/io/ascii/tests/test_ecsv.py::test_bad_delimiter SKIPPED
> astropy/io/ascii/tests/test_ecsv.py::test_bad_header_start SKIPPED
> astropy/io/ascii/tests/test_ecsv.py::test_bad_delimiter_input SKIPPED
> astropy/io/ascii/tests/test_ecsv.py::test_multidim_input SKIPPED
> astropy/io/ascii/tests/test_ecsv.py::test_round_trip_empty_table SKIPPED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal_names PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal_names_include PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal_exclude PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_weird PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_double PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_space_delimiter PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_autocolumn PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_names PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_autocolumn_NoHeader PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_names_NoHeader PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_col_starts PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_detect_col_starts_or_ends PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_fill_values PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_no_pad PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_no_bookend PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_no_delimiter PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_no_pad PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_no_bookend PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_no_delimiter PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_formats PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_ReST PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_human PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_fail PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_wrong_marker PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_twoline_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_twoline_no_pad PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_twoline_no_bookend PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal_names PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal_names_include PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_normal_exclude PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_weird PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_double PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_space_delimiter PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_autocolumn PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_names PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_autocolumn_NoHeader PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_no_header_names_NoHeader PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_col_starts PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_detect_col_starts_or_ends PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_fill_values PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_no_pad PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_no_bookend PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_no_delimiter PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_no_pad PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_no_bookend PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_noheader_no_delimiter PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_formats PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_ReST PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_human PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_fail PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_read_twoline_wrong_marker PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_twoline_normal PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_twoline_no_pad PASSED
> astropy/io/ascii/tests/test_fixedwidth.py::test_write_twoline_no_bookend PASSED
> astropy/io/ascii/tests/test_html.py::test_soupstring SKIPPED
> astropy/io/ascii/tests/test_html.py::test_listwriter PASSED
> astropy/io/ascii/tests/test_html.py::test_identify_table SKIPPED
> astropy/io/ascii/tests/test_html.py::test_missing_data SKIPPED
> astropy/io/ascii/tests/test_html.py::test_rename_cols SKIPPED
> astropy/io/ascii/tests/test_html.py::test_no_names SKIPPED
> astropy/io/ascii/tests/test_html.py::test_identify_table_fail SKIPPED
> astropy/io/ascii/tests/test_html.py::test_backend_parsers SKIPPED
> astropy/io/ascii/tests/test_html.py::test_htmlinputter_no_bs4 PASSED
> astropy/io/ascii/tests/test_html.py::test_htmlinputter SKIPPED
> astropy/io/ascii/tests/test_html.py::test_htmlsplitter SKIPPED
> astropy/io/ascii/tests/test_html.py::test_htmlheader_start SKIPPED
> astropy/io/ascii/tests/test_html.py::test_htmldata SKIPPED
> astropy/io/ascii/tests/test_html.py::test_multicolumn_write PASSED
> astropy/io/ascii/tests/test_html.py::test_multicolumn_write_escape SKIPPED
> astropy/io/ascii/tests/test_html.py::test_write_no_multicols PASSED
> astropy/io/ascii/tests/test_html.py::test_multicolumn_read SKIPPED
> astropy/io/ascii/tests/test_html.py::test_raw_html_write SKIPPED
> astropy/io/ascii/tests/test_html.py::test_raw_html_write_clean SKIPPED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_default PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_ignore PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_left PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_right PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_colname_default PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_colname_strict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_colname_notstrict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_non_alfnum_colname[True-IpacFormatErrorDBMS] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_non_alfnum_colname[False-IpacFormatError] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_colname_starswithnumber_strict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_double_colname_strict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[x] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[y] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[z] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[X] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[Y] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[Z] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_comment PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_out_with_nonstring_null PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_include_exclude_names PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_default PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_ignore PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_left PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_ipac_right PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_colname_default PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_colname_strict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_colname_notstrict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_non_alfnum_colname[True-IpacFormatErrorDBMS] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_non_alfnum_colname[False-IpacFormatError] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_colname_starswithnumber_strict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_double_colname_strict PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[x] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[y] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[z] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[X] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[Y] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_reserved_colname_strict[Z] PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_too_long_comment PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_out_with_nonstring_null PASSED
> astropy/io/ascii/tests/test_ipac_definitions.py::test_include_exclude_names PASSED
> astropy/io/ascii/tests/test_read.py::test_convert_overflow[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_convert_overflow[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_convert_overflow[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_with_names_arg PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_with_format_arg PASSED
> astropy/io/ascii/tests/test_read.py::test_read_with_names_arg[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_with_names_arg[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_with_names_arg[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files_via_table[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files_via_table[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files_via_table[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_all_files PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_indef PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_types PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_header_keywords PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_multiple_aperture PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_multiple_aperture2 PASSED
> astropy/io/ascii/tests/test_read.py::test_empty_table_no_header[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_empty_table_no_header[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_empty_table_no_header[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_wrong_quote[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_wrong_quote[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_wrong_quote[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col2[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col2[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col2[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_missing_file PASSED
> astropy/io/ascii/tests/test_read.py::test_set_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_include_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_include_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_include_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_exclude_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_exclude_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_exclude_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_include_names_daophot PASSED
> astropy/io/ascii/tests/test_read.py::test_exclude_names_daophot PASSED
> astropy/io/ascii/tests/test_read.py::test_custom_process_lines PASSED
> astropy/io/ascii/tests/test_read.py::test_custom_process_line PASSED
> astropy/io/ascii/tests/test_read.py::test_custom_splitters PASSED
> astropy/io/ascii/tests/test_read.py::test_start_end PASSED
> astropy/io/ascii/tests/test_read.py::test_set_converters PASSED
> astropy/io/ascii/tests/test_read.py::test_from_string[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_string[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_string[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_filelike[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_filelike[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_filelike[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_lines[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_lines[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_lines[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_comment_lines PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_col[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_col[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_col[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_include_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_include_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_include_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_exclude_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_exclude_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_exclude_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_list[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_list[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_list[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_masking_Cds PASSED
> astropy/io/ascii/tests/test_read.py::test_null_Ipac PASSED
> astropy/io/ascii/tests/test_read.py::test_Ipac_meta PASSED
> astropy/io/ascii/tests/test_read.py::test_set_guess_kwarg PASSED
> astropy/io/ascii/tests/test_read.py::test_read_rdb_wrong_type[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_rdb_wrong_type[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_rdb_wrong_type[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_default_missing[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_default_missing[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_default_missing[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_header_start_exception PASSED
> astropy/io/ascii/tests/test_read.py::test_csv_table_read PASSED
> astropy/io/ascii/tests/test_read.py::test_overlapping_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_overlapping_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_overlapping_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_sextractor_units PASSED
> astropy/io/ascii/tests/test_read.py::test_sextractor_last_column_array PASSED
> astropy/io/ascii/tests/test_read.py::test_list_with_newlines PASSED
> astropy/io/ascii/tests/test_read.py::test_commented_csv PASSED
> astropy/io/ascii/tests/test_read.py::test_meta_comments PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_fail PASSED
> astropy/io/ascii/tests/test_read.py::test_guessing_file_object PASSED
> astropy/io/ascii/tests/test_read.py::test_pformat_roundtrip PASSED
> astropy/io/ascii/tests/test_read.py::test_ipac_abbrev PASSED
> astropy/io/ascii/tests/test_read.py::test_almost_but_not_quite_daophot PASSED
> astropy/io/ascii/tests/test_read.py::test_commented_header_comments[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_commented_header_comments[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_probably_html PASSED
> astropy/io/ascii/tests/test_read.py::test_data_header_start[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_data_header_start[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_data_header_start[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_table_with_no_newline PASSED
> astropy/io/ascii/tests/test_read.py::test_path_object SKIPPED
> astropy/io/ascii/tests/test_read.py::test_column_conversion_error PASSED
> astropy/io/ascii/tests/test_read.py::test_non_C_locale_with_fast_reader SKIPPED
> astropy/io/ascii/tests/test_read.py::test_no_units_for_char_columns PASSED
> astropy/io/ascii/tests/test_read.py::test_convert_overflow[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_convert_overflow[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_convert_overflow[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_with_names_arg PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_with_format_arg PASSED
> astropy/io/ascii/tests/test_read.py::test_read_with_names_arg[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_with_names_arg[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_with_names_arg[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files_via_table[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files_via_table[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_all_files_via_table[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_all_files PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_indef PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_types PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_header_keywords PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_multiple_aperture PASSED
> astropy/io/ascii/tests/test_read.py::test_daophot_multiple_aperture2 PASSED
> astropy/io/ascii/tests/test_read.py::test_empty_table_no_header[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_empty_table_no_header[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_empty_table_no_header[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_wrong_quote[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_wrong_quote[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_wrong_quote[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col2[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col2[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_extra_data_col2[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_missing_file PASSED
> astropy/io/ascii/tests/test_read.py::test_set_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_include_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_include_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_include_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_exclude_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_exclude_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_set_exclude_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_include_names_daophot PASSED
> astropy/io/ascii/tests/test_read.py::test_exclude_names_daophot PASSED
> astropy/io/ascii/tests/test_read.py::test_custom_process_lines PASSED
> astropy/io/ascii/tests/test_read.py::test_custom_process_line PASSED
> astropy/io/ascii/tests/test_read.py::test_custom_splitters PASSED
> astropy/io/ascii/tests/test_read.py::test_start_end PASSED
> astropy/io/ascii/tests/test_read.py::test_set_converters PASSED
> astropy/io/ascii/tests/test_read.py::test_from_string[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_string[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_string[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_filelike[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_filelike[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_filelike[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_lines[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_lines[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_from_lines[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_comment_lines PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_col[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_col[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_col[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_include_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_include_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_include_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_exclude_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_exclude_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_exclude_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_list[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_list[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_fill_values_list[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_masking_Cds PASSED
> astropy/io/ascii/tests/test_read.py::test_null_Ipac PASSED
> astropy/io/ascii/tests/test_read.py::test_Ipac_meta PASSED
> astropy/io/ascii/tests/test_read.py::test_set_guess_kwarg PASSED
> astropy/io/ascii/tests/test_read.py::test_read_rdb_wrong_type[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_rdb_wrong_type[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_read_rdb_wrong_type[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_default_missing[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_default_missing[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_default_missing[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_header_start_exception PASSED
> astropy/io/ascii/tests/test_read.py::test_csv_table_read PASSED
> astropy/io/ascii/tests/test_read.py::test_overlapping_names[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_overlapping_names[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_overlapping_names[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_sextractor_units PASSED
> astropy/io/ascii/tests/test_read.py::test_sextractor_last_column_array PASSED
> astropy/io/ascii/tests/test_read.py::test_list_with_newlines PASSED
> astropy/io/ascii/tests/test_read.py::test_commented_csv PASSED
> astropy/io/ascii/tests/test_read.py::test_meta_comments PASSED
> astropy/io/ascii/tests/test_read.py::test_guess_fail PASSED
> astropy/io/ascii/tests/test_read.py::test_guessing_file_object PASSED
> astropy/io/ascii/tests/test_read.py::test_pformat_roundtrip PASSED
> astropy/io/ascii/tests/test_read.py::test_ipac_abbrev PASSED
> astropy/io/ascii/tests/test_read.py::test_almost_but_not_quite_daophot PASSED
> astropy/io/ascii/tests/test_read.py::test_commented_header_comments[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_commented_header_comments[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_probably_html PASSED
> astropy/io/ascii/tests/test_read.py::test_data_header_start[True] PASSED
> astropy/io/ascii/tests/test_read.py::test_data_header_start[False] PASSED
> astropy/io/ascii/tests/test_read.py::test_data_header_start[force] PASSED
> astropy/io/ascii/tests/test_read.py::test_table_with_no_newline PASSED
> astropy/io/ascii/tests/test_read.py::test_path_object SKIPPED
> astropy/io/ascii/tests/test_read.py::test_column_conversion_error PASSED
> astropy/io/ascii/tests/test_read.py::test_non_C_locale_with_fast_reader SKIPPED
> astropy/io/ascii/tests/test_read.py::test_no_units_for_char_columns PASSED
> astropy/io/ascii/tests/test_rst.py::test_read_normal PASSED
> astropy/io/ascii/tests/test_rst.py::test_read_normal_names PASSED
> astropy/io/ascii/tests/test_rst.py::test_read_normal_names_include PASSED
> astropy/io/ascii/tests/test_rst.py::test_read_normal_exclude PASSED
> astropy/io/ascii/tests/test_rst.py::test_read_unbounded_right_column PASSED
> astropy/io/ascii/tests/test_rst.py::test_read_unbounded_right_column_header PASSED
> astropy/io/ascii/tests/test_rst.py::test_read_right_indented_table PASSED
> astropy/io/ascii/tests/test_rst.py::test_trailing_spaces_in_row_definition PASSED
> astropy/io/ascii/tests/test_rst.py::test_write_normal PASSED
> astropy/io/ascii/tests/test_types.py::test_types_from_dat PASSED
> astropy/io/ascii/tests/test_types.py::test_rdb_write_types PASSED
> astropy/io/ascii/tests/test_types.py::test_ipac_read_types PASSED
> astropy/io/ascii/tests/test_types.py::test_types_from_dat PASSED
> astropy/io/ascii/tests/test_types.py::test_rdb_write_types PASSED
> astropy/io/ascii/tests/test_types.py::test_ipac_read_types PASSED
> astropy/io/ascii/tests/test_write.py::test_write_table[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_table[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_values[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_values[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_masked_different[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_masked_different[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_no_data_ipac[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_no_data_ipac[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_comments[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_comments[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[%0.1f-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[%0.1f-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[.1f-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[.1f-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[0.1f-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[0.1f-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[{0:0.1f}-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[{0:0.1f}-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_strip_names[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_strip_names[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_latex_units PASSED
> astropy/io/ascii/tests/test_write.py::test_commented_header_comments[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_commented_header_comments[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_byte_string_output[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_byte_string_output[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names0-include_names0-exclude_names0-formats0-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names1-include_names1-exclude_names1-formats1-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names2-include_names2-exclude_names2-formats2-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names3-include_names3-exclude_names3-formats3-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names4-include_names4-exclude_names4-formats4-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names5-include_names5-exclude_names5-formats5-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names6-include_names6-exclude_names6-formats6-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats0-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats1-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats2-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats3-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_quoted_empty_field[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_quoted_empty_field[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_table[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_table[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_values[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_values[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_masked_different[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_fill_masked_different[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_no_data_ipac[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_no_data_ipac[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_comments[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_comments[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[%0.1f-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[%0.1f-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[.1f-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[.1f-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[0.1f-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[0.1f-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[{0:0.1f}-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_format[{0:0.1f}-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_strip_names[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_strip_names[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_latex_units PASSED
> astropy/io/ascii/tests/test_write.py::test_commented_header_comments[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_commented_header_comments[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_byte_string_output[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_byte_string_output[False] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names0-include_names0-exclude_names0-formats0-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names1-include_names1-exclude_names1-formats1-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names2-include_names2-exclude_names2-formats2-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names3-include_names3-exclude_names3-formats3-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names4-include_names4-exclude_names4-formats4-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names5-include_names5-exclude_names5-formats5-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_names_with_formats[names6-include_names6-exclude_names6-formats6-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats0-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats1-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats2-True] PASSED
> astropy/io/ascii/tests/test_write.py::test_columns_names_with_formats[formats3-False] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_quoted_empty_field[True] PASSED
> astropy/io/ascii/tests/test_write.py::test_write_quoted_empty_field[False] PASSED
> astropy/io/fits/diff.py::astropy.io.fits.diff._BaseDiff.fromdiff PASSED
> astropy/io/fits/util.py::astropy.io.fits.util.NotifierMixin PASSED
> astropy/io/fits/util.py::astropy.io.fits.util.first PASSED
> astropy/io/fits/util.py::astropy.io.fits.util.itersubclasses PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_sample_file PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_image_create PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_nonstandard_checksum PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_scaled_data PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_scaled_data_auto_rescale PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_uint16_data PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_groups_hdu_data PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_binary_table_data PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_variable_length_table_data PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_ascii_table_data PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_compressed_image_data PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_compressed_image_data_int16 PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_compressed_image_data_float32 PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_open_with_no_keywords PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_append PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_writeto_convenience PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_hdu_writeto PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_hdu_writeto_existing PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_datasum_only PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_open_update_mode_preserve_checksum PASSED
> astropy/io/fits/tests/test_checksum.py::TestChecksumFunctions::test_open_update_mode_update_checksum PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_simple PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_simple_pathlib SKIPPED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_simple_meta PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_simple_meta_conflicting PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_simple_noextension PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_with_units PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_masked PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_masked_nan PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_read_from_fileobj PASSED
> astropy/io/fits/tests/test_connect.py::TestSingleTable::test_read_with_nonstandard_units PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_with_hdu_0 PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_with_hdu_1[1] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_with_hdu_1[first] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_with_hdu_2[2] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_with_hdu_2[second] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_from_hdulist PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_from_hdulist_with_hdu_0 PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_from_hdulist_with_hdu_1[1] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_from_hdulist_with_hdu_1[first] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_from_hdulist_with_hdu_2[2] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_from_hdulist_with_hdu_2[second] PASSED
> astropy/io/fits/tests/test_connect.py::TestMultipleHDU::test_read_from_single_hdu PASSED
> astropy/io/fits/tests/test_connect.py::test_masking_regression_1795 PASSED
> astropy/io/fits/tests/test_connect.py::test_scale_error PASSED
> astropy/io/fits/tests/test_connect.py::test_bool_column PASSED
> astropy/io/fits/tests/test_connect.py::test_unicode_column PASSED
> astropy/io/fits/tests/test_convenience.py::TestConvenience::test_resource_warning SKIPPED
> astropy/io/fits/tests/test_convenience.py::TestConvenience::test_fileobj_not_closed PASSED
> astropy/io/fits/tests/test_convenience.py::TestConvenience::test_table_to_hdu PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_with_statement PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_naxisj_check PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_byteswap PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_fits_file_path_object SKIPPED
> astropy/io/fits/tests/test_core.py::TestCore::test_add_del_columns PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_add_del_columns2 PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_uint PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_fix_invalid_keyword_value PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_ignore_verification_error PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_combined_verify_options PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_getext PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_extension_name_case_sensitive PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_hdu_fromstring PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_nonstandard_hdu PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_extname PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_extver_extlevel PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_consecutive_writeto PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_missing_file <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_unrecognized_verify_option <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_unfixable_missing_card <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_exception_on_verification_error <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_update_header_card <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_set_card_value <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestCore::test_fix_missing_card_append <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestConvenienceFunctions::test_writeto PASSED
> astropy/io/fits/tests/test_core.py::TestConvenienceFunctions::test_writeto_2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_open_nonexistent PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_open_gzipped PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_detect_gzipped PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_writeto_append_mode_gzip PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_open_bzipped PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_detect_bzipped PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_writeto_bzip2_fileobj PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_writeto_bzip2_filename PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_open_zipped PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_detect_zipped PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_open_zipped_writeable PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_read_open_astropy_gzip_file PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_read_open_file PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_read_closed_file PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_read_open_gzip_file PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_open_gzip_file_for_writing PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_write_read_gzip_file PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_read_file_like_object PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_updated_file_permissions PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_fileobj_mode_guessing PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_mmap_unwriteable PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_mmap_closing PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_uncloseable_file PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_write_stringio PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_write_stringio_discontiguous PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_write_bytesio PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_filename_with_colon PASSED
> astropy/io/fits/tests/test_core.py::TestFileFunctions::test_open_multiple_member_zipfile <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_streaming_hdu PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_streaming_hdu_write_file PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_streaming_hdu_write_file_like PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_streaming_hdu_append_extension PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_fix_invalid_extname PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_blank_ignore PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_error_if_memmap_impossible PASSED
> astropy/io/fits/tests/test_core.py::TestStreamingFunctions::test_streaming_hdu_file_wrong_mode <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_identical_headers PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_slightly_different_headers PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_common_keywords PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_keyword_count PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_keywords PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_keyword_values PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_keyword_comments PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_keyword_values_with_duplicate PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_asymmetric_duplicate_keywords PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_floating_point_tolerance PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_ignore_blanks PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_ignore_blank_cards PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_ignore_keyword_values PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_ignore_keyword_comments PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_trivial_identical_images PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_identical_within_tolerance PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_identical_comp_image_hdus PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_dimensions PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_pixels PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_identical_tables PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_diff_empty_tables PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_ignore_table_fields PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_table_field_names PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_table_field_counts PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_table_rows PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_different_table_data PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_identical_files_basic PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_partially_identical_files1 PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_partially_identical_files2 PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_diff_nans PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_diff_types PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_float_comparison PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_file_output_from_path_string PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_file_output_clobber_safety PASSED
> astropy/io/fits/tests/test_diff.py::TestDiff::test_file_output_clobber_success PASSED
> astropy/io/fits/tests/test_division.py::TestDivisionFunctions::test_rec_from_string PASSED
> astropy/io/fits/tests/test_division.py::TestDivisionFunctions::test_card_with_continue PASSED
> astropy/io/fits/tests/test_division.py::TestDivisionFunctions::test_valid_hdu_size PASSED
> astropy/io/fits/tests/test_division.py::TestDivisionFunctions::test_hdu_get_size PASSED
> astropy/io/fits/tests/test_division.py::TestDivisionFunctions::test_section PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_open PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_open_groups_in_update_mode PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_random_groups_data_update PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_parnames_round_trip PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_groupdata_slice PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_group_slice PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_create_groupdata PASSED
> astropy/io/fits/tests/test_groups.py::TestGroupsFunctions::test_duplicate_parameter PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_hdu_file_bytes PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_hdulist_file_info PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_create_from_multiple_primary PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_append_primary_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_append_extension_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_append_table_extension_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_append_groupshdu_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_append_primary_to_non_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_append_extension_to_non_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_primary_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_extension_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_table_extension_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_groupshdu_to_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_primary_to_non_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_extension_to_non_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_groupshdu_to_non_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_extension_to_primary_in_non_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_image_extension_to_primary_in_non_empty_list PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_filename PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_file_like PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_file_like_2 PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_file_like_3 PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_new_hdu_extname PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_update_filelike PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_flush_readonly PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_fix_extend_keyword PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_new_hdulist_extend_keyword PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_replace_memmaped_array PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_open_file_with_end_padding PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_open_file_with_bad_header_padding PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_update_with_truncated_header PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_update_resized_header PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_update_resized_header2 PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_save_backup PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_replace_mmap_data PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_replace_mmap_data_2 PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_extname_in_hdulist PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_append_groupshdu_to_non_empty_list <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_insert_groupshdu_to_begin_of_hdulist_with_groupshdu <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_hdul_fromstring <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_hdulist.py::TestHDUListFunctions::test_update_name <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::test_init_with_dict PASSED
> astropy/io/fits/tests/test_header.py::test_init_with_ordereddict PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_long_commentary_card <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_assign_boolean <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_update_comment <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_rename_key <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_ascardimage_verifies_the_comment_string_to_be_ascii_text <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_wildcard_slice <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_totxtfile <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_add_commentary <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestOldApiHeaderFunctions::test_cardlist_list_methods <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_card_constructor_default_args PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_string_value_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_boolean_value_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_long_integer_value_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_floating_point_value_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_complex_value_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_card_image_constructed_too_long PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_constructor_filter_illegal_data_structures PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_keyword_too_long PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_illegal_characters_in_key PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_commentary_cards PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_commentary_card_created_by_fromstring PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_commentary_card_will_not_parse_numerical_value PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_equal_sign_after_column8 PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_blank_keyword PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_specify_undefined_value PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_complex_number_using_string_input PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_fixable_non_standard_fits_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_fixable_non_fsc PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_undefined_value_using_string_input PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_mislocated_equal_sign PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_equal_only_up_to_column_10 PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_verify_invalid_equal_sign PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_fix_invalid_equal_sign PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_long_string_value PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_long_unicode_string PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_long_string_repr PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_blank_keyword_long_value PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_long_string_from_file PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_word_in_long_string_too_long PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_long_string_value_via_fromstring PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_continue_card_with_equals_in_value PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_final_continue_card_lacks_ampersand PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_final_continue_card_ampersand_removal_on_long_comments PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_hierarch_card_creation PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_hierarch_with_abbrev_value_indicator PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_hierarch_keyword_whitespace PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_verify_mixed_case_hierarch PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_missing_keyword PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_hierarch_card_lookup PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_hierarch_create_and_update PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_short_hierarch_create_and_update PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_setitem_invalid PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_setitem_1tuple PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_setitem_2tuple PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_set_value_to_none PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_set_comment_only PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_iter PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_slice PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_slice_assignment PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_slice_delete PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_wildcard_slice PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_wildcard_with_hyphen PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_wildcard_slice_assignment PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_wildcard_slice_deletion PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_history PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_clear PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_fromkeys PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_fromkeys_with_value PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_fromkeys_with_value_and_comment PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_fromkeys_with_duplicates PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_items PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_iterkeys PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_itervalues PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_keys PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_list_like_pop PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_dict_like_pop PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_popitem PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_setdefault PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_update_from_dict PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_update_from_iterable PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_extend PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_extend_unique PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_extend_unique_commentary PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_extend_update PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_extend_update_commentary PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_extend_exact PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_count PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_append_use_blanks PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_append_keyword_only PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_insert_use_blanks PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_insert_before_keyword PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_remove PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_comments PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_comment_slices_and_filters PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_comment_slice_filter_assign PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_update_comment PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_commentary_slicing PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_update_commentary PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_commentary_comparison PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_long_commentary_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_fromtextfile PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_fromtextfile_with_end_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_append_end_card PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_invalid_end_cards PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_unnecessary_move PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_invalid_float_cards PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_invalid_float_cards2 PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_leading_zeros PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_assign_boolean PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_method_keyword_normalization PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_end_in_comment PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_assign_unicode PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_assign_non_ascii PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_header_strip_whitespace PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_keep_duplicate_history_in_orig_header PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_invalid_keyword_cards PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_fix_hierarch_with_invalid_value PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_assign_inf_nan PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_update_bool PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_update_numeric PASSED
> astropy/io/fits/tests/test_header.py::TestHeaderFunctions::test_newlines_in_commentary PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_initialize_rvkc PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_parse_field_specifier PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_update_field_specifier PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_field_specifier_case_senstivity PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_get_rvkc_by_index PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_get_rvkc_by_keyword PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_get_rvkc_by_keyword_and_field_specifier PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_access_nonexistent_rvkc PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_update_rvkc PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_update_rvkc_2 PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_raw_keyword_value PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_rvkc_insert_after PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_rvkc_delete PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_pattern_matching_keys PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_pattern_matching_key_deletion PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_successive_pattern_matching PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_rvkc_in_cardlist_keys PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_rvkc_in_cardlist_values PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_rvkc_value_attribute PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_overly_permissive_parsing PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_overly_aggressive_rvkc_lookup PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_fitsheader_script PASSED
> astropy/io/fits/tests/test_header.py::TestRecordValuedKeywordCards::test_fitsheader_table_feature PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_constructor_name_arg PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_constructor_copies_header PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_open_2 PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_primary_with_extname PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_memory_mapping PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_verification_on_output PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_section PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_section_data_single PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_section_data_square PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_section_data_cube PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_section_data_four PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_section_data_scaled PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_do_not_scale_image_data PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_append_uint_data PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_uint_header_consistency PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_uint_header_keywords_removed_after_bitpix_change[False-False] PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_uint_header_keywords_removed_after_bitpix_change[False-True] PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_blanks PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_invalid_blanks PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_scale_back_with_blanks PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_bzero_with_floats PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_rewriting_large_scaled_image PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_image_update_header PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_open_scaled_in_update_mode PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_scale_back PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_image_none PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_invalid_blank PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_scaled_image_fromfile PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_open <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_image.py::TestImageFunctions::test_io_manipulation <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_empty PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image[data0-RICE_1-16-<] PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image[data1-GZIP_1--0.01-<] PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image[data2-HCOMPRESS_1-16-<] PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image[data3-RICE_1-16->] PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image[data4-GZIP_1--0.01->] PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image[data5-HCOMPRESS_1-16->] PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_subtractive_dither_seed PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_disable_image_compression PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_open_comp_image_in_update_mode PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_open_scaled_in_update_mode_compressed PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_write_comp_hdu_direct_from_existing PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_rewriting_large_scaled_image_compressed PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_scale_back_compressed PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_lossless_gzip_compression PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_column_tforms PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_update_header PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_update_header_with_reserved PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_header_append PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_header_insert PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_header_set_before_after PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_header_append_commentary PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_compression_with_gzip_column PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_duplicate_compression_header_keywords PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image_hcompression_1_invalid_data <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_image.py::TestCompressedImage::test_comp_image_hcompress_image_stack <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/fits/tests/test_image.py::test_set_data PASSED
> astropy/io/fits/tests/test_image.py::test_comphdu_bscale PASSED
> astropy/io/fits/tests/test_nonstandard.py::TestNonstandardHdus::test_create_fitshdu PASSED
> astropy/io/fits/tests/test_nonstandard.py::TestNonstandardHdus::test_create_fitshdu_with_compression PASSED
> astropy/io/fits/tests/test_nonstandard.py::TestNonstandardHdus::test_create_fitshdu_from_filename PASSED
> astropy/io/fits/tests/test_structured.py::TestStructured::test_structured PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_constructor_copies_header PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_open PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_binary_table PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_ascii_table PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_endianness PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_column_endianness PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_recarray_to_bintablehdu PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_numpy_ndarray_to_bintablehdu PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_new_table_from_recarray PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_new_fitsrec PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_appending_a_column PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_adding_a_column PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_merge_tables PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_modify_column_attributes PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_mask_array PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_slice_a_row PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_fits_record_len PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_add_data_by_rows PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_assign_multiple_rows_to_table PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_verify_data_references PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_new_table_with_ndarray PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_new_table_with_fits_rec PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_bin_table_hdu_constructor PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_constructor_name_arg PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_bin_table_with_logical_array PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_fits_rec_column_access PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_table_with_zero_width_column PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_string_column_padding PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_multi_dimensional_columns PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_bin_table_init_from_string_array_column PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_columns_with_truncating_tdim PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_string_array_round_trip PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_new_table_with_nd_column PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_mismatched_tform_and_tdim PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_tdim_of_size_one PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_slicing PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_array_slicing PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_array_broadcasting PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_array_slicing_readonly PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_dump_load_round_trip PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_dump_load_array_colums PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_load_guess_format PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_attribute_field_shadowing PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_table_from_bool_fields PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_table_from_bool_fields2 PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_bool_column_update PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_missing_tnull PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_column_array_type_mismatch PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_table_none PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_unncessary_table_load PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_table_from_columns_of_other_table PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_bintable_to_asciitable PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_pickle PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_zero_length_table PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_dim_column_byte_order_mismatch PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_fits_rec_from_existing PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_update_string_column_inplace PASSED
> astropy/io/fits/tests/test_table.py::TestTableFunctions::test_reference_leak SKIPPED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_variable_length_columns PASSED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_extend_variable_length_array PASSED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_variable_length_table_format_pd_from_object_array PASSED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_variable_length_table_format_pd_from_list PASSED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_variable_length_table_format_pa_from_object_array PASSED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_variable_length_table_format_pa_from_list PASSED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_getdata_vla PASSED
> astropy/io/fits/tests/test_table.py::TestVLATables::test_copy_vla PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_column_format_interpretation PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_zero_precision_float_column PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_column_array_type_mismatch PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_new_coldefs_with_invalid_seqence PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_pickle PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_column_lookup_by_name PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_column_attribute_change_after_removal PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_x_column_deepcopy PASSED
> astropy/io/fits/tests/test_table.py::TestColumnFunctions::test_p_column_deepcopy PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint[u2-False] PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint[u4-False] PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint[u8-False] PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint[u2-True] PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint[u4-True] PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint_columns[u2] PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint_columns[u4] PASSED
> astropy/io/fits/tests/test_uint.py::TestUintFunctions::test_uint_columns[u8] PASSED
> astropy/io/fits/tests/test_util.py::TestUtils::test_ignore_sigint PASSED
> astropy/io/misc/tests/test_hdf5.py::test_write_nopath SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_notable_nopath SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_nopath SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_write_invalid_path SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_invalid_path SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_missing_group SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_missing_table SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_missing_group_fileobj SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_simple SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_existing_table SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_memory SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_existing SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_existing_overwrite SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_existing_append SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_existing_append_groups SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_write_existing_append_overwrite SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_fileobj SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_filobj_path SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_filobj_group_path SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_wrong_fileobj SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_write_fileobj SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_write_filobj_group SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_write_wrong_type SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[uint8] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[uint16] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[uint32] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[uint64] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[int8] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[int16] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[int32] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[int64] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[float32] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[float64] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[bool] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_single_dtypes[|S3] SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_all_dtypes SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_meta SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_preserve_serialized SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_metadata_too_large SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_skip_meta SKIPPED
> astropy/io/misc/tests/test_hdf5.py::test_read_h5py_objects SKIPPED
> astropy/io/misc/tests/test_pickle_helpers.py::test_fnpickling_simple PASSED
> astropy/io/misc/tests/test_pickle_helpers.py::test_fnpickling_class PASSED
> astropy/io/misc/tests/test_pickle_helpers.py::test_fnpickling_protocol PASSED
> astropy/io/misc/tests/test_pickle_helpers.py::test_fnpickling_many PASSED
> astropy/io/tests/test_registry.py::test_get_reader_invalid PASSED
> astropy/io/tests/test_registry.py::test_get_writer_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_reader PASSED
> astropy/io/tests/test_registry.py::test_register_writer PASSED
> astropy/io/tests/test_registry.py::test_register_identifier PASSED
> astropy/io/tests/test_registry.py::test_register_reader_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_writer_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_identifier_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_reader_force PASSED
> astropy/io/tests/test_registry.py::test_register_writer_force PASSED
> astropy/io/tests/test_registry.py::test_register_identifier_force PASSED
> astropy/io/tests/test_registry.py::test_read_noformat PASSED
> astropy/io/tests/test_registry.py::test_write_noformat PASSED
> astropy/io/tests/test_registry.py::test_read_noformat_arbitrary PASSED
> astropy/io/tests/test_registry.py::test_read_noformat_arbitrary_file PASSED
> astropy/io/tests/test_registry.py::test_write_noformat_arbitrary PASSED
> astropy/io/tests/test_registry.py::test_write_noformat_arbitrary_file PASSED
> astropy/io/tests/test_registry.py::test_read_toomanyformats PASSED
> astropy/io/tests/test_registry.py::test_write_toomanyformats PASSED
> astropy/io/tests/test_registry.py::test_read_format_noreader PASSED
> astropy/io/tests/test_registry.py::test_write_format_nowriter PASSED
> astropy/io/tests/test_registry.py::test_read_identifier PASSED
> astropy/io/tests/test_registry.py::test_write_identifier PASSED
> astropy/io/tests/test_registry.py::test_identifier_origin PASSED
> astropy/io/tests/test_registry.py::test_read_valid_return PASSED
> astropy/io/tests/test_registry.py::test_read_invalid_return PASSED
> astropy/io/tests/test_registry.py::test_read_basic_table PASSED
> astropy/io/tests/test_registry.py::test_register_readers_with_same_name_on_different_classes PASSED
> astropy/io/tests/test_registry.py::TestSubclass::test_read_table_subclass PASSED
> astropy/io/tests/test_registry.py::TestSubclass::test_write_table_subclass PASSED
> astropy/io/tests/test_registry.py::test_get_reader_invalid PASSED
> astropy/io/tests/test_registry.py::test_get_writer_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_reader PASSED
> astropy/io/tests/test_registry.py::test_register_writer PASSED
> astropy/io/tests/test_registry.py::test_register_identifier PASSED
> astropy/io/tests/test_registry.py::test_register_reader_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_writer_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_identifier_invalid PASSED
> astropy/io/tests/test_registry.py::test_register_reader_force PASSED
> astropy/io/tests/test_registry.py::test_register_writer_force PASSED
> astropy/io/tests/test_registry.py::test_register_identifier_force PASSED
> astropy/io/tests/test_registry.py::test_read_noformat PASSED
> astropy/io/tests/test_registry.py::test_write_noformat PASSED
> astropy/io/tests/test_registry.py::test_read_noformat_arbitrary PASSED
> astropy/io/tests/test_registry.py::test_read_noformat_arbitrary_file PASSED
> astropy/io/tests/test_registry.py::test_write_noformat_arbitrary PASSED
> astropy/io/tests/test_registry.py::test_write_noformat_arbitrary_file PASSED
> astropy/io/tests/test_registry.py::test_read_toomanyformats PASSED
> astropy/io/tests/test_registry.py::test_write_toomanyformats PASSED
> astropy/io/tests/test_registry.py::test_read_format_noreader PASSED
> astropy/io/tests/test_registry.py::test_write_format_nowriter PASSED
> astropy/io/tests/test_registry.py::test_read_identifier PASSED
> astropy/io/tests/test_registry.py::test_write_identifier PASSED
> astropy/io/tests/test_registry.py::test_identifier_origin PASSED
> astropy/io/tests/test_registry.py::test_read_valid_return PASSED
> astropy/io/tests/test_registry.py::test_read_invalid_return PASSED
> astropy/io/tests/test_registry.py::test_read_basic_table PASSED
> astropy/io/tests/test_registry.py::test_register_readers_with_same_name_on_different_classes PASSED
> astropy/io/tests/test_registry.py::TestSubclass::test_read_table_subclass PASSED
> astropy/io/tests/test_registry.py::TestSubclass::test_write_table_subclass PASSED
> astropy/io/votable/tests/converter_test.py::test_oversize_char PASSED
> astropy/io/votable/tests/converter_test.py::test_char_mask PASSED
> astropy/io/votable/tests/converter_test.py::test_oversize_unicode PASSED
> astropy/io/votable/tests/converter_test.py::test_unicode_mask PASSED
> astropy/io/votable/tests/converter_test.py::test_float_mask_permissive PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_array_vararray2 PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_array_vararray3 PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_vararray PASSED
> astropy/io/votable/tests/converter_test.py::test_bit_mask PASSED
> astropy/io/votable/tests/converter_test.py::test_boolean_array PASSED
> astropy/io/votable/tests/converter_test.py::test_precision PASSED
> astropy/io/votable/tests/converter_test.py::test_float_default_precision PASSED
> astropy/io/votable/tests/converter_test.py::test_vararray PASSED
> astropy/io/votable/tests/converter_test.py::test_gemini_v1_2 PASSED
> astropy/io/votable/tests/converter_test.py::test_invalid_arraysize <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_wrong_number_of_elements <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_invalid_type <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_integer_overflow <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_boolean <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_array_vararray <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_float_mask <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_complex <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_bit <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_oversize_char PASSED
> astropy/io/votable/tests/converter_test.py::test_char_mask PASSED
> astropy/io/votable/tests/converter_test.py::test_oversize_unicode PASSED
> astropy/io/votable/tests/converter_test.py::test_unicode_mask PASSED
> astropy/io/votable/tests/converter_test.py::test_float_mask_permissive PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_array_vararray2 PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_array_vararray3 PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_vararray PASSED
> astropy/io/votable/tests/converter_test.py::test_bit_mask PASSED
> astropy/io/votable/tests/converter_test.py::test_boolean_array PASSED
> astropy/io/votable/tests/converter_test.py::test_precision PASSED
> astropy/io/votable/tests/converter_test.py::test_float_default_precision PASSED
> astropy/io/votable/tests/converter_test.py::test_vararray PASSED
> astropy/io/votable/tests/converter_test.py::test_gemini_v1_2 PASSED
> astropy/io/votable/tests/converter_test.py::test_invalid_arraysize <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_wrong_number_of_elements <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_invalid_type <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_integer_overflow <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_boolean <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_complex_array_vararray <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_float_mask <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_complex <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/converter_test.py::test_bit <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/exception_test.py::test_reraise PASSED
> astropy/io/votable/tests/exception_test.py::test_parse_vowarning PASSED
> astropy/io/votable/tests/table_test.py::test_table PASSED
> astropy/io/votable/tests/table_test.py::test_read_through_table_interface PASSED
> astropy/io/votable/tests/table_test.py::test_read_through_table_interface2 PASSED
> astropy/io/votable/tests/table_test.py::test_names_over_ids PASSED
> astropy/io/votable/tests/table_test.py::test_table_read_with_unnamed_tables PASSED
> astropy/io/votable/tests/table_test.py::test_votable_path_object SKIPPED
> astropy/io/votable/tests/table_test.py::test_from_table_without_mask PASSED
> astropy/io/votable/tests/table_test.py::test_write_with_format PASSED
> astropy/io/votable/tests/table_test.py::test_empty_table PASSED
> astropy/io/votable/tests/table_test.py::test_table PASSED
> astropy/io/votable/tests/table_test.py::test_read_through_table_interface PASSED
> astropy/io/votable/tests/table_test.py::test_read_through_table_interface2 PASSED
> astropy/io/votable/tests/table_test.py::test_names_over_ids PASSED
> astropy/io/votable/tests/table_test.py::test_table_read_with_unnamed_tables PASSED
> astropy/io/votable/tests/table_test.py::test_votable_path_object SKIPPED
> astropy/io/votable/tests/table_test.py::test_from_table_without_mask PASSED
> astropy/io/votable/tests/table_test.py::test_write_with_format PASSED
> astropy/io/votable/tests/table_test.py::test_empty_table PASSED
> astropy/io/votable/tests/tree_test.py::test_make_Fields PASSED
> astropy/io/votable/tests/tree_test.py::test_check_astroyear_fail <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/tree_test.py::test_string_fail <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/ucd_test.py::test_none PASSED
> astropy/io/votable/tests/ucd_test.py::test_check PASSED
> astropy/io/votable/tests/ucd_test.py::test_invalid_namespace <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/ucd_test.py::test_too_many_colons <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/ucd_test.py::test_invalid_word <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/ucd_test.py::test_none PASSED
> astropy/io/votable/tests/ucd_test.py::test_check PASSED
> astropy/io/votable/tests/ucd_test.py::test_invalid_namespace <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/ucd_test.py::test_too_many_colons <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/ucd_test.py::test_invalid_word <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list PASSED
> astropy/io/votable/tests/util_test.py::test_range_list2 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list3 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list4 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list7 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list8 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list9 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list9a <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list4a <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list5 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list6 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list PASSED
> astropy/io/votable/tests/util_test.py::test_range_list2 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list3 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list4 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list7 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list8 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list9 PASSED
> astropy/io/votable/tests/util_test.py::test_range_list9a <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list4a <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list5 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/util_test.py::test_range_list6 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/vo_test.py::test_parse_single_table PASSED
> astropy/io/votable/tests/vo_test.py::test_parse_single_table2 PASSED
> astropy/io/votable/tests/vo_test.py::test_regression PASSED
> astropy/io/votable/tests/vo_test.py::test_regression_python_based_parser PASSED
> astropy/io/votable/tests/vo_test.py::test_regression_binary2 PASSED
> astropy/io/votable/tests/vo_test.py::TestFixups::test_implicit_id PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_fieldref PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_paramref PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_fields_and_params_on_a_group PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_groups_on_a_group PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_groups PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_ref_table PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_coosys PASSED
> astropy/io/votable/tests/vo_test.py::test_select_columns_by_index PASSED
> astropy/io/votable/tests/vo_test.py::test_select_columns_by_name PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_schema PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[0] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[1] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[2] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[3] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[4] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[5] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[6] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[7] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[8] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[9] PASSED
> astropy/io/votable/tests/vo_test.py::test_build_from_scratch PASSED
> astropy/io/votable/tests/vo_test.py::test_validate PASSED
> astropy/io/votable/tests/vo_test.py::test_validate_path_object SKIPPED
> astropy/io/votable/tests/vo_test.py::test_gzip_filehandles PASSED
> astropy/io/votable/tests/vo_test.py::test_from_scratch_example PASSED
> astropy/io/votable/tests/vo_test.py::test_fileobj PASSED
> astropy/io/votable/tests/vo_test.py::test_nonstandard_units PASSED
> astropy/io/votable/tests/vo_test.py::test_resource_structure PASSED
> astropy/io/votable/tests/vo_test.py::test_no_resource_check PASSED
> astropy/io/votable/tests/vo_test.py::test_instantiate_vowarning PASSED
> astropy/io/votable/tests/vo_test.py::test_custom_datatype PASSED
> astropy/io/votable/tests/vo_test.py::test_too_many_columns <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/vo_test.py::test_parse_single_table3 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/vo_test.py::test_parse_single_table PASSED
> astropy/io/votable/tests/vo_test.py::test_parse_single_table2 PASSED
> astropy/io/votable/tests/vo_test.py::test_regression PASSED
> astropy/io/votable/tests/vo_test.py::test_regression_python_based_parser PASSED
> astropy/io/votable/tests/vo_test.py::test_regression_binary2 PASSED
> astropy/io/votable/tests/vo_test.py::TestFixups::test_implicit_id PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_fieldref PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_paramref PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_fields_and_params_on_a_group PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_groups_on_a_group PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_groups PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_ref_table PASSED
> astropy/io/votable/tests/vo_test.py::TestReferences::test_iter_coosys PASSED
> astropy/io/votable/tests/vo_test.py::test_select_columns_by_index PASSED
> astropy/io/votable/tests/vo_test.py::test_select_columns_by_name PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestParse::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughTableData::test_schema PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_fixed_string_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_fixed_unicode_test PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_unsignedByte PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_short PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_int PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_long PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_double PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_float PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitarray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitarray_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitvararray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bitvararray2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_floatComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_doubleComplex PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_doubleComplexArray PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_boolean_array_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_nulls PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_nulls_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_double_array PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit_array2 PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_bit_array2_mask PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_get_field_by_utype PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_get_info_by_id PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_repr PASSED
> astropy/io/votable/tests/vo_test.py::TestThroughBinary2::test_get_coosys_by_id PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[0] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[1] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[2] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[3] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[4] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[5] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[6] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[7] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[8] PASSED
> astropy/io/votable/tests/vo_test.py::test_open_files::[9] PASSED
> astropy/io/votable/tests/vo_test.py::test_build_from_scratch PASSED
> astropy/io/votable/tests/vo_test.py::test_validate PASSED
> astropy/io/votable/tests/vo_test.py::test_validate_path_object SKIPPED
> astropy/io/votable/tests/vo_test.py::test_gzip_filehandles PASSED
> astropy/io/votable/tests/vo_test.py::test_from_scratch_example PASSED
> astropy/io/votable/tests/vo_test.py::test_fileobj PASSED
> astropy/io/votable/tests/vo_test.py::test_nonstandard_units PASSED
> astropy/io/votable/tests/vo_test.py::test_resource_structure PASSED
> astropy/io/votable/tests/vo_test.py::test_no_resource_check PASSED
> astropy/io/votable/tests/vo_test.py::test_instantiate_vowarning PASSED
> astropy/io/votable/tests/vo_test.py::test_custom_datatype PASSED
> astropy/io/votable/tests/vo_test.py::test_too_many_columns <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/io/votable/tests/vo_test.py::test_parse_single_table3 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/modeling/core.py::astropy.modeling.core.Model PASSED
> astropy/modeling/core.py::astropy.modeling.core.Model.bounding_box PASSED
> astropy/modeling/core.py::astropy.modeling.core.Model.rename PASSED
> astropy/modeling/core.py::astropy.modeling.core._CompoundModelMeta._init_param_descriptors SKIPPED
> astropy/modeling/core.py::astropy.modeling.core.custom_model PASSED
> astropy/modeling/functional_models.py::astropy.modeling.functional_models.Gaussian1D PASSED
> astropy/modeling/mappings.py::astropy.modeling.mappings.Identity PASSED
> astropy/modeling/mappings.py::astropy.modeling.mappings.Mapping PASSED
> astropy/modeling/parameters.py::astropy.modeling.parameters.Parameter.validator PASSED
> astropy/modeling/utils.py::astropy.modeling.utils.AliasDict PASSED
> astropy/modeling/utils.py::astropy.modeling.utils.make_binary_operator_eval PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_class_arithmetic_1d[expr0-5.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_class_arithmetic_1d[expr1--1.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_class_arithmetic_1d[expr2-6.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_class_arithmetic_1d[expr3-0.666666666667] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_class_arithmetic_1d[expr4-8.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_instance_arithmetic_1d[expr0-5.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_instance_arithmetic_1d[expr1--1.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_instance_arithmetic_1d[expr2-6.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_instance_arithmetic_1d[expr3-0.666666666667] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_instance_arithmetic_1d[expr4-8.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_mixed_arithmetic_1d[expr0-5.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_mixed_arithmetic_1d[expr1--1.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_mixed_arithmetic_1d[expr2-6.0] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_mixed_arithmetic_1d[expr3-0.666666666667] PASSED
> astropy/modeling/tests/test_compound.py::test_two_model_mixed_arithmetic_1d[expr4-8.0] PASSED
> astropy/modeling/tests/test_compound.py::test_simple_two_model_class_compose_1d PASSED
> astropy/modeling/tests/test_compound.py::test_simple_two_model_class_compose_2d PASSED
> astropy/modeling/tests/test_compound.py::test_expression_formatting PASSED
> astropy/modeling/tests/test_compound.py::test_indexing_on_class PASSED
> astropy/modeling/tests/test_compound.py::test_slicing_on_class PASSED
> astropy/modeling/tests/test_compound.py::test_slicing_on_instance PASSED
> astropy/modeling/tests/test_compound.py::test_indexing_on_instance PASSED
> astropy/modeling/tests/test_compound.py::test_basic_compound_inverse PASSED
> astropy/modeling/tests/test_compound.py::test_compound_unsupported_inverse[model0] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_unsupported_inverse[model1] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_unsupported_inverse[model2] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_unsupported_inverse[model3] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_unsupported_inverse[model4] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_unsupported_inverse[model5] PASSED
> astropy/modeling/tests/test_compound.py::test_mapping_basic_permutations PASSED
> astropy/modeling/tests/test_compound.py::test_mapping_inverse PASSED
> astropy/modeling/tests/test_compound.py::test_identity_input PASSED
> astropy/modeling/tests/test_compound.py::test_slicing_on_instances_2 PASSED
> astropy/modeling/tests/test_compound.py::test_slicing_on_instances_3 PASSED
> astropy/modeling/tests/test_compound.py::test_slicing_on_instance_with_parameterless_model PASSED
> astropy/modeling/tests/test_compound.py::test_compound_model_with_nonstandard_broadcasting PASSED
> astropy/modeling/tests/test_compound.py::test_compound_model_classify_attributes PASSED
> astropy/modeling/tests/test_compound.py::test_invalid_operands PASSED
> astropy/modeling/tests/test_compound.py::test_inherit_constraints[model0] PASSED
> astropy/modeling/tests/test_compound.py::test_inherit_constraints[model1] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_custom_inverse PASSED
> astropy/modeling/tests/test_compound.py::test_compound_with_polynomials[poly0] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_with_polynomials[poly1] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_with_polynomials[poly2] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_with_polynomials[poly3] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_with_polynomials[poly4] PASSED
> astropy/modeling/tests/test_compound.py::test_compound_with_polynomials[poly5] PASSED
> astropy/modeling/tests/test_compound.py::test_pickle_compound PASSED
> astropy/modeling/tests/test_compound.py::test_pickle_compound_fallback SKIPPED
> astropy/modeling/tests/test_constraints.py::TestNonLinearConstraints::test_fixed_par PASSED
> astropy/modeling/tests/test_constraints.py::TestNonLinearConstraints::test_tied_par PASSED
> astropy/modeling/tests/test_constraints.py::TestNonLinearConstraints::test_joint_fitter PASSED
> astropy/modeling/tests/test_constraints.py::TestNonLinearConstraints::test_no_constraints PASSED
> astropy/modeling/tests/test_constraints.py::TestBounds::test_bounds_lsq PASSED
> astropy/modeling/tests/test_constraints.py::TestBounds::test_bounds_slsqp PASSED
> astropy/modeling/tests/test_constraints.py::TestBounds::test_bounds_gauss2d_lsq PASSED
> astropy/modeling/tests/test_constraints.py::TestBounds::test_bounds_gauss2d_slsqp PASSED
> astropy/modeling/tests/test_constraints.py::TestLinearConstraints::test PASSED
> astropy/modeling/tests/test_constraints.py::test_set_fixed_1 PASSED
> astropy/modeling/tests/test_constraints.py::test_set_fixed_2 PASSED
> astropy/modeling/tests/test_constraints.py::test_set_tied_1 PASSED
> astropy/modeling/tests/test_constraints.py::test_set_tied_2 PASSED
> astropy/modeling/tests/test_constraints.py::test_unset_fixed PASSED
> astropy/modeling/tests/test_constraints.py::test_unset_tied PASSED
> astropy/modeling/tests/test_constraints.py::test_set_bounds_1 PASSED
> astropy/modeling/tests/test_constraints.py::test_set_bounds_2 PASSED
> astropy/modeling/tests/test_constraints.py::test_unset_bounds PASSED
> astropy/modeling/tests/test_constraints.py::test_default_constraints PASSED
> astropy/modeling/tests/test_constraints.py::test_fit_with_fixed_and_bound_constraints PASSED
> astropy/modeling/tests/test_constraints.py::test_fit_with_bound_constraints_estimate_jacobian PASSED
> astropy/modeling/tests/test_core.py::test_Model_instance_repr_and_str PASSED
> astropy/modeling/tests/test_core.py::test_Model_array_parameter PASSED
> astropy/modeling/tests/test_core.py::test_inputless_model PASSED
> astropy/modeling/tests/test_core.py::test_ParametericModel PASSED
> astropy/modeling/tests/test_core.py::test_custom_model_signature PASSED
> astropy/modeling/tests/test_core.py::test_custom_model_subclass PASSED
> astropy/modeling/tests/test_core.py::test_custom_model_parametrized_decorator PASSED
> astropy/modeling/tests/test_core.py::test_custom_inverse PASSED
> astropy/modeling/tests/test_core.py::test_custom_inverse_reset PASSED
> astropy/modeling/tests/test_core.py::test_render_model_2d PASSED
> astropy/modeling/tests/test_core.py::test_render_model_1d PASSED
> astropy/modeling/tests/test_core.py::test_render_model_3d PASSED
> astropy/modeling/tests/test_fitters.py::TestPolynomial2D::test_poly2D_fitting PASSED
> astropy/modeling/tests/test_fitters.py::TestPolynomial2D::test_eval PASSED
> astropy/modeling/tests/test_fitters.py::TestPolynomial2D::test_polynomial2D_nonlinear_fitting PASSED
> astropy/modeling/tests/test_fitters.py::TestICheb2D::test_default_params PASSED
> astropy/modeling/tests/test_fitters.py::TestICheb2D::test_poly2D_cheb2D PASSED
> astropy/modeling/tests/test_fitters.py::TestICheb2D::test_chebyshev2D_nonlinear_fitting PASSED
> astropy/modeling/tests/test_fitters.py::TestICheb2D::test_chebyshev2D_nonlinear_fitting_with_weights PASSED
> astropy/modeling/tests/test_fitters.py::TestJointFitter::test_joint_parameter PASSED
> astropy/modeling/tests/test_fitters.py::TestJointFitter::test_joint_fitter PASSED
> astropy/modeling/tests/test_fitters.py::TestLinearLSQFitter::test_chebyshev1D PASSED
> astropy/modeling/tests/test_fitters.py::TestLinearLSQFitter::test_linear_fit_model_set PASSED
> astropy/modeling/tests/test_fitters.py::TestLinearLSQFitter::test_linear_fit_2d_model_set PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_estimated_vs_analytic_deriv PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_estimated_vs_analytic_deriv_with_weights PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_with_optimize PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_with_weights PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_fitter_against_LevMar[SimplexLSQFitter] PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_fitter_against_LevMar[SLSQPLSQFitter] PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_LSQ_SLSQP_with_constraints PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_simplex_lsq_fitter PASSED
> astropy/modeling/tests/test_fitters.py::TestNonLinearFitters::test_param_cov PASSED
> astropy/modeling/tests/test_functional_models.py::test_Trapezoid1D PASSED
> astropy/modeling/tests/test_functional_models.py::test_GaussianAbsorption1D PASSED
> astropy/modeling/tests/test_functional_models.py::test_Gaussian2D PASSED
> astropy/modeling/tests/test_functional_models.py::test_Gaussian2DCovariance PASSED
> astropy/modeling/tests/test_functional_models.py::test_Gaussian2DRotation PASSED
> astropy/modeling/tests/test_functional_models.py::test_RedshiftScaleFactor PASSED
> astropy/modeling/tests/test_functional_models.py::test_Ellipse2D PASSED
> astropy/modeling/tests/test_functional_models.py::test_Ellipse2D_circular PASSED
> astropy/modeling/tests/test_functional_models.py::test_Scale_inverse PASSED
> astropy/modeling/tests/test_functional_models.py::test_Shift_inverse PASSED
> astropy/modeling/tests/test_functional_models.py::test_Voigt1D PASSED
> astropy/modeling/tests/test_functional_models.py::test_compound_models_with_class_variables PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input1D[Polynomial1D-params0] PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input1D[Legendre1D-params1] PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input1D[Chebyshev1D-params2] PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input1D[Shift-params3] PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input1D[Scale-params4] PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input2D[Polynomial2D-params0] PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input2D[Legendre2D-params1] PASSED
> astropy/modeling/tests/test_input.py::TestInputType::test_input2D[Chebyshev2D-params2] PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_linear_fitter_1set PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_linear_fitter_Nset PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_linear_fitter_1dcheb PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_linear_fitter_1dlegend PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_linear_fitter_1set2d PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_wrong_numpset PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_wrong_pset PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_nonlinear_lsqt_1set_1d PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_nonlinear_lsqt_Nset_1d PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_nonlinear_lsqt_1set_2d PASSED
> astropy/modeling/tests/test_input.py::TestFitting::test_nonlinear_lsqt_Nset_2d PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_non_linear_NYset PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_non_linear_NXYset PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_p1_1set_1pset PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_p1_nset_npset PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_p2_1set_1pset PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_p2_nset_npset PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_nset_domain PASSED
> astropy/modeling/tests/test_input.py::TestEvaluation::test_evaluate_gauss2d PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_scalar_parameters_scalar_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_scalar_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_scalar_parameters_2d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_scalar_parameters_3d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_1d_array_parameters_scalar_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_1d_array_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_2d_array_parameters_2d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputSingleModel::test_mixed_array_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_scalar_parameters_scalar_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_scalar_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_scalar_parameters_2d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_scalar_parameters_3d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_1d_array_parameters_scalar_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_1d_array_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_2d_array_parameters_2d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputSingleOutputTwoModel::test_mixed_array_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_scalar_parameters_scalar_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_scalar_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_scalar_parameters_2d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_scalar_parameters_3d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_1d_array_parameters_scalar_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_1d_array_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_2d_array_parameters_2d_array_input PASSED
> astropy/modeling/tests/test_input.py::TestSingleInputDoubleOutputSingleModel::test_mixed_array_parameters_1d_array_input PASSED
> astropy/modeling/tests/test_input.py::test_format_input_scalars PASSED
> astropy/modeling/tests/test_input.py::test_format_input_arrays PASSED
> astropy/modeling/tests/test_input.py::test_format_input_arrays_transposed PASSED
> astropy/modeling/tests/test_mappings.py::test_swap_axes PASSED
> astropy/modeling/tests/test_mappings.py::test_duplicate_axes PASSED
> astropy/modeling/tests/test_mappings.py::test_drop_axes_1 PASSED
> astropy/modeling/tests/test_mappings.py::test_drop_axes_2 PASSED
> astropy/modeling/tests/test_mappings.py::test_drop_axes_3 PASSED
> astropy/modeling/tests/test_mappings.py::test_identity PASSED
> astropy/modeling/tests/test_models.py::test_custom_model PASSED
> astropy/modeling/tests/test_models.py::test_custom_model_init PASSED
> astropy/modeling/tests/test_models.py::test_custom_model_defaults PASSED
> astropy/modeling/tests/test_models.py::test_custom_model_bounding_box PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Const1D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[LogParabola1D-test_parameters1] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Sine1D-test_parameters2] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Linear1D-test_parameters3] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Polynomial1D-test_parameters4] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Voigt1D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[PowerLaw1D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Lorentz1D-test_parameters7] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[BrokenPowerLaw1D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Moffat1D-test_parameters9] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[MexicanHat1D-test_parameters10] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Box1D-test_parameters11] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Gaussian1D-test_parameters12] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[ExponentialCutoffPowerLaw1D-test_parameters13] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Trapezoid1D-test_parameters14] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_input1D[Sersic1D-test_parameters15] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Const1D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[LogParabola1D-test_parameters1] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Sine1D-test_parameters2] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Linear1D-test_parameters3] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Polynomial1D-test_parameters4] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Voigt1D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[PowerLaw1D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Lorentz1D-test_parameters7] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[BrokenPowerLaw1D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Moffat1D-test_parameters9] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[MexicanHat1D-test_parameters10] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Box1D-test_parameters11] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Gaussian1D-test_parameters12] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[ExponentialCutoffPowerLaw1D-test_parameters13] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Trapezoid1D-test_parameters14] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_eval1D[Sersic1D-test_parameters15] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Const1D-test_parameters0] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[LogParabola1D-test_parameters1] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Sine1D-test_parameters2] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Linear1D-test_parameters3] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Polynomial1D-test_parameters4] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Voigt1D-test_parameters5] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[PowerLaw1D-test_parameters6] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Lorentz1D-test_parameters7] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[BrokenPowerLaw1D-test_parameters8] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Moffat1D-test_parameters9] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[MexicanHat1D-test_parameters10] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Box1D-test_parameters11] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Gaussian1D-test_parameters12] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[ExponentialCutoffPowerLaw1D-test_parameters13] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Trapezoid1D-test_parameters14] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_bounding_box1D[Sersic1D-test_parameters15] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Const1D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[LogParabola1D-test_parameters1] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Sine1D-test_parameters2] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Linear1D-test_parameters3] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Polynomial1D-test_parameters4] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Voigt1D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[PowerLaw1D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Lorentz1D-test_parameters7] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[BrokenPowerLaw1D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Moffat1D-test_parameters9] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[MexicanHat1D-test_parameters10] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Box1D-test_parameters11] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Gaussian1D-test_parameters12] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[ExponentialCutoffPowerLaw1D-test_parameters13] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Trapezoid1D-test_parameters14] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_fitter1D[Sersic1D-test_parameters15] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Const1D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[LogParabola1D-test_parameters1] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Sine1D-test_parameters2] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Linear1D-test_parameters3] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Polynomial1D-test_parameters4] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Voigt1D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[PowerLaw1D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Lorentz1D-test_parameters7] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[BrokenPowerLaw1D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Moffat1D-test_parameters9] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[MexicanHat1D-test_parameters10] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Box1D-test_parameters11] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Gaussian1D-test_parameters12] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[ExponentialCutoffPowerLaw1D-test_parameters13] PASSED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Trapezoid1D-test_parameters14] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable1DModels::test_deriv_1D[Sersic1D-test_parameters15] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Disk2D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Const2D-test_parameters1] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Polynomial2D-test_parameters2] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[AiryDisk2D-test_parameters3] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Box2D-test_parameters4] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Gaussian2D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Ring2D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[MexicanHat2D-test_parameters7] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[TrapezoidDisk2D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Sersic2D-test_parameters9] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_input2D[Moffat2D-test_parameters10] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Disk2D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Const2D-test_parameters1] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Polynomial2D-test_parameters2] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[AiryDisk2D-test_parameters3] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Box2D-test_parameters4] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Gaussian2D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Ring2D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[MexicanHat2D-test_parameters7] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[TrapezoidDisk2D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Sersic2D-test_parameters9] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_eval2D[Moffat2D-test_parameters10] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Disk2D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Const2D-test_parameters1] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Polynomial2D-test_parameters2] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[AiryDisk2D-test_parameters3] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Box2D-test_parameters4] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Gaussian2D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Ring2D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[MexicanHat2D-test_parameters7] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[TrapezoidDisk2D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Sersic2D-test_parameters9] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_bounding_box2D[Moffat2D-test_parameters10] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Disk2D-test_parameters0] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Const2D-test_parameters1] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Polynomial2D-test_parameters2] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[AiryDisk2D-test_parameters3] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Box2D-test_parameters4] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Gaussian2D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Ring2D-test_parameters6] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[MexicanHat2D-test_parameters7] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[TrapezoidDisk2D-test_parameters8] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Sersic2D-test_parameters9] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_fitter2D[Moffat2D-test_parameters10] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Disk2D-test_parameters0] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Const2D-test_parameters1] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Polynomial2D-test_parameters2] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[AiryDisk2D-test_parameters3] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Box2D-test_parameters4] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Gaussian2D-test_parameters5] PASSED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Ring2D-test_parameters6] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[MexicanHat2D-test_parameters7] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[TrapezoidDisk2D-test_parameters8] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Sersic2D-test_parameters9] SKIPPED
> astropy/modeling/tests/test_models.py::TestFittable2DModels::test_deriv_2D[Moffat2D-test_parameters10] PASSED
> astropy/modeling/tests/test_models.py::test_ShiftModel PASSED
> astropy/modeling/tests/test_models.py::test_ScaleModel PASSED
> astropy/modeling/tests/test_models.py::test_voigt_model PASSED
> astropy/modeling/tests/test_models.py::test_model_instance_repr PASSED
> astropy/modeling/tests/test_parameters.py::test_parameter_properties PASSED
> astropy/modeling/tests/test_parameters.py::test_parameter_operators PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_set_slice PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_set_parameters_as_list PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_set_parameters_as_array PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_set_as_tuple PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_set_model_attr_seq PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_set_model_attr_num PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_set_item PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_wrong_size1 PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_wrong_size2 PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_wrong_shape PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_par_against_iraf PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::testPolynomial1D PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_poly1d_multiple_sets PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_par_slicing PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_poly2d PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_poly2d_multiple_sets PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_shift_model_parameters1d PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_scale_model_parametersnd PASSED
> astropy/modeling/tests/test_parameters.py::TestParameters::test_parameters_wrong_shape PASSED
> astropy/modeling/tests/test_parameters.py::TestMultipleParameterSets::test_change_par PASSED
> astropy/modeling/tests/test_parameters.py::TestMultipleParameterSets::test_change_par2 PASSED
> astropy/modeling/tests/test_parameters.py::TestMultipleParameterSets::test_change_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_single_model_scalar_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_single_model_scalar_and_array_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_single_model_1d_array_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_single_model_1d_array_different_length_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_single_model_2d_array_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_single_model_2d_non_square_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_single_model_2d_broadcastable_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_incorrect_scalar_parameters[1-2] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_incorrect_scalar_parameters[1-p21] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_incorrect_scalar_parameters[p12-3] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_incorrect_scalar_parameters[p13-p23] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_incorrect_scalar_parameters[p14-p24] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_scalar_parameters[kwargs0] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_scalar_parameters[kwargs1] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_scalar_parameters[kwargs2] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_scalar_and_array_parameters[kwargs0] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_scalar_and_array_parameters[kwargs1] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_scalar_and_array_parameters[kwargs2] PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_1d_array_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_mixed_dimension_array_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_2d_array_parameters PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_two_model_nonzero_model_set_axis PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_wrong_number_of_params PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_wrong_number_of_params2 PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_array_parameter1 PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_array_parameter2 PASSED
> astropy/modeling/tests/test_parameters.py::TestParameterInitialization::test_array_parameter4 PASSED
> astropy/modeling/tests/test_parameters.py::test_non_broadcasting_parameters PASSED
> astropy/modeling/tests/test_parameters.py::test_setter PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Polynomial1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Polynomial1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Legendre1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Legendre1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Linear1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Linear1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Chebyshev1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_1D[Chebyshev1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Polynomial1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Polynomial1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Legendre1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Legendre1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Linear1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Linear1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Chebyshev1D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_1D[Chebyshev1D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_2D[Chebyshev2D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_2D[Chebyshev2D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_2D[Polynomial2D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_2D[Polynomial2D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_2D[Legendre2D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_linear_fitter_2D[Legendre2D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_2D[Chebyshev2D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_2D[Chebyshev2D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_2D[Polynomial2D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_2D[Polynomial2D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_2D[Legendre2D-False] PASSED
> astropy/modeling/tests/test_polynomial.py::TestFitting::test_non_linear_fitter_2D[Legendre2D-True] PASSED
> astropy/modeling/tests/test_polynomial.py::test_polynomial_init_with_constraints[model_class0] SKIPPED
> astropy/modeling/tests/test_polynomial.py::test_sip_hst PASSED
> astropy/modeling/tests/test_polynomial.py::test_sip_irac PASSED
> astropy/modeling/tests/test_polynomial.py::test_sip_no_coeff PASSED
> astropy/modeling/tests/test_polynomial.py::test_zero_degree_polynomial[Polynomial1D] PASSED
> astropy/modeling/tests/test_polynomial.py::test_zero_degree_polynomial[Chebyshev1D] PASSED
> astropy/modeling/tests/test_polynomial.py::test_zero_degree_polynomial[Legendre1D] PASSED
> astropy/modeling/tests/test_polynomial.py::test_zero_degree_polynomial[Polynomial2D] PASSED
> astropy/modeling/tests/test_polynomial.py::test_zero_degree_polynomial[Chebyshev2D] PASSED
> astropy/modeling/tests/test_polynomial.py::test_zero_degree_polynomial[Legendre2D] PASSED
> astropy/modeling/tests/test_projections.py::test_Projection_properties PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[AZP] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[SZP] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[TAN] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[STG] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[SIN] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[ARC] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[ZEA] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[AIR] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[CYP] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[CEA] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[CAR] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[MER] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[SFL] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[PAR] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[MOL] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[AIT] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[COP] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[COE] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[COD] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[COO] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[BON] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[PCO] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[TSC] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[CSC] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[QSC] PASSED
> astropy/modeling/tests/test_projections.py::test_Sky2Pix[HPX] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[AZP] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[SZP] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[TAN] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[STG] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[SIN] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[ARC] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[ZEA] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[AIR] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[CYP] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[CEA] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[CAR] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[MER] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[SFL] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[PAR] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[MOL] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[AIT] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[COP] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[COE] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[COD] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[COO] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[BON] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[PCO] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[TSC] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[CSC] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[QSC] PASSED
> astropy/modeling/tests/test_projections.py::test_Pix2Sky[HPX] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[AZP] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[SZP] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[TAN] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[STG] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[SIN] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[ARC] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[ZEA] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[AIR] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[CYP] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[CEA] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[CAR] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[MER] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[SFL] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[PAR] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[MOL] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[AIT] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[COP] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[COE] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[COD] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[COO] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[BON] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[PCO] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[TSC] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[CSC] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[QSC] PASSED
> astropy/modeling/tests/test_projections.py::test_projection_default[HPX] PASSED
> astropy/modeling/tests/test_projections.py::TestZenithalPerspective::test_AZP_p2s PASSED
> astropy/modeling/tests/test_projections.py::TestZenithalPerspective::test_AZP_s2p PASSED
> astropy/modeling/tests/test_projections.py::TestCylindricalPerspective::test_CYP_p2s PASSED
> astropy/modeling/tests/test_projections.py::TestCylindricalPerspective::test_CYP_s2p PASSED
> astropy/modeling/tests/test_projections.py::test_AffineTransformation2D PASSED
> astropy/modeling/tests/test_projections.py::test_AffineTransformation2D_inverse PASSED
> astropy/modeling/tests/test_projections.py::test_c_projection_striding PASSED
> astropy/modeling/tests/test_projections.py::test_c_projections_shaped PASSED
> astropy/modeling/tests/test_rotations.py::test_against_wcslib[inp0] PASSED
> astropy/modeling/tests/test_rotations.py::test_against_wcslib[inp1] PASSED
> astropy/modeling/tests/test_rotations.py::test_against_wcslib[inp2] PASSED
> astropy/modeling/tests/test_rotations.py::test_against_wcslib[inp3] PASSED
> astropy/modeling/tests/test_rotations.py::test_against_wcslib[inp4] PASSED
> astropy/modeling/tests/test_rotations.py::test_against_wcslib[inp5] PASSED
> astropy/modeling/tests/test_rotations.py::test_roundtrip_sky_rotaion[inp0] PASSED
> astropy/modeling/tests/test_rotations.py::test_roundtrip_sky_rotaion[inp1] PASSED
> astropy/modeling/tests/test_rotations.py::test_roundtrip_sky_rotaion[inp2] PASSED
> astropy/modeling/tests/test_rotations.py::test_native_celestial_lat90 PASSED
> astropy/modeling/tests/test_rotations.py::test_Rotation2D PASSED
> astropy/modeling/tests/test_rotations.py::test_Rotation2D_inverse PASSED
> astropy/modeling/tests/test_rotations.py::test_euler_angle_rotations PASSED
> astropy/modeling/tests/test_rotations.py::test_euler_angles[zxz] PASSED
> astropy/modeling/tests/test_rotations.py::test_euler_angles[zyz] PASSED
> astropy/modeling/tests/test_rotations.py::test_euler_angles[yzy] PASSED
> astropy/modeling/tests/test_rotations.py::test_euler_angles[yxy] PASSED
> astropy/modeling/tests/test_rotations.py::test_euler_angles[xyx] PASSED
> astropy/modeling/tests/test_rotations.py::test_euler_angles[xzx] PASSED
> astropy/modeling/tests/test_utils.py::test_traverse_postorder_duplicate_subtrees PASSED
> astropy/modeling/tests/test_utils.py::test_tree_evaluate_subexpression PASSED
> astropy/modeling/tests/test_utils.py::test_ellipse_extent PASSED
> astropy/nddata/nddata.py::astropy.nddata.nddata.NDData PASSED
> astropy/nddata/nddata_withmixins.py::astropy.nddata.nddata_withmixins.NDDataRef PASSED
> astropy/nddata/nduncertainty.py::astropy.nddata.nduncertainty.StdDevUncertainty PASSED
> astropy/nddata/utils.py::astropy.nddata.utils.Cutout2D.__init__ PASSED
> astropy/nddata/utils.py::astropy.nddata.utils.add_array PASSED
> astropy/nddata/utils.py::astropy.nddata.utils.block_reduce PASSED
> astropy/nddata/utils.py::astropy.nddata.utils.block_replicate PASSED
> astropy/nddata/utils.py::astropy.nddata.utils.extract_array PASSED
> astropy/nddata/utils.py::astropy.nddata.utils.subpixel_indices PASSED
> astropy/nddata/mixins/ndarithmetic.py::astropy.nddata.mixins.ndarithmetic.NDArithmeticMixin PASSED
> astropy/nddata/mixins/ndslicing.py::astropy.nddata.mixins.ndslicing.NDSlicingMixin PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data14-data24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data15-data25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data16-data26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_invalid PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data14-data24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data15-data25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data16-data26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data17-data27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[None-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[None-5] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[5-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[5-5] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[7-5] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[None-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[None-False] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[True-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[False-False] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[True-False] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[False-True] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[True-True] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask17-mask27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask18-mask28] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask19-mask29] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask110-mask210] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask111-mask211] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask112-mask212] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks_invalid PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert14-data24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert15-data25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert16-data26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert17-data27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert18-data28] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert19-data29] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert110-data210] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert111-data211] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert112-data212] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert113-data213] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert114-data214] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert115-data215] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert116-data216] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert117-data217] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert118-data218] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert119-data219] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert120-data220] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert121-data221] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert122-data222] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert123-data223] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert124-data224] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert125-data225] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert126-data226] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert127-data227] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation_array PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_with_correlation_unsupported PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_one_missing PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert10-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert11-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[None-uncert22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[None-uncert23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert14-uncert24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert15-uncert25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert16-uncert26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert17-uncert27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert18-uncert28] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert19-uncert29] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert110-uncert210] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert111-uncert211] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_handle_switches[ff] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_handle_switches[first_found] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_meta_func PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_wcs_func PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_mask_func PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[add] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[subtract] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[divide] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[multiply] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[add] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[subtract] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[divide] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[multiply] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_unknown_uncertainties PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_deprecated_functions_still_working PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data14-data24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data15-data25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data[data16-data26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_invalid PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data14-data24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data15-data25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data16-data26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_identical[data17-data27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_unit_not_identical[data13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[None-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[None-5] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[5-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[5-5] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_wcs[7-5] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[None-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[None-False] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[True-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[False-False] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[True-False] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[False-True] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[True-True] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask17-mask27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask18-mask28] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask19-mask29] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask110-mask210] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask111-mask211] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks[mask112-mask212] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_data_masks_invalid PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert10-data20] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert11-data21] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert12-data22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert13-data23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert14-data24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert15-data25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert16-data26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert17-data27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert18-data28] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert19-data29] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert110-data210] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert111-data211] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert112-data212] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert113-data213] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert114-data214] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert115-data215] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert116-data216] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert117-data217] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert118-data218] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert119-data219] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert120-data220] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-1-uncert121-data221] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.5-uncert122-data222] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[-0.25-uncert123-data223] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0-uncert124-data224] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.25-uncert125-data225] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[0.5-uncert126-data226] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation[1-uncert127-data227] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_basic_with_correlation_array PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_with_correlation_unsupported PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_one_missing PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert10-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert11-None] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[None-uncert22] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[None-uncert23] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert14-uncert24] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert15-uncert25] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert16-uncert26] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert17-uncert27] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert18-uncert28] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert19-uncert29] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert110-uncert210] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_stddevuncertainty_with_units[uncert111-uncert211] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_handle_switches[ff] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_handle_switches[first_found] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_meta_func PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_wcs_func PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_mask_func PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[add] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[subtract] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[divide] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage[multiply] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[add] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[subtract] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[divide] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_two_argument_useage_non_nddata_first_arg[multiply] PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_arithmetics_unknown_uncertainties PASSED
> astropy/nddata/mixins/tests/test_ndarithmetic.py::test_deprecated_functions_still_working PASSED
> astropy/nddata/mixins/tests/test_ndio.py::test_simple_write_read PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_only_data PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_data_scalar_fail PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1ddata_ndslice PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1dmask_ndslice[mask] PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1dmask_ndslice[wcs] PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1dmask_ndslice[uncertainty] PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_npndarray_1d PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_npndarray_nd PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_npndarray_shape_diff PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_something_wrong PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_boolean_slicing PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_only_data PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_data_scalar_fail PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1ddata_ndslice PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1dmask_ndslice[mask] PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1dmask_ndslice[wcs] PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_1dmask_ndslice[uncertainty] PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_npndarray_1d PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_npndarray_nd PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_npndarray_shape_diff PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_slicing_all_something_wrong PASSED
> astropy/nddata/mixins/tests/test_ndslicing.py::test_boolean_slicing PASSED
> astropy/nddata/tests/test_compat.py::test_nddataarray_has_attributes_of_old_nddata PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_simple PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_parameters PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_conversion PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_init_without_np_array[flags_in0] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_init_without_np_array[flags_in1] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_init_without_np_array[flags_in2] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_init_without_np_array[flags_in3] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_init_without_np_array[flags_in4] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_init_without_np_array[flags_in5] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_invalid_shape[shape0] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_invalid_shape[shape1] PASSED
> astropy/nddata/tests/test_compat.py::test_nddata_flags_invalid_shape[shape2] PASSED
> astropy/nddata/tests/test_compat.py::test_convert_unit_to PASSED
> astropy/nddata/tests/test_compat.py::test_init_of_subclass_in_convert_unit_to PASSED
> astropy/nddata/tests/test_compat.py::test_nddataarray_from_nddataarray PASSED
> astropy/nddata/tests/test_compat.py::test_nddataarray_from_nddata PASSED
> astropy/nddata/tests/test_decorators.py::test_pass_numpy PASSED
> astropy/nddata/tests/test_decorators.py::test_pass_all_separate PASSED
> astropy/nddata/tests/test_decorators.py::test_pass_nddata PASSED
> astropy/nddata/tests/test_decorators.py::test_pass_nddata_and_explicit PASSED
> astropy/nddata/tests/test_decorators.py::test_pass_nddata_ignored PASSED
> astropy/nddata/tests/test_decorators.py::test_incorrect_first_argument PASSED
> astropy/nddata/tests/test_decorators.py::test_wrap_function_no_kwargs PASSED
> astropy/nddata/tests/test_decorators.py::test_wrap_function_repack_valid PASSED
> astropy/nddata/tests/test_decorators.py::test_wrap_function_accepts PASSED
> astropy/nddata/tests/test_decorators.py::test_wrap_preserve_signature_docstring PASSED
> astropy/nddata/tests/test_flag_collection.py::test_init PASSED
> astropy/nddata/tests/test_flag_collection.py::test_init_noshape PASSED
> astropy/nddata/tests/test_flag_collection.py::test_init_notiterable PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[1] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[1.0] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[spam] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[value3] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[value4] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_shape PASSED
> astropy/nddata/tests/test_flag_collection.py::test_init PASSED
> astropy/nddata/tests/test_flag_collection.py::test_init_noshape PASSED
> astropy/nddata/tests/test_flag_collection.py::test_init_notiterable PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[1] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[1.0] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[spam] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[value3] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_type[value4] PASSED
> astropy/nddata/tests/test_flag_collection.py::test_setitem_invalid_shape PASSED
> astropy/nddata/tests/test_nddata.py::test_uncertainty_setter PASSED
> astropy/nddata/tests/test_nddata.py::test_mask_setter PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_empty PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_nonarray PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_ndarray PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_maskedarray PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_quantity[data0] PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_quantity[5] PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_masked_quantity PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_nddata PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_nddata_subclass PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_fail PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_fakes PASSED
> astropy/nddata/tests/test_nddata.py::test_param_uncertainty PASSED
> astropy/nddata/tests/test_nddata.py::test_param_wcs PASSED
> astropy/nddata/tests/test_nddata.py::test_param_meta PASSED
> astropy/nddata/tests/test_nddata.py::test_param_mask PASSED
> astropy/nddata/tests/test_nddata.py::test_param_unit PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_str PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_repr PASSED
> astropy/nddata/tests/test_nddata.py::test_slicing_not_supported PASSED
> astropy/nddata/tests/test_nddata.py::test_arithmetic_not_supported PASSED
> astropy/nddata/tests/test_nddata.py::test_uncertainty_setter PASSED
> astropy/nddata/tests/test_nddata.py::test_mask_setter PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_empty PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_nonarray PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_ndarray PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_maskedarray PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_quantity[data0] PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_quantity[5] PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_masked_quantity PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_nddata PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_nddata_subclass PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_fail PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_init_data_fakes PASSED
> astropy/nddata/tests/test_nddata.py::test_param_uncertainty PASSED
> astropy/nddata/tests/test_nddata.py::test_param_wcs PASSED
> astropy/nddata/tests/test_nddata.py::test_param_meta PASSED
> astropy/nddata/tests/test_nddata.py::test_param_mask PASSED
> astropy/nddata/tests/test_nddata.py::test_param_unit PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::TestMetaNDData::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_str PASSED
> astropy/nddata/tests/test_nddata.py::test_nddata_repr PASSED
> astropy/nddata/tests/test_nddata.py::test_slicing_not_supported PASSED
> astropy/nddata/tests/test_nddata.py::test_arithmetic_not_supported PASSED
> astropy/nddata/tests/test_nddata_base.py::test_nddata_base_subclass PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_list[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_list[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_list[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_ndarray[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_ndarray[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_ndarray[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_quantity[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_quantity[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_quantity[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_fake[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_fake[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_fake[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_somethingElse[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_somethingElse[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_somethingElse[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_StdDevUncertainty PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_uncertainty_type PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_uncertainty_correlated PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_for_leak_with_uncertainty PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_for_stolen_uncertainty PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_list[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_list[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_list[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_ndarray[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_ndarray[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_ndarray[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_quantity[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_quantity[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_quantity[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_fake[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_fake[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_fake[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_somethingElse[FakeUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_somethingElse[StdDevUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_somethingElse[UnknownUncertainty] PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_init_fake_with_StdDevUncertainty PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_uncertainty_type PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_uncertainty_correlated PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_for_leak_with_uncertainty PASSED
> astropy/nddata/tests/test_nduncertainty.py::test_for_stolen_uncertainty PASSED
> astropy/nddata/tests/test_utils.py::test_slices_different_dim PASSED
> astropy/nddata/tests/test_utils.py::test_slices_pos_different_dim PASSED
> astropy/nddata/tests/test_utils.py::test_slices_no_overlap[pos0] PASSED
> astropy/nddata/tests/test_utils.py::test_slices_no_overlap[pos1] PASSED
> astropy/nddata/tests/test_utils.py::test_slices_no_overlap[pos2] PASSED
> astropy/nddata/tests/test_utils.py::test_slices_no_overlap[pos3] PASSED
> astropy/nddata/tests/test_utils.py::test_slices_partial_overlap PASSED
> astropy/nddata/tests/test_utils.py::test_slices_overlap_wrong_mode PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_wrong_mode PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_1d_even PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_1d_odd PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_1d PASSED
> astropy/nddata/tests/test_utils.py::test_extract_Array_float PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_1d_trim PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_easy[partial] PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_easy[trim] PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_easy[strict] PASSED
> astropy/nddata/tests/test_utils.py::test_extract_array_return_pos PASSED
> astropy/nddata/tests/test_utils.py::test_add_array_odd_shape PASSED
> astropy/nddata/tests/test_utils.py::test_add_array_even_shape PASSED
> astropy/nddata/tests/test_utils.py::test_subpixel_indices[position0-subpixel_index0] PASSED
> astropy/nddata/tests/test_utils.py::test_subpixel_indices[position1-subpixel_index1] PASSED
> astropy/nddata/tests/test_utils.py::test_subpixel_indices[position2-subpixel_index2] PASSED
> astropy/nddata/tests/test_utils.py::test_subpixel_indices[position3-subpixel_index3] PASSED
> astropy/nddata/tests/test_utils.py::test_subpixel_indices[position4-subpixel_index4] PASSED
> astropy/nddata/tests/test_utils.py::test_subpixel_indices[position5-subpixel_index5] PASSED
> astropy/nddata/tests/test_utils.py::TestBlockReduce::test_1d SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReduce::test_1d_mean SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReduce::test_2d SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReduce::test_2d_mean SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReduce::test_2d_trim SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReduce::test_block_size_broadcasting SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReduce::test_block_size_len SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReplicate::test_1d SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReplicate::test_1d_conserve_sum SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReplicate::test_2d SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReplicate::test_2d_conserve_sum SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReplicate::test_block_size_broadcasting SKIPPED
> astropy/nddata/tests/test_utils.py::TestBlockReplicate::test_block_size_len SKIPPED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_cutout PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_size_length PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_size_units PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_size_pixel PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_size_angle PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_size_angle_without_wcs PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_cutout_trim_overlap PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_cutout_partial_overlap PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_cutout_partial_overlap_fill_value PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_copy PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_to_from_large PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_skycoord_without_wcs PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_skycoord PASSED
> astropy/nddata/tests/test_utils.py::TestCutout2D::test_skycoord_partial PASSED
> astropy/stats/bayesian_blocks.py::astropy.stats.bayesian_blocks.bayesian_blocks PASSED
> astropy/stats/circstats.py::astropy.stats.circstats.circcorrcoef PASSED
> astropy/stats/circstats.py::astropy.stats.circstats.circmean PASSED
> astropy/stats/circstats.py::astropy.stats.circstats.circmoment PASSED
> astropy/stats/circstats.py::astropy.stats.circstats.circvar PASSED
> astropy/stats/circstats.py::astropy.stats.circstats.rayleightest PASSED
> astropy/stats/circstats.py::astropy.stats.circstats.vonmisesmle PASSED
> astropy/stats/funcs.py::astropy.stats.funcs.biweight_location PASSED
> astropy/stats/funcs.py::astropy.stats.funcs.biweight_midvariance PASSED
> astropy/stats/funcs.py::astropy.stats.funcs.bootstrap PASSED
> astropy/stats/funcs.py::astropy.stats.funcs.mad_std PASSED
> astropy/stats/funcs.py::astropy.stats.funcs.median_absolute_deviation PASSED
> astropy/stats/info_theory.py::astropy.stats.info_theory.akaike_info_criterion PASSED
> astropy/stats/info_theory.py::astropy.stats.info_theory.akaike_info_criterion_lsq PASSED
> astropy/stats/info_theory.py::astropy.stats.info_theory.bayesian_info_criterion PASSED
> astropy/stats/info_theory.py::astropy.stats.info_theory.bayesian_info_criterion_lsq PASSED
> astropy/stats/sigma_clipping.py::astropy.stats.sigma_clipping._sigma_clip PASSED
> astropy/stats/sigma_clipping.py::astropy.stats.sigma_clipping.sigma_clip PASSED
> astropy/stats/lombscargle/core.py::astropy.stats.lombscargle.core.LombScargle PASSED
> astropy/stats/lombscargle/implementations/utils.py::astropy.stats.lombscargle.implementations.utils.extirpolate PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[True-None-1.0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[True-None-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[True-2.0-1.0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[True-2.0-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[False-None-1.0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[False-None-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[False-2.0-1.0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_design_matrix[False-2.0-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_multiterm_design_matrix[0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_multiterm_design_matrix[1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_multiterm_design_matrix[2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_multiterm_design_matrix[3] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[True-1-1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[True-1-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[True-1-3] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[True-2-1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[True-2-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[True-2-3] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[False-1-1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[False-1-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[False-1-3] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[False-2-1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[False-2-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_mle.py::test_exact_mle_fit[False-2-3] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-4] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-8] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-16] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-32] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-64] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-128] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-256] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-512] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-1024] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[-1-2048] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-4] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-8] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-16] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-32] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-64] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-128] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-256] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-512] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-1024] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[0-2048] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-2] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-4] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-8] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-16] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-32] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-64] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-128] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-256] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-512] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-1024] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_bitceil[1-2048] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_extirpolate[5-100] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_extirpolate[5-None] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_extirpolate_with_integers[5-100] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_extirpolate_with_integers[5-None] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-1-True-0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-1-True-1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-1-False-0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-1-False-1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-2-True-0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-2-True-1] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-2-False-0] PASSED
> astropy/stats/lombscargle/implementations/tests/test_utils.py::test_trig_sum[0.1-2-False-1] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-True-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[standard-False-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-True-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[psd-False-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-True-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[log-False-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-True-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_all_methods[model-False-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[standard-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[psd-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[log-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-True-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-True-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-True-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-True-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-True-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-False-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-False-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_integer_inputs[model-False-False-False-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-0-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-2-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[standard-4-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-0-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-2-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[psd-4-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-0-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-2-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[log-4-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-0-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-2-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-True-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-True-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-False-True-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-False-False-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_nterms_methods[model-4-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[0-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[1-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-True-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-True-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-True-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-True-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-True-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-False-True-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-False-True-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-False-False-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_fast_approximations[2-False-False-False-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape0-auto] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape0-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape0-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape0-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape0-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape0-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape0-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape1-auto] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape1-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape1-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape1-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape1-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape1-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape1-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape2-auto] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape2-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape2-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape2-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape2-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape2-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape2-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape3-auto] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape3-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape3-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape3-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape3-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape3-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape3-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape4-auto] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape4-slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape4-chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape4-cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape4-fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape4-fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_output_shapes[shape4-scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_errors_on_unit_mismatch[auto] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_errors_on_unit_mismatch[slow] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_errors_on_unit_mismatch[chi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_errors_on_unit_mismatch[cython] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_errors_on_unit_mismatch[fast] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_errors_on_unit_mismatch[fastchi2] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_errors_on_unit_mismatch[scipy] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-standard-True-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-standard-True-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-standard-False-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-standard-False-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-psd-True-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-psd-True-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-psd-False-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[True-psd-False-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-standard-True-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-standard-True-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-standard-False-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-standard-False-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-psd-True-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-psd-True-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-psd-False-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_unit_conversions[False-psd-False-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[1.0-True-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[1.0-True-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[1.0-False-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[1.0-False-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[2.0-True-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[2.0-True-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[2.0-False-True] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model[2.0-False-False] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit0-frequency_unit0-t_unit0] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit0-frequency_unit0-t_unit1] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit0-frequency_unit1-t_unit0] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit0-frequency_unit1-t_unit1] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit1-frequency_unit0-t_unit0] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit1-frequency_unit0-t_unit1] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit1-frequency_unit1-t_unit0] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_match[y_unit1-frequency_unit1-t_unit1] PASSED
> astropy/stats/lombscargle/tests/test_lombscargle.py::test_model_units_mismatch PASSED
> astropy/stats/tests/test_bayesian_blocks.py::test_single_change_point PASSED
> astropy/stats/tests/test_bayesian_blocks.py::test_duplicate_events PASSED
> astropy/stats/tests/test_bayesian_blocks.py::test_measures_fitness_homoscedastic PASSED
> astropy/stats/tests/test_bayesian_blocks.py::test_measures_fitness_heteroscedastic PASSED
> astropy/stats/tests/test_bayesian_blocks.py::test_regular_events PASSED
> astropy/stats/tests/test_bayesian_blocks.py::test_errors PASSED
> astropy/stats/tests/test_bayesian_blocks.py::test_fitness_function_results PASSED
> astropy/stats/tests/test_circstats.py::test__length PASSED
> astropy/stats/tests/test_circstats.py::test_circmean PASSED
> astropy/stats/tests/test_circstats.py::test_circmean_against_scipy PASSED
> astropy/stats/tests/test_circstats.py::test_circvar PASSED
> astropy/stats/tests/test_circstats.py::test_circmoment PASSED
> astropy/stats/tests/test_circstats.py::test_circcorrcoef PASSED
> astropy/stats/tests/test_circstats.py::test_rayleightest PASSED
> astropy/stats/tests/test_circstats.py::test_vtest PASSED
> astropy/stats/tests/test_circstats.py::test_vonmisesmle PASSED
> astropy/stats/tests/test_funcs.py::test_median_absolute_deviation PASSED
> astropy/stats/tests/test_funcs.py::test_median_absolute_deviation_masked PASSED
> astropy/stats/tests/test_funcs.py::test_median_absolute_deviation_quantity PASSED
> astropy/stats/tests/test_funcs.py::test_biweight_location PASSED
> astropy/stats/tests/test_funcs.py::test_biweight_location_small PASSED
> astropy/stats/tests/test_funcs.py::test_biweight_midvariance PASSED
> astropy/stats/tests/test_funcs.py::test_biweight_midvariance_small PASSED
> astropy/stats/tests/test_funcs.py::test_binom_conf_interval PASSED
> astropy/stats/tests/test_funcs.py::test_binned_binom_proportion PASSED
> astropy/stats/tests/test_funcs.py::test_signal_to_noise_oir_ccd PASSED
> astropy/stats/tests/test_funcs.py::test_bootstrap PASSED
> astropy/stats/tests/test_funcs.py::test_bootstrap_multiple_outputs PASSED
> astropy/stats/tests/test_funcs.py::test_mad_std PASSED
> astropy/stats/tests/test_funcs.py::test_mad_std_with_axis PASSED
> astropy/stats/tests/test_funcs.py::test_gaussian_fwhm_to_sigma PASSED
> astropy/stats/tests/test_funcs.py::test_gaussian_sigma_to_fwhm PASSED
> astropy/stats/tests/test_funcs.py::test_gaussian_sigma_to_fwhm_to_sigma PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_interval_rootn PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_large[root-n-0] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_large[pearson] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_large[sherpagehrels] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_large[frequentist-confidence] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_array_rootn0_zero PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_array_frequentist_confidence_zero PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_list_rootn0_zero PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_array_rootn0 PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_array_fc PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_frequentist_confidence_gehrels PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_frequentist_confidence_gehrels_2sigma PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_frequentist_confidence_gehrels_3sigma PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_gehrels86[0] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_gehrels86[1] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_gehrels86[2] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_gehrels86[3] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_gehrels86[10] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_gehrels86[20] PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_gehrels86[100] PASSED
> astropy/stats/tests/test_funcs.py::test_scipy_poisson_limit PASSED
> astropy/stats/tests/test_funcs.py::test_mpmath_poisson_limit SKIPPED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_value_errors PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_conf_kbn_value_errors PASSED
> astropy/stats/tests/test_funcs.py::test_poisson_limit_nodependencies SKIPPED
> astropy/stats/tests/test_histogram.py::test_scott_bin_width PASSED
> astropy/stats/tests/test_histogram.py::test_freedman_bin_width PASSED
> astropy/stats/tests/test_histogram.py::test_knuth_bin_width PASSED
> astropy/stats/tests/test_histogram.py::test_knuth_histogram PASSED
> astropy/stats/tests/test_histogram.py::test_histogram PASSED
> astropy/stats/tests/test_histogram.py::test_histogram_range PASSED
> astropy/stats/tests/test_histogram.py::test_histogram_output_knuth PASSED
> astropy/stats/tests/test_histogram.py::test_histogram_output PASSED
> astropy/stats/tests/test_histogram.py::test_histogram_badargs PASSED
> astropy/stats/tests/test_info_theory.py::test_bayesian_info_criterion PASSED
> astropy/stats/tests/test_info_theory.py::test_akaike_info_criterion PASSED
> astropy/stats/tests/test_info_theory.py::test_akaike_info_criterion_lsq PASSED
> astropy/stats/tests/test_info_theory.py::test_bayesian_info_criterion_lsq PASSED
> astropy/stats/tests/test_jackknife.py::test_jackknife_resampling PASSED
> astropy/stats/tests/test_jackknife.py::test_jackknife_stats PASSED
> astropy/stats/tests/test_jackknife.py::test_jackknife_stats_conf_interval PASSED
> astropy/stats/tests/test_sigma_clipping.py::test_sigma_clip PASSED
> astropy/stats/tests/test_sigma_clipping.py::test_compare_to_scipy_sigmaclip PASSED
> astropy/stats/tests/test_sigma_clipping.py::test_sigma_clip_scalar_mask PASSED
> astropy/stats/tests/test_sigma_clipping.py::test_sigma_clipped_stats PASSED
> astropy/stats/tests/test_sigma_clipping.py::test_invalid_sigma_clip PASSED
> astropy/table/info.py::astropy.table.info.TableInfo.__call__ PASSED
> astropy/table/info.py::astropy.table.info.table_info PASSED
> astropy/table/meta.py::astropy.table.meta._construct_odict SKIPPED
> astropy/table/meta.py::astropy.table.meta._repr_odict PASSED
> astropy/table/np_utils.py::astropy.table.np_utils.hstack PASSED
> astropy/table/np_utils.py::astropy.table.np_utils.vstack PASSED
> astropy/table/operations.py::astropy.table.operations.hstack PASSED
> astropy/table/operations.py::astropy.table.operations.unique PASSED
> astropy/table/operations.py::astropy.table.operations.vstack PASSED
> astropy/table/row.py::astropy.table.row.Row PASSED
> astropy/table/table.py::astropy.table.table.Table.add_column PASSED
> astropy/table/table.py::astropy.table.table.Table.add_columns PASSED
> astropy/table/table.py::astropy.table.table.Table.add_row PASSED
> astropy/table/table.py::astropy.table.table.Table.index_column PASSED
> astropy/table/table.py::astropy.table.table.Table.itercols PASSED
> astropy/table/table.py::astropy.table.table.Table.keep_columns PASSED
> astropy/table/table.py::astropy.table.table.Table.remove_column PASSED
> astropy/table/table.py::astropy.table.table.Table.remove_columns PASSED
> astropy/table/table.py::astropy.table.table.Table.remove_row PASSED
> astropy/table/table.py::astropy.table.table.Table.remove_rows PASSED
> astropy/table/table.py::astropy.table.table.Table.rename_column PASSED
> astropy/table/table.py::astropy.table.table.Table.replace_column PASSED
> astropy/table/table.py::astropy.table.table.Table.reverse PASSED
> astropy/table/table.py::astropy.table.table.Table.sort PASSED
> astropy/table/table_helpers.py::astropy.table.table_helpers.simple_table PASSED
> astropy/table/tests/test_array.py::test_array_find PASSED
> astropy/table/tests/test_array.py::test_array_range PASSED
> astropy/table/tests/test_array.py::test_wide_array PASSED
> astropy/table/tests/test_bst.py::test_bst_add PASSED
> astropy/table/tests/test_bst.py::test_bst_dimensions PASSED
> astropy/table/tests/test_bst.py::test_bst_find PASSED
> astropy/table/tests/test_bst.py::test_bst_traverse PASSED
> astropy/table/tests/test_bst.py::test_bst_remove PASSED
> astropy/table/tests/test_bst.py::test_bst_duplicate PASSED
> astropy/table/tests/test_bst.py::test_bst_range PASSED
> astropy/table/tests/test_column.py::TestColumn::test_subclass[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_subclass[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_ops[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_ops[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_boolean_ufuncs[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_boolean_ufuncs[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_view[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_view[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_format[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_format[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_numpy_array[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_numpy_array[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_unit[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_unit[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_array_wrap PASSED
> astropy/table/tests/test_column.py::TestColumn::test_name_none[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_name_none[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_quantity_init[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_quantity_init[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_attrs_survive_getitem_after_change[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_attrs_survive_getitem_after_change[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_to_quantity[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_to_quantity[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_item_access_type[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_item_access_type[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_basic[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_basic[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_multidim[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_multidim[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_object[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_object[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_masked PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_masked_multidim PASSED
> astropy/table/tests/test_column.py::TestColumn::test_mask_on_non_masked_table PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_5[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_5[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_6[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_6[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_7[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_7[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_8[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_8[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_9[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_9[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_10[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_10[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_11[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_11[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_12[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_12[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_13[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_13[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_col_and_masked_col PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::test_getitem_metadata_regression PASSED
> astropy/table/tests/test_column.py::test_unicode_guidelines PASSED
> astropy/table/tests/test_column.py::test_scalar_column PASSED
> astropy/table/tests/test_column.py::test_qtable_column_conversion PASSED
> astropy/table/tests/test_column.py::TestColumn::test_subclass[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_subclass[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_ops[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_ops[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_boolean_ufuncs[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_numpy_boolean_ufuncs[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_view[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_view[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_format[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_format[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_numpy_array[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_numpy_array[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_unit[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_convert_unit[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_array_wrap PASSED
> astropy/table/tests/test_column.py::TestColumn::test_name_none[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_name_none[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_quantity_init[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_quantity_init[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_attrs_survive_getitem_after_change[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_attrs_survive_getitem_after_change[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_to_quantity[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_to_quantity[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_item_access_type[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_item_access_type[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_basic[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_basic[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_multidim[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_multidim[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_object[Column] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_object[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_masked PASSED
> astropy/table/tests/test_column.py::TestColumn::test_insert_masked_multidim PASSED
> astropy/table/tests/test_column.py::TestColumn::test_mask_on_non_masked_table PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_5[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_5[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_6[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_6[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_7[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_7[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_8[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_8[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_9[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_9[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_10[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_10[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_11[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_11[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_12[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_12[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_13[Column] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_13[MaskedColumn] PASSED
> astropy/table/tests/test_column.py::TestAttrEqual::test_col_and_masked_col PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaColumn::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::TestMetaMaskedColumn::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_column.py::test_getitem_metadata_regression PASSED
> astropy/table/tests/test_column.py::test_unicode_guidelines PASSED
> astropy/table/tests/test_column.py::test_scalar_column PASSED
> astropy/table/tests/test_column.py::test_qtable_column_conversion PASSED
> astropy/table/tests/test_groups.py::test_column_group_by[False] PASSED
> astropy/table/tests/test_groups.py::test_column_group_by[True] PASSED
> astropy/table/tests/test_groups.py::test_table_group_by[False] PASSED
> astropy/table/tests/test_groups.py::test_table_group_by[True] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys[False] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys[True] PASSED
> astropy/table/tests/test_groups.py::test_groups_iterator[False] PASSED
> astropy/table/tests/test_groups.py::test_groups_iterator[True] PASSED
> astropy/table/tests/test_groups.py::test_grouped_copy[False] PASSED
> astropy/table/tests/test_groups.py::test_grouped_copy[True] PASSED
> astropy/table/tests/test_groups.py::test_grouped_slicing[False] PASSED
> astropy/table/tests/test_groups.py::test_grouped_slicing[True] PASSED
> astropy/table/tests/test_groups.py::test_group_column_from_table[False] PASSED
> astropy/table/tests/test_groups.py::test_group_column_from_table[True] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_mask_index[False] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_mask_index[True] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_array_index[False] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_array_index[True] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_slicing[False] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_slicing[True] PASSED
> astropy/table/tests/test_groups.py::test_grouped_item_access[False] PASSED
> astropy/table/tests/test_groups.py::test_grouped_item_access[True] PASSED
> astropy/table/tests/test_groups.py::test_mutable_operations[False] PASSED
> astropy/table/tests/test_groups.py::test_mutable_operations[True] PASSED
> astropy/table/tests/test_groups.py::test_group_by_masked[False] PASSED
> astropy/table/tests/test_groups.py::test_group_by_masked[True] PASSED
> astropy/table/tests/test_groups.py::test_group_by_errors[False] PASSED
> astropy/table/tests/test_groups.py::test_group_by_errors[True] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys_meta[False] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys_meta[True] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate[False] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate[True] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate_reduceat[False] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate_reduceat[True] PASSED
> astropy/table/tests/test_groups.py::test_column_aggregate[False] PASSED
> astropy/table/tests/test_groups.py::test_column_aggregate[True] PASSED
> astropy/table/tests/test_groups.py::test_table_filter PASSED
> astropy/table/tests/test_groups.py::test_column_filter PASSED
> astropy/table/tests/test_groups.py::test_column_group_by[False] PASSED
> astropy/table/tests/test_groups.py::test_column_group_by[True] PASSED
> astropy/table/tests/test_groups.py::test_table_group_by[False] PASSED
> astropy/table/tests/test_groups.py::test_table_group_by[True] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys[False] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys[True] PASSED
> astropy/table/tests/test_groups.py::test_groups_iterator[False] PASSED
> astropy/table/tests/test_groups.py::test_groups_iterator[True] PASSED
> astropy/table/tests/test_groups.py::test_grouped_copy[False] PASSED
> astropy/table/tests/test_groups.py::test_grouped_copy[True] PASSED
> astropy/table/tests/test_groups.py::test_grouped_slicing[False] PASSED
> astropy/table/tests/test_groups.py::test_grouped_slicing[True] PASSED
> astropy/table/tests/test_groups.py::test_group_column_from_table[False] PASSED
> astropy/table/tests/test_groups.py::test_group_column_from_table[True] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_mask_index[False] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_mask_index[True] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_array_index[False] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_array_index[True] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_slicing[False] PASSED
> astropy/table/tests/test_groups.py::test_table_groups_slicing[True] PASSED
> astropy/table/tests/test_groups.py::test_grouped_item_access[False] PASSED
> astropy/table/tests/test_groups.py::test_grouped_item_access[True] PASSED
> astropy/table/tests/test_groups.py::test_mutable_operations[False] PASSED
> astropy/table/tests/test_groups.py::test_mutable_operations[True] PASSED
> astropy/table/tests/test_groups.py::test_group_by_masked[False] PASSED
> astropy/table/tests/test_groups.py::test_group_by_masked[True] PASSED
> astropy/table/tests/test_groups.py::test_group_by_errors[False] PASSED
> astropy/table/tests/test_groups.py::test_group_by_errors[True] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys_meta[False] PASSED
> astropy/table/tests/test_groups.py::test_groups_keys_meta[True] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate[False] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate[True] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate_reduceat[False] PASSED
> astropy/table/tests/test_groups.py::test_table_aggregate_reduceat[True] PASSED
> astropy/table/tests/test_groups.py::test_column_aggregate[False] PASSED
> astropy/table/tests/test_groups.py::test_column_aggregate[True] PASSED
> astropy/table/tests/test_groups.py::test_table_filter PASSED
> astropy/table/tests/test_groups.py::test_column_filter PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col0-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col0-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col0-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col0-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col0-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col0-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col1-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col1-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col1-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col1-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col1-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col1-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col2-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col2-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col2-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col2-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col2-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[unmasked-main_col2-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col0-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col0-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col0-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col0-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col0-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col0-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col1-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col1-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col1-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col1-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col1-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col1-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col2-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col2-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col2-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col2-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col2-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[masked-main_col2-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col0-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col0-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col0-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col0-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col0-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col0-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col1-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col1-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col1-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col1-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col1-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col1-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col2-0BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col2-0BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col2-1BST-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col2-1BST-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col2-2SortedArray-False] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_index[subclass-main_col2-2SortedArray-True] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_slicing[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_remove_rows[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_get_slice[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_set_slice[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_multiple_slices[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_sort[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_insert_row[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_modes[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_index_retrieval[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_col_rename[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_table_loc[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_invalid_search[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_copy_index_references[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[unmasked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[masked-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col0-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col0-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col0-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col1-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col1-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col1-2SortedArray] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col2-0BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col2-1BST] PASSED
> astropy/table/tests/test_index.py::TestIndex::test_unique_index[subclass-main_col2-2SortedArray] PASSED
> astropy/table/tests/test_info.py::test_table_info_attributes[unmasked] PASSED
> astropy/table/tests/test_info.py::test_table_info_attributes[masked] PASSED
> astropy/table/tests/test_info.py::test_table_info_attributes[subclass] PASSED
> astropy/table/tests/test_info.py::test_table_info_stats[unmasked] PASSED
> astropy/table/tests/test_info.py::test_table_info_stats[masked] PASSED
> astropy/table/tests/test_info.py::test_table_info_stats[subclass] PASSED
> astropy/table/tests/test_info.py::test_data_info PASSED
> astropy/table/tests/test_info.py::test_data_info_subclass PASSED
> astropy/table/tests/test_info.py::test_scalar_info PASSED
> astropy/table/tests/test_info.py::test_empty_table PASSED
> astropy/table/tests/test_info.py::test_class_attribute PASSED
> astropy/table/tests/test_info.py::test_ignore_warnings XPASS
> astropy/table/tests/test_info.py::test_table_info_attributes[unmasked] PASSED
> astropy/table/tests/test_info.py::test_table_info_attributes[masked] PASSED
> astropy/table/tests/test_info.py::test_table_info_attributes[subclass] PASSED
> astropy/table/tests/test_info.py::test_table_info_stats[unmasked] PASSED
> astropy/table/tests/test_info.py::test_table_info_stats[masked] PASSED
> astropy/table/tests/test_info.py::test_table_info_stats[subclass] PASSED
> astropy/table/tests/test_info.py::test_data_info PASSED
> astropy/table/tests/test_info.py::test_data_info_subclass PASSED
> astropy/table/tests/test_info.py::test_scalar_info PASSED
> astropy/table/tests/test_info.py::test_empty_table PASSED
> astropy/table/tests/test_info.py::test_class_attribute PASSED
> astropy/table/tests/test_info.py::test_ignore_warnings XPASS
> astropy/table/tests/test_init_table.py::TestTableColumnsInit::test_init PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_default_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_default_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_ndarray_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_ndarray_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_default_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_default_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_bad_data[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_bad_data[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_ordered[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_ordered[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_bad_data[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_bad_data[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_default_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_default_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_ndarray_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_ndarray_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_col_order[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_col_order[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_init_from_row[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_init_from_row[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_data_meta_copy[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_data_meta_copy[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_table_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_table_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_slice[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_slice[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_mix[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_mix[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNone::test_data_none_with_cols[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNone::test_data_none_with_cols[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[unmasked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[unmasked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[masked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[masked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[subclass-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[subclass-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[unmasked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[unmasked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[masked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[masked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[subclass-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[subclass-True] PASSED
> astropy/table/tests/test_init_table.py::test_init_and_ref_from_multidim_ndarray[False] PASSED
> astropy/table/tests/test_init_table.py::test_init_and_ref_from_multidim_ndarray[True] PASSED
> astropy/table/tests/test_init_table.py::TestTableColumnsInit::test_init PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_default_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_default_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_ndarray_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_ndarray_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayHomo::test_partial_names_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_default_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_default_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_bad_data[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfLists::test_bad_data[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_ordered[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_names_ordered[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_bad_data[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromListOfDicts::test_bad_data[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_copy_false[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_names_copy_false[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_default_names[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_default_names[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromColsList::test_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_ndarray_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_ndarray_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNdarrayStruct::test_partial_names_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromDict::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_col_order[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromOrderedDict::test_col_order[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_init_from_row[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRow::test_init_from_row[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_basic_init[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_basic_init[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_set_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_set_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_dtype_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_dtype_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_cols_mismatch[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_names_cols_mismatch[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_data_meta_copy[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_data_meta_copy[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_table_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_table_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_dtype[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_dtype[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_ref[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_partial_names_ref[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_slice[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_slice[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_mix[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromTable::test_init_from_columns_mix[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNone::test_data_none_with_cols[False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromNone::test_data_none_with_cols[True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[unmasked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[unmasked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[masked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[masked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[subclass-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows[subclass-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[unmasked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[unmasked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[masked-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[masked-True] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[subclass-False] PASSED
> astropy/table/tests/test_init_table.py::TestInitFromRows::test_init_with_rows_and_data[subclass-True] PASSED
> astropy/table/tests/test_init_table.py::test_init_and_ref_from_multidim_ndarray[False] PASSED
> astropy/table/tests/test_init_table.py::test_init_and_ref_from_multidim_ndarray[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_name[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_name[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_position[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_position[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_mult_columns[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_mult_columns[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_column_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_column_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_column[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_column[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_row[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_row[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_empty_iterable_item[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_empty_iterable_item[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_table_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_table_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_fancy_index_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_fancy_index_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_list_index_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_list_index_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns_fail[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns_fail[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_where[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_where[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_integers[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_integers[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_bad_column[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_bad_column[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_name[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_name[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_position[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_by_position[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_mult_columns[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_mult_columns[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_column_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableColumnsItems::test_column_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_column[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_column[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_row[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_row[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_empty_iterable_item[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_empty_iterable_item[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_table_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_table_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_fancy_index_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_fancy_index_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_list_index_slice[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_list_index_slice[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns_fail[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_columns_fail[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_where[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_where[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_integers[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_np_integers[True] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_bad_column[False] PASSED
> astropy/table/tests/test_item_access.py::TestTableItems::test_select_bad_column[True] PASSED
> astropy/table/tests/test_jsviewer.py::test_write_jsviewer_default PASSED
> astropy/table/tests/test_jsviewer.py::test_write_jsviewer_options PASSED
> astropy/table/tests/test_jsviewer.py::test_write_jsviewer_local PASSED
> astropy/table/tests/test_jsviewer.py::test_show_in_notebook SKIPPED
> astropy/table/tests/test_masked.py::TestPprint::test_pformat PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_column PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_masked_table[True] PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_masked_table[False] PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_unmasked_table[True] PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_unmasked_table[False] PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_init_set_fill_value PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_set_get_fill_value_for_bare_column PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_set_get_fill_value_for_str_column PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_table_column_mask_not_ref PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_set_get_fill_value_for_table_column PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_data_attribute_fill_and_mask PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_set_mask_and_not_ref PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_set_mask_from_list PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_override_existing_mask PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_incomplete_mask_spec PASSED
> astropy/table/tests/test_masked.py::TestTableInit::test_mask_true_if_any_input_masked PASSED
> astropy/table/tests/test_masked.py::TestTableInit::test_mask_false_if_no_input_masked PASSED
> astropy/table/tests/test_masked.py::TestTableInit::test_mask_property PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_add_masked_column_to_masked_table PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_add_masked_column_to_non_masked_table PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_add_non_masked_column_to_masked_table PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_convert_to_masked_table_only_if_necessary PASSED
> astropy/table/tests/test_masked.py::TestRenameColumn::test_rename_masked_column PASSED
> astropy/table/tests/test_masked.py::TestRemoveColumn::test_remove_masked_column PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_iterable PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping1 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping2 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping3 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping4 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mismatch PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_non_masked_table_iterable PASSED
> astropy/table/tests/test_masked.py::test_setting_from_masked_column PASSED
> astropy/table/tests/test_masked.py::test_coercing_fill_value_type PASSED
> astropy/table/tests/test_masked.py::TestPprint::test_pformat PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_column PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_masked_table[True] PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_masked_table[False] PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_unmasked_table[True] PASSED
> astropy/table/tests/test_masked.py::TestFilled::test_filled_unmasked_table[False] PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_init_set_fill_value PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_set_get_fill_value_for_bare_column PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_set_get_fill_value_for_str_column PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_table_column_mask_not_ref PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_set_get_fill_value_for_table_column PASSED
> astropy/table/tests/test_masked.py::TestFillValue::test_data_attribute_fill_and_mask PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_set_mask_and_not_ref PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_set_mask_from_list PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_override_existing_mask PASSED
> astropy/table/tests/test_masked.py::TestMaskedColumnInit::test_incomplete_mask_spec PASSED
> astropy/table/tests/test_masked.py::TestTableInit::test_mask_true_if_any_input_masked PASSED
> astropy/table/tests/test_masked.py::TestTableInit::test_mask_false_if_no_input_masked PASSED
> astropy/table/tests/test_masked.py::TestTableInit::test_mask_property PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_add_masked_column_to_masked_table PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_add_masked_column_to_non_masked_table PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_add_non_masked_column_to_masked_table PASSED
> astropy/table/tests/test_masked.py::TestAddColumn::test_convert_to_masked_table_only_if_necessary PASSED
> astropy/table/tests/test_masked.py::TestRenameColumn::test_rename_masked_column PASSED
> astropy/table/tests/test_masked.py::TestRemoveColumn::test_remove_masked_column PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_iterable PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping1 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping2 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping3 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mapping4 PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_masked_table_mismatch PASSED
> astropy/table/tests/test_masked.py::TestAddRow::test_add_masked_row_to_non_masked_table_iterable PASSED
> astropy/table/tests/test_masked.py::test_setting_from_masked_column PASSED
> astropy/table/tests/test_masked.py::test_coercing_fill_value_type PASSED
> astropy/table/tests/test_mixin.py::test_attributes[arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_attributes[ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_attributes[quantity] PASSED
> astropy/table/tests/test_mixin.py::test_attributes[skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_attributes[time] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[unmasked-arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[unmasked-ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[unmasked-quantity] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[unmasked-skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[unmasked-time] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[masked-arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[masked-ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[masked-quantity] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[masked-skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[masked-time] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[subclass-arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[subclass-ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[subclass-quantity] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[subclass-skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_make_table[subclass-time] PASSED
> astropy/table/tests/test_mixin.py::test_io_ascii_write PASSED
> astropy/table/tests/test_mixin.py::test_io_write_fail[arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_io_write_fail[ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_io_write_fail[quantity] PASSED
> astropy/table/tests/test_mixin.py::test_io_write_fail[skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_io_write_fail[time] PASSED
> astropy/table/tests/test_mixin.py::test_join[unmasked] PASSED
> astropy/table/tests/test_mixin.py::test_join[masked] PASSED
> astropy/table/tests/test_mixin.py::test_join[subclass] PASSED
> astropy/table/tests/test_mixin.py::test_hstack[unmasked] PASSED
> astropy/table/tests/test_mixin.py::test_hstack[masked] PASSED
> astropy/table/tests/test_mixin.py::test_hstack[subclass] PASSED
> astropy/table/tests/test_mixin.py::test_get_items[arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_get_items[ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_get_items[quantity] PASSED
> astropy/table/tests/test_mixin.py::test_get_items[skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_get_items[time] PASSED
> astropy/table/tests/test_mixin.py::test_info_preserved_pickle_copy_init[arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_info_preserved_pickle_copy_init[ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_info_preserved_pickle_copy_init[quantity] PASSED
> astropy/table/tests/test_mixin.py::test_info_preserved_pickle_copy_init[skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_info_preserved_pickle_copy_init[time] PASSED
> astropy/table/tests/test_mixin.py::test_add_column[arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_add_column[ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_add_column[quantity] PASSED
> astropy/table/tests/test_mixin.py::test_add_column[skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_add_column[time] PASSED
> astropy/table/tests/test_mixin.py::test_vstack PASSED
> astropy/table/tests/test_mixin.py::test_insert_row[arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_insert_row[ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_insert_row[quantity] PASSED
> astropy/table/tests/test_mixin.py::test_insert_row[skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_insert_row[time] PASSED
> astropy/table/tests/test_mixin.py::test_insert_row_bad_unit PASSED
> astropy/table/tests/test_mixin.py::test_convert_np_array[arraywrap] PASSED
> astropy/table/tests/test_mixin.py::test_convert_np_array[ndarray] PASSED
> astropy/table/tests/test_mixin.py::test_convert_np_array[quantity] PASSED
> astropy/table/tests/test_mixin.py::test_convert_np_array[skycoord] PASSED
> astropy/table/tests/test_mixin.py::test_convert_np_array[time] PASSED
> astropy/table/tests/test_mixin.py::test_assignment_and_copy PASSED
> astropy/table/tests/test_mixin.py::test_grouping PASSED
> astropy/table/tests/test_mixin.py::test_conversion_qtable_table PASSED
> astropy/table/tests/test_mixin.py::test_column_rename xfail
> astropy/table/tests/test_mixin.py::test_setitem_as_column_name PASSED
> astropy/table/tests/test_mixin.py::test_quantity_representation PASSED
> astropy/table/tests/test_mixin.py::test_skycoord_representation PASSED
> astropy/table/tests/test_mixin.py::test_ndarray_mixin PASSED
> astropy/table/tests/test_np_utils.py::test_common_dtype PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_table_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_table_meta_merge_conflict PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_inner PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_left_right_outer PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_single_key_inner PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_single_key_left_right_outer PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_masked_unmasked PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_masked_masked PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_col_rename PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_rename_conflict PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_missing_keys PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_bad_join_type PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_no_common_keys PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_masked_key_column PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_col_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_join_multidimensional PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_join_multidimensional_masked PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_stack_rows PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_table_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_table_meta_merge_conflict PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_bad_input_type PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_stack_basic PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_stack_incompatible PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_vstack_one_masked PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_col_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_vstack_one_table PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_same_table PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_rows PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_table_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_table_meta_merge_conflict PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_bad_input_type PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_basic PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_incompatible PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_hstack_one_masked PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_table_col_rename PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_col_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_hstack_one_table PASSED
> astropy/table/tests/test_operations.py::test_unique PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_table_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_table_meta_merge_conflict PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_inner PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_left_right_outer PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_single_key_inner PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_both_unmasked_single_key_left_right_outer PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_masked_unmasked PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_masked_masked PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_col_rename PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_rename_conflict PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_missing_keys PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_bad_join_type PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_no_common_keys PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_masked_key_column PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_col_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_join_multidimensional PASSED
> astropy/table/tests/test_operations.py::TestJoin::test_join_multidimensional_masked PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_stack_rows PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_table_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_table_meta_merge_conflict PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_bad_input_type PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_stack_basic PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_stack_incompatible PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_vstack_one_masked PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_col_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestVStack::test_vstack_one_table PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_same_table PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_rows PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_table_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_table_meta_merge_conflict PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_bad_input_type PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_basic PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_stack_incompatible PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_hstack_one_masked PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_table_col_rename PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_col_meta_merge PASSED
> astropy/table/tests/test_operations.py::TestHStack::test_hstack_one_table PASSED
> astropy/table/tests/test_operations.py::test_unique PASSED
> astropy/table/tests/test_pickle.py::test_pickle_column[0] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_column[1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_column[-1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_masked_column[0] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_masked_column[1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_masked_column[-1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_multidimensional_column[0] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_multidimensional_column[1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_multidimensional_column[-1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_table[0] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_table[1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_table[-1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_masked_table[0] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_masked_table[1] PASSED
> astropy/table/tests/test_pickle.py::test_pickle_masked_table[-1] PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_multidim[False] PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_multidim[True] PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_fake_multidim[False] PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_fake_multidim[True] PASSED
> astropy/table/tests/test_pprint.py::test_html_escaping PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_empty_table[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_empty_table[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format0[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format0[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format1[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format1[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format2[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format2[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format3[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format3[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format4[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format4[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_noclip[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_noclip[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip1[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip1[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip2[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip2[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip3[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip3[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip4[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip4[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_with_threshold[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_with_threshold[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_callable[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_callable[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_wrong_number_args[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_wrong_number_args[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_multiD[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_multiD[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_not_str[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_not_str[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_alignment[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_alignment[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_with_threshold[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_with_threshold[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func_with_special_masked PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_callable PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func_wrong_number_args PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func_multiD PASSED
> astropy/table/tests/test_pprint.py::test_pprint_npfloat32 PASSED
> astropy/table/tests/test_pprint.py::test_pprint_py3_bytes PASSED
> astropy/table/tests/test_pprint.py::test_pprint_nameless_col PASSED
> astropy/table/tests/test_pprint.py::test_html PASSED
> astropy/table/tests/test_pprint.py::test_align PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_multidim[False] PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_multidim[True] PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_fake_multidim[False] PASSED
> astropy/table/tests/test_pprint.py::TestMultiD::test_fake_multidim[True] PASSED
> astropy/table/tests/test_pprint.py::test_html_escaping PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_empty_table[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_empty_table[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format0[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format0[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format1[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format1[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format2[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format2[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format3[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format3[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format4[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_format4[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_noclip[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_noclip[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip1[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip1[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip2[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip2[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip3[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip3[True] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip4[False] PASSED
> astropy/table/tests/test_pprint.py::TestPprint::test_clip4[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_with_threshold[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_with_threshold[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_callable[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_callable[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_wrong_number_args[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_wrong_number_args[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_multiD[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_multiD[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_not_str[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_format_func_not_str[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_alignment[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormat::test_column_alignment[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_with_threshold[False] PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_with_threshold[True] PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func_with_special_masked PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_callable PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func_wrong_number_args PASSED
> astropy/table/tests/test_pprint.py::TestFormatWithMaskedElements::test_column_format_func_multiD PASSED
> astropy/table/tests/test_pprint.py::test_pprint_npfloat32 PASSED
> astropy/table/tests/test_pprint.py::test_pprint_py3_bytes PASSED
> astropy/table/tests/test_pprint.py::test_pprint_nameless_col PASSED
> astropy/table/tests/test_pprint.py::test_html PASSED
> astropy/table/tests/test_pprint.py::test_align PASSED
> astropy/table/tests/test_row.py::test_masked_row_with_object_col PASSED
> astropy/table/tests/test_row.py::TestRow::test_subclass[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_subclass[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_subclass[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_values[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_values[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_values[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_ref[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_ref[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_ref[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_equal[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_equal[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_equal[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_not_equal[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_not_equal[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_not_equal[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_right_equal[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_right_equal[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_right_equal[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_convert_numpy_array[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_convert_numpy_array[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_convert_numpy_array[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_format_row[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_format_row[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_format_row[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_data_and_as_void[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_data_and_as_void[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_data_and_as_void[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_row_and_as_void_with_objects[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_row_and_as_void_with_objects[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_row_and_as_void_with_objects[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_bounds_checking[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_bounds_checking[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_bounds_checking[subclass] PASSED
> astropy/table/tests/test_row.py::test_masked_row_with_object_col PASSED
> astropy/table/tests/test_row.py::TestRow::test_subclass[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_subclass[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_subclass[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_values[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_values[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_values[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_ref[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_ref[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_ref[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_equal[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_equal[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_equal[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_not_equal[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_not_equal[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_left_not_equal[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_right_equal[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_right_equal[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_right_equal[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_convert_numpy_array[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_convert_numpy_array[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_convert_numpy_array[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_format_row[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_format_row[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_format_row[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_data_and_as_void[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_data_and_as_void[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_data_and_as_void[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_row_and_as_void_with_objects[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_row_and_as_void_with_objects[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_row_and_as_void_with_objects[subclass] PASSED
> astropy/table/tests/test_row.py::TestRow::test_bounds_checking[unmasked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_bounds_checking[masked] PASSED
> astropy/table/tests/test_row.py::TestRow::test_bounds_checking[subclass] PASSED
> astropy/table/tests/test_subclass.py::test_simple_subclass PASSED
> astropy/table/tests/test_subclass.py::test_params_table PASSED
> astropy/table/tests/test_subclass.py::test_simple_subclass PASSED
> astropy/table/tests/test_subclass.py::test_params_table PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_existing[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_existing[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_existing[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_1[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_2[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table_quantity[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table_quantity[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table_quantity[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_unmasked_col_existing_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_unmasked_col_existing_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_unmasked_col_existing_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_masked_col_existing_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_masked_col_existing_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_masked_col_existing_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table_fail[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table_fail[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table_fail[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_3[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_3[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_4[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_4[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_4[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_5[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_5[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_5[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_add_via_setitem_and_slice[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_add_via_setitem_and_slice[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_add_via_setitem_and_slice[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_simple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_simple[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_simple[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_from_np_array[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_from_np_array[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_from_np_array[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_size_mismatch[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_size_mismatch[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_size_mismatch[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_name_none[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_name_none[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_name_none[subclass] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse[masked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse[subclass] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse_big[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse_big[masked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse_big[subclass] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_itercols[unmasked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_itercols[masked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_itercols[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_right_length[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_right_length[masked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_right_length[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_long[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_long[masked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_long[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_short[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_short[masked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_short[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_3[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_3[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_5[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_5[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_5[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_6[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_6[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_6[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_7[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_7[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_7[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_8[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_8[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_8[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_9[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_9[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_9[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_10[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_10[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_10[subclass] PASSED
> astropy/table/tests/test_table.py::TestInitFromTable::test_from_table_cols[unmasked] PASSED
> astropy/table/tests/test_table.py::TestInitFromTable::test_from_table_cols[masked] PASSED
> astropy/table/tests/test_table.py::TestInitFromTable::test_from_table_cols[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns1[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns1[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns2[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns2[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns3[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns3[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns4[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns4[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns4[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns5[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns5[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns5[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_column[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_columns[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_columns[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_columns[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_none_to_empty_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_none_to_empty_table[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_none_to_empty_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_stuff_to_empty_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_stuff_to_empty_table[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_stuff_to_empty_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row_obj[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row_obj[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row_obj[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_tuple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_tuple[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_tuple[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_list[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_list[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_list[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_dict[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_dict[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_dict[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_none[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_none[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_none[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_missing_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_missing_column[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_missing_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_size_tuple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_size_tuple[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_size_tuple[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_vals_type[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_vals_type[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_vals_type[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_row_failures[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_row_failures[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_row_failures[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_insert_table_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_insert_table_row[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_insert_table_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestTableColumn::test_column_view[unmasked] PASSED
> astropy/table/tests/test_table.py::TestTableColumn::test_column_view[masked] PASSED
> astropy/table/tests/test_table.py::TestTableColumn::test_column_view[subclass] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_1d[unmasked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_1d[masked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_1d[subclass] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_2d[unmasked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_2d[masked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_2d[subclass] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_3d[unmasked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_3d[masked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_3d[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_3[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_3[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_nonexistent_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_nonexistent_row[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_nonexistent_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_0[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_0[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_0[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_1[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_2[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_slice[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_slice[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_slice[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_list[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_list[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_list[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_preserves_meta[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_preserves_meta[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_preserves_meta[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem1[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem2[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitems[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitems[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitems[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem_fail[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem_fail[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem_fail[subclass] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRename::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRename::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRename::test_rename_by_attr[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_rename_by_attr[masked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_rename_by_attr[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single_big[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single_big[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single_big[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_bytes[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_bytes[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_bytes[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_unicode[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_unicode[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_unicode[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_bytes[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_bytes[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_bytes[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_unicode[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_unicode[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_unicode[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_rebuild_column_view_then_rename[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_rebuild_column_view_then_rename[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_rebuild_column_view_then_rename[subclass] PASSED
> astropy/table/tests/test_table.py::TestIterator::test_iterator[unmasked] PASSED
> astropy/table/tests/test_table.py::TestIterator::test_iterator[masked] PASSED
> astropy/table/tests/test_table.py::TestIterator::test_iterator[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetMeta::test_set_meta[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetMeta::test_set_meta[masked] PASSED
> astropy/table/tests/test_table.py::TestSetMeta::test_set_meta[subclass] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_convert_numpy_array[unmasked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_convert_numpy_array[masked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_convert_numpy_array[subclass] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_as_array_byteswap[unmasked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_as_array_byteswap[masked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_as_array_byteswap[subclass] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_byteswap_fits_array[unmasked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_byteswap_fits_array[masked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_byteswap_fits_array[subclass] PASSED
> astropy/table/tests/test_table.py::test_copy PASSED
> astropy/table/tests/test_table.py::test_copy_masked PASSED
> astropy/table/tests/test_table.py::test_copy_protocol PASSED
> astropy/table/tests/test_table.py::test_disallow_inequality_comparisons PASSED
> astropy/table/tests/test_table.py::test_equality PASSED
> astropy/table/tests/test_table.py::test_equality_masked PASSED
> astropy/table/tests/test_table.py::test_equality_masked_bug xfail
> astropy/table/tests/test_table.py::TestMetaTable::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::test_unicode_column_names[unmasked] PASSED
> astropy/table/tests/test_table.py::test_unicode_column_names[masked] PASSED
> astropy/table/tests/test_table.py::test_unicode_column_names[subclass] PASSED
> astropy/table/tests/test_table.py::test_unicode_content PASSED
> astropy/table/tests/test_table.py::test_unicode_policy PASSED
> astropy/table/tests/test_table.py::test_unicode_bytestring_conversion[unmasked] PASSED
> astropy/table/tests/test_table.py::test_unicode_bytestring_conversion[masked] PASSED
> astropy/table/tests/test_table.py::test_unicode_bytestring_conversion[subclass] PASSED
> astropy/table/tests/test_table.py::test_table_deletion PASSED
> astropy/table/tests/test_table.py::test_nested_iteration PASSED
> astropy/table/tests/test_table.py::test_table_init_from_degenerate_arrays[unmasked] PASSED
> astropy/table/tests/test_table.py::test_table_init_from_degenerate_arrays[masked] PASSED
> astropy/table/tests/test_table.py::test_table_init_from_degenerate_arrays[subclass] PASSED
> astropy/table/tests/test_table.py::TestPandas::test_simple SKIPPED
> astropy/table/tests/test_table.py::TestPandas::test_2d SKIPPED
> astropy/table/tests/test_table.py::TestPandas::test_mixin SKIPPED
> astropy/table/tests/test_table.py::TestPandas::test_masking SKIPPED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_fail_replace_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_fail_replace_column[masked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_fail_replace_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_column[masked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_index_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_index_column[masked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_index_column[subclass] PASSED
> astropy/table/tests/test_table.py::Test__Astropy_Table__::test_simple_1 PASSED
> astropy/table/tests/test_table.py::Test__Astropy_Table__::test_simple_2 PASSED
> astropy/table/tests/test_table.py::Test__Astropy_Table__::test_kwargs_exception PASSED
> astropy/table/tests/test_table.py::test_replace_column_qtable PASSED
> astropy/table/tests/test_table.py::test_primary_key_is_inherited PASSED
> astropy/table/tests/test_table.py::test_qtable_read_for_ipac_table_with_char_columns PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_existing[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_existing[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_existing[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_1[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_2[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_row_fail_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table_quantity[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table_quantity[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_new_table_quantity[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_unmasked_col_existing_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_unmasked_col_existing_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_unmasked_col_existing_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_masked_col_existing_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_masked_col_existing_table[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_masked_col_existing_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table_fail[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table_fail[masked] PASSED
> astropy/table/tests/test_table.py::TestSetTableColumn::test_set_new_col_existing_table_fail[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_3[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_3[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_4[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_4[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_4[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_5[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_5[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_5[subclass] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_add_via_setitem_and_slice[unmasked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_add_via_setitem_and_slice[masked] PASSED
> astropy/table/tests/test_table.py::TestEmptyData::test_add_via_setitem_and_slice[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_simple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_simple[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_simple[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_from_np_array[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_from_np_array[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_from_np_array[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_size_mismatch[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_size_mismatch[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_size_mismatch[subclass] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_name_none[unmasked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_name_none[masked] PASSED
> astropy/table/tests/test_table.py::TestNewFromColumns::test_name_none[subclass] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse[masked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse[subclass] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse_big[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse_big[masked] PASSED
> astropy/table/tests/test_table.py::TestReverse::test_reverse_big[subclass] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_itercols[unmasked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_itercols[masked] PASSED
> astropy/table/tests/test_table.py::TestColumnAccess::test_itercols[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_right_length[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_right_length[masked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_right_length[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_long[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_long[masked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_long[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_short[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_short[masked] PASSED
> astropy/table/tests/test_table.py::TestAddLength::test_too_short[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_3[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_3[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_5[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_5[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_5[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_6[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_6[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_6[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_7[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_7[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_7[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_8[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_8[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_8[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_9[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_9[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_9[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_10[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_10[masked] PASSED
> astropy/table/tests/test_table.py::TestAddPosition::test_10[subclass] PASSED
> astropy/table/tests/test_table.py::TestInitFromTable::test_from_table_cols[unmasked] PASSED
> astropy/table/tests/test_table.py::TestInitFromTable::test_from_table_cols[masked] PASSED
> astropy/table/tests/test_table.py::TestInitFromTable::test_from_table_cols[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns1[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns1[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns2[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns2[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns3[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns3[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns4[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns4[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns4[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns5[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns5[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_columns5[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_column[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_columns[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_columns[masked] PASSED
> astropy/table/tests/test_table.py::TestAddColumns::test_add_duplicate_columns[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_none_to_empty_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_none_to_empty_table[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_none_to_empty_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_stuff_to_empty_table[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_stuff_to_empty_table[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_stuff_to_empty_table[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row_obj[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row_obj[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_table_row_obj[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_tuple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_tuple[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_tuple[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_list[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_list[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_list[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_dict[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_dict[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_dict[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_none[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_none[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_with_none[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_missing_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_missing_column[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_missing_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_size_tuple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_size_tuple[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_size_tuple[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_vals_type[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_vals_type[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_wrong_vals_type[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_row_failures[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_row_failures[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_add_row_failures[subclass] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_insert_table_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_insert_table_row[masked] PASSED
> astropy/table/tests/test_table.py::TestAddRow::test_insert_table_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestTableColumn::test_column_view[unmasked] PASSED
> astropy/table/tests/test_table.py::TestTableColumn::test_column_view[masked] PASSED
> astropy/table/tests/test_table.py::TestTableColumn::test_column_view[subclass] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_1d[unmasked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_1d[masked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_1d[subclass] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_2d[unmasked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_2d[masked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_2d[subclass] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_3d[unmasked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_3d[masked] PASSED
> astropy/table/tests/test_table.py::TestArrayColumns::test_3d[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_3[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_3[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_3[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_nonexistent_row[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_nonexistent_row[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_nonexistent_row[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_0[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_0[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_0[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_1[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_2[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_slice[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_slice[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_slice[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_list[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_list[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_list[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_preserves_meta[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_preserves_meta[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_remove_row_preserves_meta[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem1[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem2[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitems[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitems[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitems[subclass] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem_fail[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem_fail[masked] PASSED
> astropy/table/tests/test_table.py::TestRemove::test_delitem_fail[subclass] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestKeep::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRename::test_1[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_1[masked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_1[subclass] PASSED
> astropy/table/tests/test_table.py::TestRename::test_2[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_2[masked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_2[subclass] PASSED
> astropy/table/tests/test_table.py::TestRename::test_rename_by_attr[unmasked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_rename_by_attr[masked] PASSED
> astropy/table/tests/test_table.py::TestRename::test_rename_by_attr[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single_big[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single_big[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_single_big[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_bytes[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_bytes[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_bytes[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_unicode[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_unicode[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_multiple_with_unicode[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_bytes[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_bytes[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_bytes[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_unicode[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_unicode[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_argsort_unicode[subclass] PASSED
> astropy/table/tests/test_table.py::TestSort::test_rebuild_column_view_then_rename[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_rebuild_column_view_then_rename[masked] PASSED
> astropy/table/tests/test_table.py::TestSort::test_rebuild_column_view_then_rename[subclass] PASSED
> astropy/table/tests/test_table.py::TestIterator::test_iterator[unmasked] PASSED
> astropy/table/tests/test_table.py::TestIterator::test_iterator[masked] PASSED
> astropy/table/tests/test_table.py::TestIterator::test_iterator[subclass] PASSED
> astropy/table/tests/test_table.py::TestSetMeta::test_set_meta[unmasked] PASSED
> astropy/table/tests/test_table.py::TestSetMeta::test_set_meta[masked] PASSED
> astropy/table/tests/test_table.py::TestSetMeta::test_set_meta[subclass] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_convert_numpy_array[unmasked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_convert_numpy_array[masked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_convert_numpy_array[subclass] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_as_array_byteswap[unmasked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_as_array_byteswap[masked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_as_array_byteswap[subclass] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_byteswap_fits_array[unmasked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_byteswap_fits_array[masked] PASSED
> astropy/table/tests/test_table.py::TestConvertNumpyArray::test_byteswap_fits_array[subclass] PASSED
> astropy/table/tests/test_table.py::test_copy PASSED
> astropy/table/tests/test_table.py::test_copy_masked PASSED
> astropy/table/tests/test_table.py::test_copy_protocol PASSED
> astropy/table/tests/test_table.py::test_disallow_inequality_comparisons PASSED
> astropy/table/tests/test_table.py::test_equality PASSED
> astropy/table/tests/test_table.py::test_equality_masked PASSED
> astropy/table/tests/test_table.py::test_equality_masked_bug xfail
> astropy/table/tests/test_table.py::TestMetaTable::test_none <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_init[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_init[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_init[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_init[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_init[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_set[meta0] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_set[meta1] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_set[ceci n'est pas un meta] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_set[1.2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_non_mapping_set[meta2] <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::TestMetaTable::test_meta_fits_header <- lib.linux-x86_64-2.7/astropy/utils/tests/test_metadata.py PASSED
> astropy/table/tests/test_table.py::test_unicode_column_names[unmasked] PASSED
> astropy/table/tests/test_table.py::test_unicode_column_names[masked] PASSED
> astropy/table/tests/test_table.py::test_unicode_column_names[subclass] PASSED
> astropy/table/tests/test_table.py::test_unicode_content PASSED
> astropy/table/tests/test_table.py::test_unicode_policy PASSED
> astropy/table/tests/test_table.py::test_unicode_bytestring_conversion[unmasked] PASSED
> astropy/table/tests/test_table.py::test_unicode_bytestring_conversion[masked] PASSED
> astropy/table/tests/test_table.py::test_unicode_bytestring_conversion[subclass] PASSED
> astropy/table/tests/test_table.py::test_table_deletion PASSED
> astropy/table/tests/test_table.py::test_nested_iteration PASSED
> astropy/table/tests/test_table.py::test_table_init_from_degenerate_arrays[unmasked] PASSED
> astropy/table/tests/test_table.py::test_table_init_from_degenerate_arrays[masked] PASSED
> astropy/table/tests/test_table.py::test_table_init_from_degenerate_arrays[subclass] PASSED
> astropy/table/tests/test_table.py::TestPandas::test_simple SKIPPED
> astropy/table/tests/test_table.py::TestPandas::test_2d SKIPPED
> astropy/table/tests/test_table.py::TestPandas::test_mixin SKIPPED
> astropy/table/tests/test_table.py::TestPandas::test_masking SKIPPED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_fail_replace_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_fail_replace_column[masked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_fail_replace_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_column[masked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_column[subclass] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_index_column[unmasked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_index_column[masked] PASSED
> astropy/table/tests/test_table.py::TestReplaceColumn::test_replace_index_column[subclass] PASSED
> astropy/table/tests/test_table.py::Test__Astropy_Table__::test_simple_1 PASSED
> astropy/table/tests/test_table.py::Test__Astropy_Table__::test_simple_2 PASSED
> astropy/table/tests/test_table.py::Test__Astropy_Table__::test_kwargs_exception PASSED
> astropy/table/tests/test_table.py::test_replace_column_qtable PASSED
> astropy/table/tests/test_table.py::test_primary_key_is_inherited PASSED
> astropy/table/tests/test_table.py::test_qtable_read_for_ipac_table_with_char_columns PASSED
> astropy/tests/test_logger.py::test_warnings_logging_disable_no_enable PASSED
> astropy/tests/test_logger.py::test_warnings_logging_enable_twice PASSED
> astropy/tests/test_logger.py::test_warnings_logging_overridden PASSED
> astropy/tests/test_logger.py::test_warnings_logging PASSED
> astropy/tests/test_logger.py::test_warnings_logging_with_custom_class PASSED
> astropy/tests/test_logger.py::test_warning_logging_with_io_votable_warning PASSED
> astropy/tests/test_logger.py::test_import_error_in_warning_logging PASSED
> astropy/tests/test_logger.py::test_exception_logging_disable_no_enable PASSED
> astropy/tests/test_logger.py::test_exception_logging_enable_twice PASSED
> astropy/tests/test_logger.py::test_exception_logging_overridden PASSED
> astropy/tests/test_logger.py::test_exception_logging PASSED
> astropy/tests/test_logger.py::test_exception_logging_origin PASSED
> astropy/tests/test_logger.py::test_exception_logging_argless_exception PASSED
> astropy/tests/test_logger.py::test_log_to_list[None] PASSED
> astropy/tests/test_logger.py::test_log_to_list[DEBUG] PASSED
> astropy/tests/test_logger.py::test_log_to_list[INFO] PASSED
> astropy/tests/test_logger.py::test_log_to_list[WARN] PASSED
> astropy/tests/test_logger.py::test_log_to_list[ERROR] PASSED
> astropy/tests/test_logger.py::test_log_to_list_level PASSED
> astropy/tests/test_logger.py::test_log_to_list_origin1 PASSED
> astropy/tests/test_logger.py::test_log_to_list_origin2 PASSED
> astropy/tests/test_logger.py::test_log_to_file[None] PASSED
> astropy/tests/test_logger.py::test_log_to_file[DEBUG] PASSED
> astropy/tests/test_logger.py::test_log_to_file[INFO] PASSED
> astropy/tests/test_logger.py::test_log_to_file[WARN] PASSED
> astropy/tests/test_logger.py::test_log_to_file[ERROR] PASSED
> astropy/tests/test_logger.py::test_log_to_file_level PASSED
> astropy/tests/test_logger.py::test_log_to_file_origin1 PASSED
> astropy/tests/test_logger.py::test_log_to_file_origin2 PASSED
> astropy/tests/tests/test_imports.py::test_imports PASSED
> astropy/tests/tests/test_imports.py::test_toplevel_namespace PASSED
> astropy/tests/tests/test_open_file_detection.py::test_open_file_detection PASSED
> astropy/tests/tests/test_quantity_helpers.py::test_assert_quantity_allclose PASSED
> astropy/tests/tests/test_run_tests.py::test_module_not_found PASSED
> astropy/tests/tests/test_run_tests.py::test_pastebin_keyword PASSED
> astropy/tests/tests/test_run_tests.py::test_unicode_literal_conversion PASSED
> astropy/tests/tests/test_run_tests.py::test_doctest_float_replacement PASSED
> astropy/tests/tests/test_run_tests.py::test_module_not_found PASSED
> astropy/tests/tests/test_run_tests.py::test_pastebin_keyword PASSED
> astropy/tests/tests/test_run_tests.py::test_unicode_literal_conversion PASSED
> astropy/tests/tests/test_run_tests.py::test_doctest_float_replacement PASSED
> astropy/tests/tests/test_skip_remote_data.py::test_skip_remote_data SKIPPED
> astropy/tests/tests/test_socketblocker.py::test_outgoing_fails PASSED
> astropy/tests/tests/test_socketblocker.py::test_localconnect_succeeds[localhost] PASSED
> astropy/tests/tests/test_socketblocker.py::test_localconnect_succeeds[127.0.0.1] PASSED
> astropy/tests/tests/test_socketblocker.py::test_multiprocessing_forkserver SKIPPED
> astropy/time/core.py::astropy.time.core.Time PASSED
> astropy/time/core.py::astropy.time.core.Time.format PASSED
> astropy/time/core.py::astropy.time.core.Time.get_delta_ut1_utc PASSED
> astropy/time/core.py::astropy.time.core.TimeDelta PASSED
> astropy/time/formats.py::astropy.time.formats.TimeDatetime PASSED
> astropy/time/formats.py::astropy.time.formats.TimezoneInfo.__init__ PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_simple PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_different_dimensions PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_copy_time PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_getitem PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_properties PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_precision PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_transforms PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_location PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_location_array PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_all_transforms PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_creating_all_formats PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_datetime PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_epoch_transform PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_input_validation PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_utc_leap_sec PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_init_from_time_objects PASSED
> astropy/time/tests/test_basic.py::TestVal2::test_val2_ignored PASSED
> astropy/time/tests/test_basic.py::TestVal2::test_val2 PASSED
> astropy/time/tests/test_basic.py::TestVal2::test_val_broadcasts_against_val2 PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_input_subformat PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_input_subformat_fail PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_bad_input_subformat PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_output_subformat PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_fits_format PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_yday_format PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_scale_input PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_fits_scale PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_fits_scale_representation PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_scale_default PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_epoch_times PASSED
> astropy/time/tests/test_basic.py::TestSofaErrors::test_bad_time PASSED
> astropy/time/tests/test_basic.py::TestCopyReplicate::test_immutable_input PASSED
> astropy/time/tests/test_basic.py::TestCopyReplicate::test_replicate PASSED
> astropy/time/tests/test_basic.py::TestCopyReplicate::test_copy PASSED
> astropy/time/tests/test_basic.py::test_python_builtin_copy PASSED
> astropy/time/tests/test_basic.py::test_now PASSED
> astropy/time/tests/test_basic.py::test_decimalyear PASSED
> astropy/time/tests/test_basic.py::test_fits_year0 PASSED
> astropy/time/tests/test_basic.py::test_fits_year10000 PASSED
> astropy/time/tests/test_basic.py::test_dir PASSED
> astropy/time/tests/test_basic.py::test_bool PASSED
> astropy/time/tests/test_basic.py::test_len_size PASSED
> astropy/time/tests/test_basic.py::test_TimeFormat_scale PASSED
> astropy/time/tests/test_basic.py::test_scale_conversion PASSED
> astropy/time/tests/test_basic.py::test_byteorder PASSED
> astropy/time/tests/test_basic.py::test_datetime_tzinfo PASSED
> astropy/time/tests/test_basic.py::test_subfmts_regex PASSED
> astropy/time/tests/test_basic.py::test_set_format_basic PASSED
> astropy/time/tests/test_basic.py::test_set_format_shares_subfmt PASSED
> astropy/time/tests/test_basic.py::test_set_format_does_not_share_subfmt PASSED
> astropy/time/tests/test_basic.py::test_replicate_value_error PASSED
> astropy/time/tests/test_basic.py::test_remove_astropy_time PASSED
> astropy/time/tests/test_basic.py::test_isiterable PASSED
> astropy/time/tests/test_basic.py::test_to_datetime PASSED
> astropy/time/tests/test_basic.py::test_to_datetime_pytz PASSED
> astropy/time/tests/test_basic.py::test_cache PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_simple PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_different_dimensions PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_copy_time PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_getitem PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_properties PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_precision PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_transforms PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_location PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_location_array PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_all_transforms PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_creating_all_formats PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_datetime PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_epoch_transform PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_input_validation PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_utc_leap_sec PASSED
> astropy/time/tests/test_basic.py::TestBasic::test_init_from_time_objects PASSED
> astropy/time/tests/test_basic.py::TestVal2::test_val2_ignored PASSED
> astropy/time/tests/test_basic.py::TestVal2::test_val2 PASSED
> astropy/time/tests/test_basic.py::TestVal2::test_val_broadcasts_against_val2 PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_input_subformat PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_input_subformat_fail PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_bad_input_subformat PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_output_subformat PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_fits_format PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_yday_format PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_scale_input PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_fits_scale PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_fits_scale_representation PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_scale_default PASSED
> astropy/time/tests/test_basic.py::TestSubFormat::test_epoch_times PASSED
> astropy/time/tests/test_basic.py::TestSofaErrors::test_bad_time PASSED
> astropy/time/tests/test_basic.py::TestCopyReplicate::test_immutable_input PASSED
> astropy/time/tests/test_basic.py::TestCopyReplicate::test_replicate PASSED
> astropy/time/tests/test_basic.py::TestCopyReplicate::test_copy PASSED
> astropy/time/tests/test_basic.py::test_python_builtin_copy PASSED
> astropy/time/tests/test_basic.py::test_now PASSED
> astropy/time/tests/test_basic.py::test_decimalyear PASSED
> astropy/time/tests/test_basic.py::test_fits_year0 PASSED
> astropy/time/tests/test_basic.py::test_fits_year10000 PASSED
> astropy/time/tests/test_basic.py::test_dir PASSED
> astropy/time/tests/test_basic.py::test_bool PASSED
> astropy/time/tests/test_basic.py::test_len_size PASSED
> astropy/time/tests/test_basic.py::test_TimeFormat_scale PASSED
> astropy/time/tests/test_basic.py::test_scale_conversion PASSED
> astropy/time/tests/test_basic.py::test_byteorder PASSED
> astropy/time/tests/test_basic.py::test_datetime_tzinfo PASSED
> astropy/time/tests/test_basic.py::test_subfmts_regex PASSED
> astropy/time/tests/test_basic.py::test_set_format_basic PASSED
> astropy/time/tests/test_basic.py::test_set_format_shares_subfmt PASSED
> astropy/time/tests/test_basic.py::test_set_format_does_not_share_subfmt PASSED
> astropy/time/tests/test_basic.py::test_replicate_value_error PASSED
> astropy/time/tests/test_basic.py::test_remove_astropy_time PASSED
> astropy/time/tests/test_basic.py::test_isiterable PASSED
> astropy/time/tests/test_basic.py::test_to_datetime PASSED
> astropy/time/tests/test_basic.py::test_to_datetime_pytz PASSED
> astropy/time/tests/test_basic.py::test_cache PASSED
> astropy/time/tests/test_comparisons.py::TestTimeComparisons::test_miscompares PASSED
> astropy/time/tests/test_comparisons.py::TestTimeComparisons::test_time PASSED
> astropy/time/tests/test_comparisons.py::TestTimeComparisons::test_timedelta PASSED
> astropy/time/tests/test_corrs.py::TestHelioBaryCentric::test_heliocentric PASSED
> astropy/time/tests/test_corrs.py::TestHelioBaryCentric::test_barycentric PASSED
> astropy/time/tests/test_corrs.py::TestHelioBaryCentric::test_arrays PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_sub PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_add PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_add_vector PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_sub_vector PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_copy_timedelta PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_neg_abs PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_mul_div PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_keep_properties PASSED
> astropy/time/tests/test_delta.py::TestTimeDelta::test_set_format PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_scales_definition PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tai-tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tai-tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tai-tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tai-tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tai-tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tai-ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tai-utc] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcb-tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcb-tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcb-tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcb-tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcb-tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcb-ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcb-utc] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcg-tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcg-tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcg-tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcg-tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcg-tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcg-ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tcg-utc] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tdb-tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tdb-tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tdb-tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tdb-tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tdb-tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tdb-ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tdb-utc] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tt-tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tt-tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tt-tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tt-tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tt-tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tt-ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[tt-utc] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[ut1-tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[ut1-tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[ut1-tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[ut1-tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[ut1-tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[ut1-ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[ut1-utc] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[utc-tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[utc-tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[utc-tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[utc-tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[utc-tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[utc-ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_time_minus_time[utc-utc] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_minus_delta PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tai-op0] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tai-op1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tcb-op2] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tcb-op3] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tcg-op4] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tcg-op5] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tdb-op6] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tdb-op7] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tt-op8] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[tt-op9] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[ut1-op10] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[ut1-op11] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[utc-op12] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_scales_for_delta_scale_is_none[utc-op13] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_day_is_86400_seconds[tai] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_day_is_86400_seconds[tcb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_day_is_86400_seconds[tcg] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_day_is_86400_seconds[tdb] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_day_is_86400_seconds[tt] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_day_is_86400_seconds[ut1] PASSED
> astropy/time/tests/test_delta.py::TestTimeDeltaScales::test_delta_day_is_86400_seconds[utc] PASSED
> astropy/time/tests/test_guess.py::TestGuess::test_guess1 PASSED
> astropy/time/tests/test_guess.py::TestGuess::test_guess2 PASSED
> astropy/time/tests/test_guess.py::TestGuess::test_guess3 PASSED
> astropy/time/tests/test_guess.py::TestGuess::test_guess4 PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_ravel PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_flatten PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_transpose PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_diagonal PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_swapaxes PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_reshape PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_shape_setting PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_squeeze PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_add_dimension PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_take PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw0-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw1-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw2-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw3-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw4-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw5-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw6-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw7-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw8-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw9-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw10-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw11-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw12-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw13-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw14-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw0-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw1-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw2-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw3-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw4-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw5-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw6-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw7-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw8-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw9-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw10-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw11-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw12-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw13-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw14-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argmin PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argmax PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argsort PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_min PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_max PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_ptp PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_sort PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_ravel PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_flatten PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_transpose PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_diagonal PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_swapaxes PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_reshape PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_shape_setting PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_squeeze PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_add_dimension PASSED
> astropy/time/tests/test_methods.py::TestManipulation::test_take PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw0-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw1-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw2-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw3-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw4-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw5-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw6-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw7-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw8-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw9-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw10-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw11-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw12-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw13-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argfuncs[kw14-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw0-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw1-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw2-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw3-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw4-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw5-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw6-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw7-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw8-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw9-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw10-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw11-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw12-min] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw13-max] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_funcs[kw14-sort] PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argmin PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argmax PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_argsort PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_min PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_max PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_ptp PASSED
> astropy/time/tests/test_methods.py::TestArithmetic::test_sort PASSED
> astropy/time/tests/test_pickle.py::TestPickle::test_pickle PASSED
> astropy/time/tests/test_precision.py::test_addition PASSED
> astropy/time/tests/test_precision.py::test_mult_div PASSED
> astropy/time/tests/test_precision.py::test_init_variations PASSED
> astropy/time/tests/test_precision.py::test_precision_exceeds_64bit PASSED
> astropy/time/tests/test_precision.py::test_through_scale_change PASSED
> astropy/time/tests/test_precision.py::test_iso_init PASSED
> astropy/time/tests/test_precision.py::test_jd1_is_mult_of_half_or_one PASSED
> astropy/time/tests/test_precision.py::test_precision_neg xfail
> astropy/time/tests/test_precision.py::test_precision_epoch PASSED
> astropy/time/tests/test_precision.py::test_leap_seconds_rounded_correctly PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeQuantity::test_valid_quantity_input PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeQuantity::test_invalid_quantity_input PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeQuantity::test_column_with_and_without_units PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeQuantity::test_no_quantity_input_allowed PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeQuantity::test_valid_quantity_operations PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeQuantity::test_invalid_quantity_operations PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeDeltaQuantity::test_valid_quantity_input PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeDeltaQuantity::test_invalid_quantity_input PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeDeltaQuantity::test_quantity_output PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeDeltaQuantity::test_valid_quantity_operations1 PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeDeltaQuantity::test_valid_quantity_operations2 PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeDeltaQuantity::test_invalid_quantity_operations PASSED
> astropy/time/tests/test_quantity_interaction.py::TestTimeDeltaQuantity::test_invalid_quantity_broadcast PASSED
> astropy/time/tests/test_quantity_interaction.py::TestDeltaAttributes::test_delta_ut1_utc PASSED
> astropy/time/tests/test_quantity_interaction.py::TestDeltaAttributes::test_delta_tdb_tt PASSED
> astropy/time/tests/test_sidereal.py::test_doc_string_contains_models PASSED
> astropy/time/tests/test_sidereal.py::TestERFATestCases::test_iau_models[erfa_test_input0] PASSED
> astropy/time/tests/test_sidereal.py::TestERFATestCases::test_iau_models[erfa_test_input1] PASSED
> astropy/time/tests/test_sidereal.py::TestERFATestCases::test_iau_models[erfa_test_input2] PASSED
> astropy/time/tests/test_sidereal.py::TestERFATestCases::test_iau_models[erfa_test_input3] PASSED
> astropy/time/tests/test_sidereal.py::TestERFATestCases::test_iau_models[erfa_test_input4] PASSED
> astropy/time/tests/test_sidereal.py::TestERFATestCases::test_iau_models[erfa_test_input5] PASSED
> astropy/time/tests/test_sidereal.py::TestERFATestCases::test_iau_models[erfa_test_input6] PASSED
> astropy/time/tests/test_sidereal.py::TestST::test_gmst PASSED
> astropy/time/tests/test_sidereal.py::TestST::test_gst PASSED
> astropy/time/tests/test_sidereal.py::TestST::test_gmst_gst_close PASSED
> astropy/time/tests/test_sidereal.py::TestST::test_gmst_independent_of_self_location PASSED
> astropy/time/tests/test_sidereal.py::TestST::test_lst[mean] PASSED
> astropy/time/tests/test_sidereal.py::TestST::test_lst[apparent] PASSED
> astropy/time/tests/test_sidereal.py::TestST::test_lst_needs_location PASSED
> astropy/time/tests/test_sidereal.py::TestModelInterpretation::test_model_uniqueness[mean] PASSED
> astropy/time/tests/test_sidereal.py::TestModelInterpretation::test_model_uniqueness[apparent] PASSED
> astropy/time/tests/test_sidereal.py::TestModelInterpretation::test_wrong_models_raise_exceptions[mean-apparent] PASSED
> astropy/time/tests/test_sidereal.py::TestModelInterpretation::test_wrong_models_raise_exceptions[apparent-mean] PASSED
> astropy/time/tests/test_ut1.py::TestTimeUT1::test_utc_to_ut1 PASSED
> astropy/time/tests/test_ut1.py::TestTimeUT1::test_ut1_to_utc PASSED
> astropy/time/tests/test_ut1.py::TestTimeUT1::test_delta_ut1_utc PASSED
> astropy/time/tests/test_ut1.py::TestTimeUT1_IERSA::test_ut1_iers_A SKIPPED
> astropy/time/tests/test_ut1.py::TestTimeUT1_IERS_Auto::test_ut1_iers_auto SKIPPED
> astropy/units/cds.py::astropy.units.cds PASSED
> astropy/units/core.py::astropy.units.core.UnitBase.physical_type PASSED
> astropy/units/core.py::astropy.units.core.add_enabled_units PASSED
> astropy/units/core.py::astropy.units.core.set_enabled_equivalencies PASSED
> astropy/units/core.py::astropy.units.core.set_enabled_units PASSED
> astropy/units/equivalencies.py::astropy.units.equivalencies.brightness_temperature PASSED
> astropy/units/equivalencies.py::astropy.units.equivalencies.doppler_optical PASSED
> astropy/units/equivalencies.py::astropy.units.equivalencies.doppler_radio PASSED
> astropy/units/equivalencies.py::astropy.units.equivalencies.doppler_relativistic PASSED
> astropy/units/imperial.py::astropy.units.imperial PASSED
> astropy/units/format/console.py::astropy.units.format.console.Console PASSED
> astropy/units/format/unicode_format.py::astropy.units.format.unicode_format.Unicode PASSED
> astropy/units/function/logarithmic.py::astropy.units.function.logarithmic.LogQuantity PASSED
> astropy/units/function/magnitude_zero_points.py::astropy.units.function.magnitude_zero_points PASSED
> astropy/units/tests/test_equivalencies.py::test_dimensionless_angles PASSED
> astropy/units/tests/test_equivalencies.py::test_logarithmic[log_unit0] PASSED
> astropy/units/tests/test_equivalencies.py::test_logarithmic[log_unit1] PASSED
> astropy/units/tests/test_equivalencies.py::test_logarithmic[log_unit2] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_frequency_0[function0] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_frequency_0[function1] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_frequency_0[function2] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_wavelength_0[function0] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_wavelength_0[function1] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_wavelength_0[function2] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_energy_0[function0] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_energy_0[function1] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_energy_0[function2] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_frequency_circle[function0] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_frequency_circle[function1] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_frequency_circle[function2] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_wavelength_circle[function0] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_wavelength_circle[function1] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_wavelength_circle[function2] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_energy_circle[function0] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_energy_circle[function1] PASSED
> astropy/units/tests/test_equivalencies.py::test_doppler_energy_circle[function2] PASSED
> astropy/units/tests/test_equivalencies.py::test_30kms[function0-999.899940784] PASSED
> astropy/units/tests/test_equivalencies.py::test_30kms[function1-999.899930771] PASSED
> astropy/units/tests/test_equivalencies.py::test_30kms[function2-999.899935778] PASSED
> astropy/units/tests/test_equivalencies.py::test_bad_restfreqs[function0-5] PASSED
> astropy/units/tests/test_equivalencies.py::test_bad_restfreqs[function1-value1] PASSED
> astropy/units/tests/test_equivalencies.py::test_bad_restfreqs[function2-None] PASSED
> astropy/units/tests/test_equivalencies.py::test_massenergy PASSED
> astropy/units/tests/test_equivalencies.py::test_is_equivalent PASSED
> astropy/units/tests/test_equivalencies.py::test_parallax PASSED
> astropy/units/tests/test_equivalencies.py::test_parallax2 PASSED
> astropy/units/tests/test_equivalencies.py::test_spectral PASSED
> astropy/units/tests/test_equivalencies.py::test_spectral2 PASSED
> astropy/units/tests/test_equivalencies.py::test_spectral3 PASSED
> astropy/units/tests/test_equivalencies.py::test_spectral4[in_val0-in_unit0] PASSED
> astropy/units/tests/test_equivalencies.py::test_spectral4[in_val1-in_unit1] PASSED
> astropy/units/tests/test_equivalencies.py::test_spectral4[in_val2-in_unit2] PASSED
> astropy/units/tests/test_equivalencies.py::test_spectral4[in_val3-in_unit3] PASSED
> astropy/units/tests/test_equivalencies.py::test_spectraldensity2 PASSED
> astropy/units/tests/test_equivalencies.py::test_spectraldensity3 PASSED
> astropy/units/tests/test_equivalencies.py::test_spectraldensity4 PASSED
> astropy/units/tests/test_equivalencies.py::test_equivalent_units PASSED
> astropy/units/tests/test_equivalencies.py::test_equivalent_units2 PASSED
> astropy/units/tests/test_equivalencies.py::test_trivial_equivalency PASSED
> astropy/units/tests/test_equivalencies.py::test_invalid_equivalency PASSED
> astropy/units/tests/test_equivalencies.py::test_irrelevant_equivalency PASSED
> astropy/units/tests/test_equivalencies.py::test_brightness_temperature PASSED
> astropy/units/tests/test_equivalencies.py::test_equivalency_context PASSED
> astropy/units/tests/test_equivalencies.py::test_equivalency_context_manager PASSED
> astropy/units/tests/test_equivalencies.py::test_temperature PASSED
> astropy/units/tests/test_equivalencies.py::test_temperature_energy PASSED
> astropy/units/tests/test_equivalencies.py::test_compose_equivalencies PASSED
> astropy/units/tests/test_format.py::test_flatten_impossible <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[0] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[1] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[2] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[3] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[4] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[5] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[6] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[7] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[8] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[9] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[10] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[11] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[12] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[13] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[14] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[15] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[16] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[17] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[18] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[19] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[20] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[21] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[22] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[23] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[24] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[25] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[26] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[27] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[28] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[29] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[30] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[31] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[3] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[0] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[1] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[2] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[3] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[4] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[5] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[6] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[7] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[8] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[9] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[10] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[11] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[12] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[13] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[14] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[15] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[16] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[17] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[18] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[19] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[20] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[21] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[22] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[23] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[24] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[25] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[26] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[27] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[28] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[29] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[30] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[31] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[3] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[4] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[5] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[6] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[7] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[8] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[9] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[10] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[11] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[12] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[13] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[14] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[0] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[1] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[2] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[3] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[4] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[5] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[6] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[7] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[8] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[9] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[10] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[11] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[12] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[13] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[14] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[15] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[16] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[17] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[18] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[19] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[20] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[21] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[22] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[23] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[24] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[25] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[26] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[27] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[28] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[29] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[30] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[31] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[3] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[4] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[5] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[68] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[69] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[70] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[71] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[72] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[73] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[74] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[75] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[76] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[77] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[78] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[79] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[80] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[81] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[82] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[83] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[84] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[85] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[86] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[87] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[88] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[89] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[90] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[91] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[92] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[93] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[94] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[95] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[96] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[97] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[98] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[99] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[100] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[101] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[102] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[103] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[104] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[105] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[106] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[107] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[108] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[109] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[110] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[111] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[112] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[113] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[114] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[115] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[116] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[117] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[118] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[119] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[120] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[121] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[122] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[123] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[124] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[125] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[126] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[127] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[128] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[129] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[130] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[131] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[132] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[133] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[134] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[135] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[136] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[137] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[138] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[139] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[140] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[141] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[142] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[143] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[144] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[145] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[146] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[147] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[148] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[149] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[150] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[151] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[152] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[153] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[154] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[155] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[156] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[157] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[158] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[159] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[160] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[161] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[162] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[163] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[164] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[165] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[166] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[167] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[168] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[169] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[170] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[171] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[172] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[173] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[174] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[175] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[176] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[177] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[178] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[179] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[180] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[181] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[182] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[183] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[184] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[185] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[186] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[187] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[188] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[189] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[190] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[191] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[192] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[193] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[194] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[195] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[196] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[197] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[198] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[199] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[200] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[201] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[202] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[203] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[204] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[205] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[206] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[207] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[208] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[209] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[210] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[211] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[212] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[213] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[214] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[68] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[69] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[68] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[69] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[70] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[71] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[72] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[73] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[74] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[75] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[76] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[77] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[78] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[79] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[80] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[81] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[82] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[83] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[84] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[85] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[86] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[87] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[88] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[89] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[90] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[91] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[92] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[93] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[94] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[95] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[96] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[97] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[98] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[99] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[100] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[101] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[102] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[103] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[104] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[51] PASSED
> astropy/units/tests/test_format.py::test_fits_units_available PASSED
> astropy/units/tests/test_format.py::test_vo_units_available PASSED
> astropy/units/tests/test_format.py::test_cds_units_available PASSED
> astropy/units/tests/test_format.py::test_latex PASSED
> astropy/units/tests/test_format.py::test_new_style_latex PASSED
> astropy/units/tests/test_format.py::test_latex_scale PASSED
> astropy/units/tests/test_format.py::test_latex_inline_scale PASSED
> astropy/units/tests/test_format.py::test_format_styles::[0] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[1] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[2] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[3] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[4] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[5] PASSED
> astropy/units/tests/test_format.py::test_flatten_to_known PASSED
> astropy/units/tests/test_format.py::test_console_out PASSED
> astropy/units/tests/test_format.py::test_flexible_float PASSED
> astropy/units/tests/test_format.py::test_fraction_repr PASSED
> astropy/units/tests/test_format.py::test_scale_effectively_unity PASSED
> astropy/units/tests/test_format.py::test_percent PASSED
> astropy/units/tests/test_format.py::test_scaled_dimensionless PASSED
> astropy/units/tests/test_format.py::test_deprecated_did_you_mean_units PASSED
> astropy/units/tests/test_format.py::test_fits_function::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_fits_function::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_fits_function::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_function::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_function::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_function::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_binary_prefix PASSED
> astropy/units/tests/test_format.py::test_vounit_unknown PASSED
> astropy/units/tests/test_format.py::test_vounit_details PASSED
> astropy/units/tests/test_format.py::test_vounit_custom PASSED
> astropy/units/tests/test_format.py::test_vounit_implicit_custom PASSED
> astropy/units/tests/test_format.py::test_fits_scale_factor PASSED
> astropy/units/tests/test_format.py::test_flatten_impossible <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[0] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[1] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[2] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[3] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[4] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[5] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[6] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[7] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[8] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[9] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[10] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[11] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[12] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[13] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[14] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[15] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[16] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[17] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[18] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[19] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[20] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[21] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[22] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[23] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[24] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[25] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[26] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[27] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[28] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[29] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[30] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar::[31] PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_unit_grammar_fail::[3] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[0] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[1] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[2] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[3] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[4] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[5] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[6] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[7] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[8] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[9] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[10] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[11] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[12] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[13] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[14] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[15] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[16] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[17] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[18] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[19] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[20] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[21] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[22] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[23] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[24] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[25] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[26] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[27] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[28] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[29] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[30] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar::[31] PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[3] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[4] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[5] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[6] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[7] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[8] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[9] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[10] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[11] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[12] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[13] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_cds_grammar_fail::[14] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[0] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[1] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[2] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[3] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[4] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[5] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[6] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[7] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[8] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[9] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[10] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[11] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[12] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[13] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[14] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[15] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[16] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[17] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[18] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[19] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[20] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[21] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[22] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[23] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[24] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[25] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[26] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[27] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[28] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[29] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[30] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar::[31] PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[3] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[4] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_ogip_grammar_fail::[5] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[68] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[69] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[70] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[71] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[72] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[73] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[74] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[75] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[76] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[77] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[78] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[79] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[80] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[81] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[82] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[83] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[84] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[85] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[86] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[87] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[88] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[89] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[90] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[91] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[92] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[93] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[94] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[95] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[96] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[97] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[98] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[99] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[100] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[101] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[102] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[103] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[104] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[105] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[106] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[107] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[108] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[109] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[110] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[111] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[112] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[113] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[114] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[115] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[116] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[117] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[118] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[119] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[120] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[121] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[122] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[123] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[124] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[125] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[126] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[127] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[128] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[129] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[130] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[131] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[132] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[133] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[134] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[135] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[136] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[137] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[138] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[139] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[140] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[141] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[142] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[143] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[144] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[145] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[146] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[147] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[148] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[149] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[150] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[151] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[152] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[153] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[154] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[155] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[156] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[157] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[158] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[159] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[160] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[161] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[162] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[163] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[164] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[165] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[166] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[167] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[168] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[169] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[170] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[171] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[172] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[173] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[174] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[175] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[176] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[177] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[178] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[179] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[180] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[181] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[182] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[183] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[184] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[185] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[186] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[187] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[188] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[189] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[190] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[191] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[192] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[193] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[194] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[195] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[196] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[197] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[198] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[199] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[200] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[201] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[202] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[203] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[204] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[205] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[206] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[207] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[208] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[209] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[210] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[211] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[212] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[213] PASSED
> astropy/units/tests/test_format.py::test_roundtrip::[214] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[68] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_vo_unit::[69] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_fits::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[51] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[52] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[53] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[54] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[55] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[56] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[57] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[58] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[59] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[60] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[61] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[62] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[63] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[64] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[65] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[66] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[67] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[68] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[69] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[70] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[71] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[72] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[73] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[74] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[75] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[76] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[77] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[78] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[79] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[80] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[81] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[82] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[83] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[84] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[85] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[86] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[87] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[88] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[89] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[90] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[91] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[92] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[93] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[94] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[95] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[96] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[97] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[98] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[99] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[100] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[101] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[102] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[103] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_cds::[104] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[0] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[1] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[2] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[3] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[4] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[5] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[6] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[7] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[8] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[9] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[10] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[11] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[12] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[13] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[14] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[15] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[16] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[17] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[18] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[19] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[20] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[21] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[22] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[23] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[24] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[25] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[26] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[27] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[28] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[29] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[30] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[31] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[32] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[33] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[34] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[35] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[36] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[37] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[38] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[39] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[40] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[41] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[42] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[43] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[44] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[45] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[46] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[47] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[48] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[49] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[50] PASSED
> astropy/units/tests/test_format.py::test_roundtrip_ogip::[51] PASSED
> astropy/units/tests/test_format.py::test_fits_units_available PASSED
> astropy/units/tests/test_format.py::test_vo_units_available PASSED
> astropy/units/tests/test_format.py::test_cds_units_available PASSED
> astropy/units/tests/test_format.py::test_latex PASSED
> astropy/units/tests/test_format.py::test_new_style_latex PASSED
> astropy/units/tests/test_format.py::test_latex_scale PASSED
> astropy/units/tests/test_format.py::test_latex_inline_scale PASSED
> astropy/units/tests/test_format.py::test_format_styles::[0] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[1] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[2] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[3] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[4] PASSED
> astropy/units/tests/test_format.py::test_format_styles::[5] PASSED
> astropy/units/tests/test_format.py::test_flatten_to_known PASSED
> astropy/units/tests/test_format.py::test_console_out PASSED
> astropy/units/tests/test_format.py::test_flexible_float PASSED
> astropy/units/tests/test_format.py::test_fraction_repr PASSED
> astropy/units/tests/test_format.py::test_scale_effectively_unity PASSED
> astropy/units/tests/test_format.py::test_percent PASSED
> astropy/units/tests/test_format.py::test_scaled_dimensionless PASSED
> astropy/units/tests/test_format.py::test_deprecated_did_you_mean_units PASSED
> astropy/units/tests/test_format.py::test_fits_function::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_fits_function::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_fits_function::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_function::[0] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_function::[1] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_function::[2] <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_format.py::test_vounit_binary_prefix PASSED
> astropy/units/tests/test_format.py::test_vounit_unknown PASSED
> astropy/units/tests/test_format.py::test_vounit_details PASSED
> astropy/units/tests/test_format.py::test_vounit_custom PASSED
> astropy/units/tests/test_format.py::test_vounit_implicit_custom PASSED
> astropy/units/tests/test_format.py::test_fits_scale_factor PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_logarithmic_units PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_callable_units[lu_unit0-DexUnit] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_callable_units[lu_unit1-MagUnit] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_callable_units[lu_unit2-DecibelUnit] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_equality_to_normal_unit_for_dimensionless[lu_unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_equality_to_normal_unit_for_dimensionless[lu_unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_equality_to_normal_unit_for_dimensionless[lu_unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit0-physical_unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit1-physical_unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit2-physical_unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit3-physical_unit3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit4-physical_unit4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit5-physical_unit5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit6-physical_unit6] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit7-physical_unit7] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit8-physical_unit8] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit9-physical_unit9] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit10-physical_unit10] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_call_units[lu_unit11-physical_unit11] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DexUnit-physical_unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DexUnit-physical_unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DexUnit-physical_unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DexUnit-physical_unit3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[MagUnit-physical_unit4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[MagUnit-physical_unit5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[MagUnit-physical_unit6] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[MagUnit-physical_unit7] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DecibelUnit-physical_unit8] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DecibelUnit-physical_unit9] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DecibelUnit-physical_unit10] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitCreation::test_subclass_creation[DecibelUnit-physical_unit11] PASSED
> astropy/units/tests/test_logarithmic.py::test_predefined_magnitudes PASSED
> astropy/units/tests/test_logarithmic.py::test_predefined_reinitialisation PASSED
> astropy/units/tests/test_logarithmic.py::test_predefined_string_roundtrip PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitStrings::test_str PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit0-physical_unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit1-physical_unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit2-physical_unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit3-physical_unit3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit4-physical_unit4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit5-physical_unit5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit6-physical_unit6] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit7-physical_unit7] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit8-physical_unit8] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit9-physical_unit9] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit10-physical_unit10] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_physical_unit_conversion[lu_unit11-physical_unit11] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_container_unit_conversion[lu_unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_container_unit_conversion[lu_unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_container_unit_conversion[lu_unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit0-tlu_unit0-physical_unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit1-tlu_unit1-physical_unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit2-tlu_unit2-physical_unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit3-tlu_unit3-physical_unit3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit4-tlu_unit4-physical_unit4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit5-tlu_unit5-physical_unit5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit6-tlu_unit6-physical_unit6] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit7-tlu_unit7-physical_unit7] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit8-tlu_unit8-physical_unit8] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit9-tlu_unit9-physical_unit9] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit10-tlu_unit10-physical_unit10] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit11-tlu_unit11-physical_unit11] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit12-tlu_unit12-physical_unit12] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit13-tlu_unit13-physical_unit13] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit14-tlu_unit14-physical_unit14] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit15-tlu_unit15-physical_unit15] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit16-tlu_unit16-physical_unit16] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit17-tlu_unit17-physical_unit17] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit18-tlu_unit18-physical_unit18] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit19-tlu_unit19-physical_unit19] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit20-tlu_unit20-physical_unit20] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit21-tlu_unit21-physical_unit21] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit22-tlu_unit22-physical_unit22] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit23-tlu_unit23-physical_unit23] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit24-tlu_unit24-physical_unit24] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit25-tlu_unit25-physical_unit25] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit26-tlu_unit26-physical_unit26] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit27-tlu_unit27-physical_unit27] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit28-tlu_unit28-physical_unit28] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit29-tlu_unit29-physical_unit29] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit30-tlu_unit30-physical_unit30] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit31-tlu_unit31-physical_unit31] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit32-tlu_unit32-physical_unit32] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit33-tlu_unit33-physical_unit33] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit34-tlu_unit34-physical_unit34] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitConversion::test_subclass_conversion[flu_unit35-tlu_unit35-physical_unit35] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_multiplication_division PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_raise_to_power[2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_raise_to_power[0.5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_raise_to_power[1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_raise_to_power[0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction_to_normal_units_fails[other0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction_to_normal_units_fails[other1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction_to_normal_units_fails[other2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction_to_normal_units_fails[other3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction[other0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction[other1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction[other2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction[other3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction[other4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_addition_subtraction[other5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogUnitArithmetic::test_complicated_addition_subtraction PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_logarithmic_quantities[Dex-DexUnit] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_logarithmic_quantities[Magnitude-MagUnit] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_logarithmic_quantities[Decibel-DecibelUnit] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Dex-physical_unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Dex-physical_unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Dex-physical_unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Dex-physical_unit3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Magnitude-physical_unit4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Magnitude-physical_unit5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Magnitude-physical_unit6] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Magnitude-physical_unit7] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Decibel-physical_unit8] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Decibel-physical_unit9] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Decibel-physical_unit10] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_subclass_creation[Decibel-physical_unit11] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit6] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_different_units[unit7] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_indirect_creation[unit0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_indirect_creation[unit1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_indirect_creation[unit2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_indirect_creation[unit3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_indirect_creation[unit4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityCreation::test_indirect_creation[unit5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityViews::test_value_view PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantitySlicing::test_item_get_and_set PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantitySlicing::test_slice_get_and_set PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_multiplication_division PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_raise_to_power[2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_raise_to_power[0.5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_raise_to_power[1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_raise_to_power[0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction_to_normal_units_fails[other0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction_to_normal_units_fails[other1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction_to_normal_units_fails[other2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction_to_normal_units_fails[other3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction[other0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction[other1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction[other2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction[other3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction[other4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_addition_subtraction[other5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction_unit_checks[other0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction_unit_checks[other1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction_unit_checks[other2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction_unit_checks[other3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction[other0] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction[other1] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction[other2] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction[other3] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction[other4] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_inplace_addition_subtraction[other5] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityArithmetic::test_complicated_addition_subtraction PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityComparisons::test_comparison_to_non_quantities_fails PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityComparisons::test_comparison PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[mean] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[min] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[max] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[round] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[trace] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[std] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[var] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[diff] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_always_ok[ediff1d] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_clip PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_only_ok_if_dimensionless[sum] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_only_ok_if_dimensionless[cumsum] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_only_ok_if_dimensionless[nansum] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_dot PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_never_ok[prod] PASSED
> astropy/units/tests/test_logarithmic.py::TestLogQuantityMethods::test_never_ok[cumprod] PASSED
> astropy/units/tests/test_physical.py::test_redundant_physical_type <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_physical.py::test_simple PASSED
> astropy/units/tests/test_physical.py::test_power PASSED
> astropy/units/tests/test_physical.py::test_speed PASSED
> astropy/units/tests/test_physical.py::test_unknown PASSED
> astropy/units/tests/test_physical.py::test_dimensionless PASSED
> astropy/units/tests/test_physical.py::test_angular_momentum PASSED
> astropy/units/tests/test_physical.py::test_flam PASSED
> astropy/units/tests/test_physical.py::test_photlam PASSED
> astropy/units/tests/test_physical.py::test_photnu PASSED
> astropy/units/tests/test_physical.py::test_data_quantity PASSED
> astropy/units/tests/test_physical.py::test_redundant_physical_type <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_physical.py::test_simple PASSED
> astropy/units/tests/test_physical.py::test_power PASSED
> astropy/units/tests/test_physical.py::test_speed PASSED
> astropy/units/tests/test_physical.py::test_unknown PASSED
> astropy/units/tests/test_physical.py::test_dimensionless PASSED
> astropy/units/tests/test_physical.py::test_angular_momentum PASSED
> astropy/units/tests/test_physical.py::test_flam PASSED
> astropy/units/tests/test_physical.py::test_photlam PASSED
> astropy/units/tests/test_physical.py::test_photnu PASSED
> astropy/units/tests/test_physical.py::test_data_quantity PASSED
> astropy/units/tests/test_quantity.py::test_quantity_invalid_unit_string <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_quantity.py::test_quantity_tuple_power <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_1 PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_2 PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_3 PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_unit_property PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_preserve_dtype PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_copy PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_subok PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_order PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_ndmin PASSED
> astropy/units/tests/test_quantity.py::TestQuantityCreation::test_non_quantity_with_unit PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_addition PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_subtraction PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_multiplication PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_division PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_commutativity PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_power PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_unary PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_abs PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_incompatible_units PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_non_number_type PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_dimensionless_operations PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_complicated_operation PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_comparison PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_numeric_converters PASSED
> astropy/units/tests/test_quantity.py::TestQuantityOperations::test_array_converters PASSED
> astropy/units/tests/test_quantity.py::test_quantity_conversion PASSED
> astropy/units/tests/test_quantity.py::test_quantity_conversion_with_equiv PASSED
> astropy/units/tests/test_quantity.py::test_quantity_conversion_equivalency_passed_on PASSED
> astropy/units/tests/test_quantity.py::test_self_equivalency PASSED
> astropy/units/tests/test_quantity.py::test_si PASSED
> astropy/units/tests/test_quantity.py::test_cgs PASSED
> astropy/units/tests/test_quantity.py::TestQuantityComparison::test_quantity_equality PASSED
> astropy/units/tests/test_quantity.py::TestQuantityComparison::test_quantity_comparison PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_dimensionless_quantity_repr PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_dimensionless_quantity_str PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_dimensionless_quantity_format PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_scalar_quantity_str PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_scalar_quantity_repr PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_array_quantity_str PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_array_quantity_repr PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_scalar_quantity_format PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_uninitialized_unit_format PASSED
> astropy/units/tests/test_quantity.py::TestQuantityDisplay::test_repr_latex PASSED
> astropy/units/tests/test_quantity.py::test_decompose PASSED
> astropy/units/tests/test_quantity.py::test_decompose_regression PASSED
> astropy/units/tests/test_quantity.py::test_arrays PASSED
> astropy/units/tests/test_quantity.py::test_array_indexing_slicing PASSED
> astropy/units/tests/test_quantity.py::test_array_setslice PASSED
> astropy/units/tests/test_quantity.py::test_inverse_quantity PASSED
> astropy/units/tests/test_quantity.py::test_quantity_mutability PASSED
> astropy/units/tests/test_quantity.py::test_quantity_initialized_with_quantity PASSED
> astropy/units/tests/test_quantity.py::test_quantity_string_unit PASSED
> astropy/units/tests/test_quantity.py::test_implicit_conversion PASSED
> astropy/units/tests/test_quantity.py::test_implicit_conversion_autocomplete PASSED
> astropy/units/tests/test_quantity.py::test_quantity_iterability PASSED
> astropy/units/tests/test_quantity.py::test_copy PASSED
> astropy/units/tests/test_quantity.py::test_deepcopy PASSED
> astropy/units/tests/test_quantity.py::test_equality_numpy_scalar PASSED
> astropy/units/tests/test_quantity.py::test_quantity_pickelability PASSED
> astropy/units/tests/test_quantity.py::test_quantity_from_string PASSED
> astropy/units/tests/test_quantity.py::test_unsupported PASSED
> astropy/units/tests/test_quantity.py::test_unit_identity PASSED
> astropy/units/tests/test_quantity.py::test_quantity_to_view PASSED
> astropy/units/tests/test_quantity.py::test_quantity_fraction_power PASSED
> astropy/units/tests/test_quantity.py::test_inherit_docstrings PASSED
> astropy/units/tests/test_quantity.py::test_quantity_from_table PASSED
> astropy/units/tests/test_quantity.py::test_insert PASSED
> astropy/units/tests/test_quantity.py::test_repr_array_of_quantity PASSED
> astropy/units/tests/test_quantity.py::TestQuantityMatplotlib::test_plot PASSED
> astropy/units/tests/test_quantity.py::TestQuantityMatplotlib::test_scatter PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityArrayCopy::test_copy_on_creation PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityArrayCopy::test_to_copies PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityArrayCopy::test_si_copies PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityArrayCopy::test_getitem_is_view PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityArrayCopy::test_flat PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityReshapeFuncs::test_reshape PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityReshapeFuncs::test_squeeze PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityReshapeFuncs::test_ravel PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityReshapeFuncs::test_flatten PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityReshapeFuncs::test_transpose PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityReshapeFuncs::test_swapaxes PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_mean PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_mean_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_std PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_std_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_var PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_var_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_median PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_median_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_min PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_min_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_argmin PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_max PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_max_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_argmax PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_clip PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_clip_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_conj PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_ptp PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_ptp_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_round PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_round_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_sum PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_sum_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_cumsum PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_cumsum_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_nansum PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_nansum_inplace PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_prod PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_cumprod PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_diff PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_ediff1d PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_dot_func xfail
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_dot_meth PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_trace_func PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_trace_meth PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_clip_func PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestQuantityStatsFuncs::test_clip_meth PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_item PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_slice PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_fill PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_repeat_compress_diagonal PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_view PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_slice_to_quantity PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_byte_type_view_field_changes PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_sort PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestArrayConversion::test_not_implemented PASSED
> astropy/units/tests/test_quantity_array_methods.py::TestRecArray::test_creation PASSED
> astropy/units/tests/test_quantity_decorator.py::test_args3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_args_noconvert3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_args_nonquantity3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_arg_equivalencies3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_wrong_unit3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_not_quantity3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_decorator_override <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_kwargs3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_unused_kwargs3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_equivalencies3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_wrong_unit3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_not_quantity3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_default3 <- lib.linux-x86_64-2.7/astropy/units/tests/py3_test_quantity_annotations.py SKIPPED
> astropy/units/tests/test_quantity_decorator.py::test_args PASSED
> astropy/units/tests/test_quantity_decorator.py::test_args_noconvert PASSED
> astropy/units/tests/test_quantity_decorator.py::test_args_nonquantity PASSED
> astropy/units/tests/test_quantity_decorator.py::test_arg_equivalencies PASSED
> astropy/units/tests/test_quantity_decorator.py::test_wrong_unit PASSED
> astropy/units/tests/test_quantity_decorator.py::test_not_quantity PASSED
> astropy/units/tests/test_quantity_decorator.py::test_kwargs PASSED
> astropy/units/tests/test_quantity_decorator.py::test_unused_kwargs PASSED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_equivalencies PASSED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_wrong_unit PASSED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_not_quantity PASSED
> astropy/units/tests/test_quantity_decorator.py::test_kwarg_default PASSED
> astropy/units/tests/test_quantity_decorator.py::test_no_equivalent PASSED
> astropy/units/tests/test_quantity_decorator.py::test_kwargs_input PASSED
> astropy/units/tests/test_quantity_decorator.py::test_kwargs_extra PASSED
> astropy/units/tests/test_quantity_non_ufuncs.py::TestQuantityLinAlgFuncs::test_outer xfail
> astropy/units/tests/test_quantity_non_ufuncs.py::TestQuantityLinAlgFuncs::test_inner xfail
> astropy/units/tests/test_quantity_ufuncs.py::TestUfuncCoverage::test_coverage PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_sin_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_sin_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arcsin_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arcsin_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_sin_invalid_units PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arcsin_invalid_units PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_cos_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_cos_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arccos_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arccos_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_cos_invalid_units PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arccos_invalid_units PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_tan_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_tan_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arctan_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arctan_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_tan_invalid_units PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arctan_invalid_units PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arctan2_valid PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_arctan2_invalid PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_radians PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityTrigonometricFuncs::test_degrees PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_power_array_array2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_power_array_array <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_multiply_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_multiply_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_divide_scalar[function0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_divide_scalar[function1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_divide_array[function0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_divide_array[function1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_divmod_and_floor_divide PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_sqrt_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_sqrt_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_square_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_square_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_reciprocal_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_reciprocal_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_cbrt_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_cbrt_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_power_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_power_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_power_array_array3 PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_power_invalid PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_copysign_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_copysign_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_ldexp_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_ldexp_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_ldexp_invalid PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_scalar[function0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_scalar[function1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_scalar[function2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_scalar[function3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_scalar[function4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_scalar[function5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_scalar[function6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_array[function0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_array[function1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_array[function2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_array[function3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_array[function4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_array[function5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_array[function6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_invalid_units[function0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_invalid_units[function1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_invalid_units[function2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_invalid_units[function3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_invalid_units[function4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_invalid_units[function5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_exp_invalid_units[function6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_modf_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_modf_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_frexp_scalar PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_frexp_array PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_frexp_invalid_units PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_dimensionless_twoarg_array[function0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_dimensionless_twoarg_array[function1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_dimensionless_twoarg_invalid_units[function0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestQuantityMathFuncs::test_dimensionless_twoarg_invalid_units[function1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc7] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_scalar[ufunc8] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_array[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_array[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_array[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_array[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_array[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_array[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc7] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_scalar[ufunc8] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc7] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_array[ufunc8] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc7] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_one_arbitrary[ufunc8] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc6] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc7] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInvariantUfuncs::test_invariant_twoarg_invalid_units[ufunc8] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_valid_units[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_valid_units[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_valid_units[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_valid_units[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_valid_units[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_valid_units[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_invalid_units[ufunc0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_invalid_units[ufunc1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_invalid_units[ufunc2] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_invalid_units[ufunc3] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_invalid_units[ufunc4] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestComparisonUfuncs::test_comparison_invalid_units[ufunc5] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_one_argument_ufunc_inplace[1.0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_one_argument_ufunc_inplace[value1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_one_argument_ufunc_inplace_2[1.0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_one_argument_ufunc_inplace_2[value1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_one_argument_two_output_ufunc_inplace[1.0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_one_argument_two_output_ufunc_inplace[value1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_two_argument_ufunc_inplace_1[1.0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_two_argument_ufunc_inplace_1[value1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_two_argument_ufunc_inplace_2[1.0] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_two_argument_ufunc_inplace_2[value1] PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_two_argument_ufunc_inplace_3 PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_ufunc_inplace_non_contiguous_data PASSED
> astropy/units/tests/test_quantity_ufuncs.py::TestInplaceUfuncs::test_ufunc_inplace_non_standard_dtype PASSED
> astropy/units/tests/test_units.py::test_invalid_type <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_invalid_scale <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_compose_failed <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_unit_noarg <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_duplicate_define <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_getting_started PASSED
> astropy/units/tests/test_units.py::test_initialisation PASSED
> astropy/units/tests/test_units.py::test_invalid_power PASSED
> astropy/units/tests/test_units.py::test_invalid_compare PASSED
> astropy/units/tests/test_units.py::test_convert PASSED
> astropy/units/tests/test_units.py::test_convert_fail PASSED
> astropy/units/tests/test_units.py::test_composite PASSED
> astropy/units/tests/test_units.py::test_str PASSED
> astropy/units/tests/test_units.py::test_repr PASSED
> astropy/units/tests/test_units.py::test_represents PASSED
> astropy/units/tests/test_units.py::test_units_conversion PASSED
> astropy/units/tests/test_units.py::test_units_manipulation PASSED
> astropy/units/tests/test_units.py::test_decompose PASSED
> astropy/units/tests/test_units.py::test_dimensionless_to_si PASSED
> astropy/units/tests/test_units.py::test_dimensionless_to_cgs PASSED
> astropy/units/tests/test_units.py::test_unknown_unit PASSED
> astropy/units/tests/test_units.py::test_multiple_solidus PASSED
> astropy/units/tests/test_units.py::test_unknown_unit3 PASSED
> astropy/units/tests/test_units.py::test_cds_power PASSED
> astropy/units/tests/test_units.py::test_register PASSED
> astropy/units/tests/test_units.py::test_in_units PASSED
> astropy/units/tests/test_units.py::test_null_unit PASSED
> astropy/units/tests/test_units.py::test_unrecognized_equivalency PASSED
> astropy/units/tests/test_units.py::test_convertible_exception PASSED
> astropy/units/tests/test_units.py::test_convertible_exception2 PASSED
> astropy/units/tests/test_units.py::test_steradian PASSED
> astropy/units/tests/test_units.py::test_decompose_bases PASSED
> astropy/units/tests/test_units.py::test_complex_compose PASSED
> astropy/units/tests/test_units.py::test_equiv_compose PASSED
> astropy/units/tests/test_units.py::test_empty_compose PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[unit0] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[%] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[A] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[AU] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Angstrom] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ba] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Bi] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Bq] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[C] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ci] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[D] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[F] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Fr] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[G] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Gal] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[H] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Hz] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[J] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Jy] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[K] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[M_e] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[M_p] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[N] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ohm] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[P] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Pa] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[R] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ry] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[S] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[St] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Sun] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[T] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[V] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[W] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Wb] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[a] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[abC] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[adu] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[arcmin] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[arcsec] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[bar] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[barn] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[beam] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[bin] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[bit] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[byte] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[cd] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[chan] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[cm] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[ct] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[cycle] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[d] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[dB] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[deg] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[deg_C] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[dex] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[dyn] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[eV] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[earthMass] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[earthRad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[electron] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[erg] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[fortnight] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[g] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[h] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[hourangle] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[jupiterMass] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[jupiterRad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[k] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[kg] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[l] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[lm] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[lx] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[lyr] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[m] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[mag] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[mas] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[micron] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[min] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[mol] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[pc] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[ph] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[pix] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[rad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[s] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[sday] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[solLum] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[solMass] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[solRad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[sr] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[statA] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[t] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[u] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[uas] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[vox] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[wk] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[yr] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Ba] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Bi] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[C] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[D] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Fr] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[G] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Gal] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[K] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[P] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[St] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[abC] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[cd] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[cm] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[dyn] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[erg] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[g] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[k] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[mol] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[rad] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[s] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[sr] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[statA] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[%] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[A] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Angstrom] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Bq] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[C] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Ci] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[F] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[H] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Hz] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[J] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[K] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[N] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Ohm] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Pa] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[S] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[T] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[V] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[W] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Wb] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[a] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[arcmin] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[arcsec] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[bar] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[cd] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[d] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[deg] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[eV] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[fortnight] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[g] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[h] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[hourangle] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[kg] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[l] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[lm] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[lx] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[m] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[mas] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[micron] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[min] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[mol] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[rad] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[s] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[sday] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[sr] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[t] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[uas] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[wk] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[yr] PASSED
> astropy/units/tests/test_units.py::test_to_cgs PASSED
> astropy/units/tests/test_units.py::test_decompose_to_cgs PASSED
> astropy/units/tests/test_units.py::test_compose_issue_579 PASSED
> astropy/units/tests/test_units.py::test_self_compose PASSED
> astropy/units/tests/test_units.py::test_compose_fractional_powers PASSED
> astropy/units/tests/test_units.py::test_compose_best_unit_first PASSED
> astropy/units/tests/test_units.py::test_compose_no_duplicates PASSED
> astropy/units/tests/test_units.py::test_long_int PASSED
> astropy/units/tests/test_units.py::test_endian_independence PASSED
> astropy/units/tests/test_units.py::test_radian_base PASSED
> astropy/units/tests/test_units.py::test_no_as PASSED
> astropy/units/tests/test_units.py::test_no_duplicates_in_names PASSED
> astropy/units/tests/test_units.py::test_pickling PASSED
> astropy/units/tests/test_units.py::test_pickle_unrecognized_unit PASSED
> astropy/units/tests/test_units.py::test_all_units PASSED
> astropy/units/tests/test_units.py::test_repr_latex PASSED
> astropy/units/tests/test_units.py::test_operations_with_strings PASSED
> astropy/units/tests/test_units.py::test_comparison PASSED
> astropy/units/tests/test_units.py::test_compose_into_arbitrary_units PASSED
> astropy/units/tests/test_units.py::test_unit_multiplication_with_string PASSED
> astropy/units/tests/test_units.py::test_unit_division_by_string PASSED
> astropy/units/tests/test_units.py::test_sorted_bases PASSED
> astropy/units/tests/test_units.py::test_megabit PASSED
> astropy/units/tests/test_units.py::test_composite_unit_get_format_name PASSED
> astropy/units/tests/test_units.py::test_unicode_policy PASSED
> astropy/units/tests/test_units.py::test_suggestions PASSED
> astropy/units/tests/test_units.py::test_fits_hst_unit PASSED
> astropy/units/tests/test_units.py::test_barn_prefixes PASSED
> astropy/units/tests/test_units.py::test_fractional_powers PASSED
> astropy/units/tests/test_units.py::test_inherit_docstrings PASSED
> astropy/units/tests/test_units.py::test_sqrt_mag PASSED
> astropy/units/tests/test_units.py::test_composite_compose PASSED
> astropy/units/tests/test_units.py::test_data_quantities PASSED
> astropy/units/tests/test_units.py::test_compare_with_none PASSED
> astropy/units/tests/test_units.py::test_validate_power_detect_fraction PASSED
> astropy/units/tests/test_units.py::test_complex_fractional_rounding_errors PASSED
> astropy/units/tests/test_units.py::test_fractional_rounding_errors_simple PASSED
> astropy/units/tests/test_units.py::test_enable_unit_groupings PASSED
> astropy/units/tests/test_units.py::test_unit_summary_prefixes PASSED
> astropy/units/tests/test_units.py::test_invalid_type <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_invalid_scale <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_compose_failed <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_unit_noarg <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_duplicate_define <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/units/tests/test_units.py::test_getting_started PASSED
> astropy/units/tests/test_units.py::test_initialisation PASSED
> astropy/units/tests/test_units.py::test_invalid_power PASSED
> astropy/units/tests/test_units.py::test_invalid_compare PASSED
> astropy/units/tests/test_units.py::test_convert PASSED
> astropy/units/tests/test_units.py::test_convert_fail PASSED
> astropy/units/tests/test_units.py::test_composite PASSED
> astropy/units/tests/test_units.py::test_str PASSED
> astropy/units/tests/test_units.py::test_repr PASSED
> astropy/units/tests/test_units.py::test_represents PASSED
> astropy/units/tests/test_units.py::test_units_conversion PASSED
> astropy/units/tests/test_units.py::test_units_manipulation PASSED
> astropy/units/tests/test_units.py::test_decompose PASSED
> astropy/units/tests/test_units.py::test_dimensionless_to_si PASSED
> astropy/units/tests/test_units.py::test_dimensionless_to_cgs PASSED
> astropy/units/tests/test_units.py::test_unknown_unit PASSED
> astropy/units/tests/test_units.py::test_multiple_solidus PASSED
> astropy/units/tests/test_units.py::test_unknown_unit3 PASSED
> astropy/units/tests/test_units.py::test_cds_power PASSED
> astropy/units/tests/test_units.py::test_register PASSED
> astropy/units/tests/test_units.py::test_in_units PASSED
> astropy/units/tests/test_units.py::test_null_unit PASSED
> astropy/units/tests/test_units.py::test_unrecognized_equivalency PASSED
> astropy/units/tests/test_units.py::test_convertible_exception PASSED
> astropy/units/tests/test_units.py::test_convertible_exception2 PASSED
> astropy/units/tests/test_units.py::test_steradian PASSED
> astropy/units/tests/test_units.py::test_decompose_bases PASSED
> astropy/units/tests/test_units.py::test_complex_compose PASSED
> astropy/units/tests/test_units.py::test_equiv_compose PASSED
> astropy/units/tests/test_units.py::test_empty_compose PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[unit0] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[%] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[A] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[AU] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Angstrom] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ba] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Bi] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Bq] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[C] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ci] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[D] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[F] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Fr] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[G] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Gal] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[H] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Hz] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[J] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Jy] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[K] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[M_e] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[M_p] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[N] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ohm] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[P] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Pa] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[R] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Ry] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[S] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[St] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Sun] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[T] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[V] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[W] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[Wb] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[a] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[abC] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[adu] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[arcmin] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[arcsec] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[bar] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[barn] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[beam] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[bin] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[bit] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[byte] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[cd] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[chan] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[cm] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[ct] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[cycle] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[d] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[dB] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[deg] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[deg_C] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[dex] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[dyn] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[eV] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[earthMass] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[earthRad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[electron] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[erg] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[fortnight] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[g] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[h] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[hourangle] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[jupiterMass] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[jupiterRad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[k] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[kg] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[l] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[lm] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[lx] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[lyr] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[m] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[mag] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[mas] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[micron] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[min] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[mol] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[pc] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[ph] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[pix] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[rad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[s] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[sday] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[solLum] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[solMass] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[solRad] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[sr] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[statA] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[t] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[u] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[uas] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[vox] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[wk] PASSED
> astropy/units/tests/test_units.py::test_compose_roundtrip[yr] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Ba] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Bi] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[C] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[D] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Fr] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[G] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[Gal] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[K] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[P] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[St] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[abC] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[cd] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[cm] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[dyn] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[erg] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[g] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[k] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[mol] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[rad] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[s] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[sr] PASSED
> astropy/units/tests/test_units.py::test_compose_cgs_to_si[statA] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[%] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[A] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Angstrom] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Bq] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[C] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Ci] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[F] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[H] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Hz] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[J] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[K] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[N] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Ohm] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Pa] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[S] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[T] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[V] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[W] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[Wb] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[a] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[arcmin] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[arcsec] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[bar] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[cd] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[d] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[deg] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[eV] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[fortnight] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[g] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[h] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[hourangle] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[kg] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[l] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[lm] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[lx] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[m] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[mas] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[micron] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[min] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[mol] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[rad] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[s] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[sday] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[sr] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[t] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[uas] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[wk] PASSED
> astropy/units/tests/test_units.py::test_compose_si_to_cgs[yr] PASSED
> astropy/units/tests/test_units.py::test_to_cgs PASSED
> astropy/units/tests/test_units.py::test_decompose_to_cgs PASSED
> astropy/units/tests/test_units.py::test_compose_issue_579 PASSED
> astropy/units/tests/test_units.py::test_self_compose PASSED
> astropy/units/tests/test_units.py::test_compose_fractional_powers PASSED
> astropy/units/tests/test_units.py::test_compose_best_unit_first PASSED
> astropy/units/tests/test_units.py::test_compose_no_duplicates PASSED
> astropy/units/tests/test_units.py::test_long_int PASSED
> astropy/units/tests/test_units.py::test_endian_independence PASSED
> astropy/units/tests/test_units.py::test_radian_base PASSED
> astropy/units/tests/test_units.py::test_no_as PASSED
> astropy/units/tests/test_units.py::test_no_duplicates_in_names PASSED
> astropy/units/tests/test_units.py::test_pickling PASSED
> astropy/units/tests/test_units.py::test_pickle_unrecognized_unit PASSED
> astropy/units/tests/test_units.py::test_all_units PASSED
> astropy/units/tests/test_units.py::test_repr_latex PASSED
> astropy/units/tests/test_units.py::test_operations_with_strings PASSED
> astropy/units/tests/test_units.py::test_comparison PASSED
> astropy/units/tests/test_units.py::test_compose_into_arbitrary_units PASSED
> astropy/units/tests/test_units.py::test_unit_multiplication_with_string PASSED
> astropy/units/tests/test_units.py::test_unit_division_by_string PASSED
> astropy/units/tests/test_units.py::test_sorted_bases PASSED
> astropy/units/tests/test_units.py::test_megabit PASSED
> astropy/units/tests/test_units.py::test_composite_unit_get_format_name PASSED
> astropy/units/tests/test_units.py::test_unicode_policy PASSED
> astropy/units/tests/test_units.py::test_suggestions PASSED
> astropy/units/tests/test_units.py::test_fits_hst_unit PASSED
> astropy/units/tests/test_units.py::test_barn_prefixes PASSED
> astropy/units/tests/test_units.py::test_fractional_powers PASSED
> astropy/units/tests/test_units.py::test_inherit_docstrings PASSED
> astropy/units/tests/test_units.py::test_sqrt_mag PASSED
> astropy/units/tests/test_units.py::test_composite_compose PASSED
> astropy/units/tests/test_units.py::test_data_quantities PASSED
> astropy/units/tests/test_units.py::test_compare_with_none PASSED
> astropy/units/tests/test_units.py::test_validate_power_detect_fraction PASSED
> astropy/units/tests/test_units.py::test_complex_fractional_rounding_errors PASSED
> astropy/units/tests/test_units.py::test_fractional_rounding_errors_simple PASSED
> astropy/units/tests/test_units.py::test_enable_unit_groupings PASSED
> astropy/units/tests/test_units.py::test_unit_summary_prefixes PASSED
> astropy/utils/data.py::astropy.utils.data.get_pkg_data_filename PASSED
> astropy/utils/data.py::astropy.utils.data.get_pkg_data_filenames PASSED
> astropy/utils/data.py::astropy.utils.data.get_pkg_data_fileobj PASSED
> astropy/utils/data.py::astropy.utils.data.get_pkg_data_fileobjs PASSED
> astropy/utils/data_info.py::astropy.utils.data_info.DataInfo.__call__ PASSED
> astropy/utils/data_info.py::astropy.utils.data_info.data_info_factory PASSED
> astropy/utils/decorators.py::astropy.utils.decorators.classproperty PASSED
> astropy/utils/decorators.py::astropy.utils.decorators.format_doc PASSED
> astropy/utils/decorators.py::astropy.utils.decorators.lazyproperty PASSED
> astropy/utils/decorators.py::astropy.utils.decorators.sharedmethod PASSED
> astropy/utils/introspection.py::astropy.utils.introspection.isinstancemethod PASSED
> astropy/utils/introspection.py::astropy.utils.introspection.minversion PASSED
> astropy/utils/introspection.py::astropy.utils.introspection.resolve_name PASSED
> astropy/utils/metadata.py::astropy.utils.metadata.MergeStrategy PASSED
> astropy/utils/metadata.py::astropy.utils.metadata.enable_merge_strategies PASSED
> astropy/utils/misc.py::astropy.utils.misc.InheritDocstrings PASSED
> astropy/utils/misc.py::astropy.utils.misc.JsonCustomEncoder PASSED
> astropy/utils/misc.py::astropy.utils.misc.OrderedDescriptorContainer PASSED
> astropy/utils/timer.py::astropy.utils.timer.RunTimePredictor PASSED
> astropy/utils/iers/tests/test_iers.py::TestBasic::test_simple PASSED
> astropy/utils/iers/tests/test_iers.py::TestBasic::test_open_filename PASSED
> astropy/utils/iers/tests/test_iers.py::TestBasic::test_open_network_url PASSED
> astropy/utils/iers/tests/test_iers.py::TestIERS_AExcerpt::test_simple PASSED
> astropy/utils/iers/tests/test_iers.py::TestIERS_A::test_simple SKIPPED
> astropy/utils/iers/tests/test_iers.py::TestIERS_Auto::test_simple SKIPPED
> astropy/utils/tests/test_argparse.py::test_import_warning PASSED
> astropy/utils/tests/test_codegen.py::test_make_function_with_signature_lineno PASSED
> astropy/utils/tests/test_collections.py::test_homogeneous_list5 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/utils/tests/test_collections.py::test_homogeneous_list2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/utils/tests/test_collections.py::test_homogeneous_list <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/utils/tests/test_collections.py::test_homogeneous_list3 PASSED
> astropy/utils/tests/test_collections.py::test_homogeneous_list4 PASSED
> astropy/utils/tests/test_console.py::test_fake_tty PASSED
> astropy/utils/tests/test_console.py::test_color_text PASSED
> astropy/utils/tests/test_console.py::test_color_print PASSED
> astropy/utils/tests/test_console.py::test_color_print2 PASSED
> astropy/utils/tests/test_console.py::test_color_print3 PASSED
> astropy/utils/tests/test_console.py::test_color_print_unicode PASSED
> astropy/utils/tests/test_console.py::test_color_print_invalid_color PASSED
> astropy/utils/tests/test_console.py::test_color_print_no_default_encoding PASSED
> astropy/utils/tests/test_console.py::test_spinner_non_unicode_console PASSED
> astropy/utils/tests/test_console.py::test_progress_bar PASSED
> astropy/utils/tests/test_console.py::test_progress_bar2 PASSED
> astropy/utils/tests/test_console.py::test_progress_bar3 PASSED
> astropy/utils/tests/test_console.py::test_zero_progress_bar PASSED
> astropy/utils/tests/test_console.py::test_progress_bar_as_generator PASSED
> astropy/utils/tests/test_console.py::test_human_time[864088- 1w 3d] PASSED
> astropy/utils/tests/test_console.py::test_human_time[187213- 2d 4h] PASSED
> astropy/utils/tests/test_console.py::test_human_time[3905- 1h 5m] PASSED
> astropy/utils/tests/test_console.py::test_human_time[64- 1m 4s] PASSED
> astropy/utils/tests/test_console.py::test_human_time[15-   15s] PASSED
> astropy/utils/tests/test_console.py::test_human_time[2-    2s] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[8640882-8.6M] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[187213-187k] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[3905-3.9k] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[64- 64 ] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[2-  2 ] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[size5- 10G] PASSED
> astropy/utils/tests/test_console.py::test_bad_human_file_size[size0] PASSED
> astropy/utils/tests/test_console.py::test_bad_human_file_size[size1] PASSED
> astropy/utils/tests/test_console.py::test_fake_tty PASSED
> astropy/utils/tests/test_console.py::test_color_text PASSED
> astropy/utils/tests/test_console.py::test_color_print PASSED
> astropy/utils/tests/test_console.py::test_color_print2 PASSED
> astropy/utils/tests/test_console.py::test_color_print3 PASSED
> astropy/utils/tests/test_console.py::test_color_print_unicode PASSED
> astropy/utils/tests/test_console.py::test_color_print_invalid_color PASSED
> astropy/utils/tests/test_console.py::test_color_print_no_default_encoding PASSED
> astropy/utils/tests/test_console.py::test_spinner_non_unicode_console PASSED
> astropy/utils/tests/test_console.py::test_progress_bar PASSED
> astropy/utils/tests/test_console.py::test_progress_bar2 PASSED
> astropy/utils/tests/test_console.py::test_progress_bar3 PASSED
> astropy/utils/tests/test_console.py::test_zero_progress_bar PASSED
> astropy/utils/tests/test_console.py::test_progress_bar_as_generator PASSED
> astropy/utils/tests/test_console.py::test_human_time[864088- 1w 3d] PASSED
> astropy/utils/tests/test_console.py::test_human_time[187213- 2d 4h] PASSED
> astropy/utils/tests/test_console.py::test_human_time[3905- 1h 5m] PASSED
> astropy/utils/tests/test_console.py::test_human_time[64- 1m 4s] PASSED
> astropy/utils/tests/test_console.py::test_human_time[15-   15s] PASSED
> astropy/utils/tests/test_console.py::test_human_time[2-    2s] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[8640882-8.6M] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[187213-187k] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[3905-3.9k] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[64- 64 ] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[2-  2 ] PASSED
> astropy/utils/tests/test_console.py::test_human_file_size[size5- 10G] PASSED
> astropy/utils/tests/test_console.py::test_bad_human_file_size[size0] PASSED
> astropy/utils/tests/test_console.py::test_bad_human_file_size[size1] PASSED
> astropy/utils/tests/test_data.py::test_local_data_nonlocalfail <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/utils/tests/test_data.py::test_download_nocache SKIPPED
> astropy/utils/tests/test_data.py::test_download_noprogress SKIPPED
> astropy/utils/tests/test_data.py::test_download_cache SKIPPED
> astropy/utils/tests/test_data.py::test_url_nocache SKIPPED
> astropy/utils/tests/test_data.py::test_find_by_hash SKIPPED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat.gz] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat.bz2] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat.xz] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj_invalid[invalid.dat.gz] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj_invalid[invalid.dat.bz2] PASSED
> astropy/utils/tests/test_data.py::test_local_data_name PASSED
> astropy/utils/tests/test_data.py::test_data_name_third_party_package PASSED
> astropy/utils/tests/test_data.py::test_compute_hash PASSED
> astropy/utils/tests/test_data.py::test_get_pkg_data_contents PASSED
> astropy/utils/tests/test_data.py::test_data_noastropy_fallback SKIPPED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt] PASSED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt.gz] PASSED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt.bz2] PASSED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt.xz] xfail
> astropy/utils/tests/test_data.py::test_compressed_stream PASSED
> astropy/utils/tests/test_data.py::test_invalid_location_download SKIPPED
> astropy/utils/tests/test_data.py::test_invalid_location_download_noconnect PASSED
> astropy/utils/tests/test_data.py::test_is_url_in_cache SKIPPED
> astropy/utils/tests/test_data.py::test_get_readable_fileobj_cleans_up_temporary_files PASSED
> astropy/utils/tests/test_data.py::test_path_objects_get_readable_fileobj SKIPPED
> astropy/utils/tests/test_data.py::test_local_data_nonlocalfail <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/utils/tests/test_data.py::test_download_nocache SKIPPED
> astropy/utils/tests/test_data.py::test_download_noprogress SKIPPED
> astropy/utils/tests/test_data.py::test_download_cache SKIPPED
> astropy/utils/tests/test_data.py::test_url_nocache SKIPPED
> astropy/utils/tests/test_data.py::test_find_by_hash SKIPPED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat.gz] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat.bz2] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj[local.dat.xz] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj_invalid[invalid.dat.gz] PASSED
> astropy/utils/tests/test_data.py::test_local_data_obj_invalid[invalid.dat.bz2] PASSED
> astropy/utils/tests/test_data.py::test_local_data_name PASSED
> astropy/utils/tests/test_data.py::test_data_name_third_party_package PASSED
> astropy/utils/tests/test_data.py::test_compute_hash PASSED
> astropy/utils/tests/test_data.py::test_get_pkg_data_contents PASSED
> astropy/utils/tests/test_data.py::test_data_noastropy_fallback SKIPPED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt] PASSED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt.gz] PASSED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt.bz2] PASSED
> astropy/utils/tests/test_data.py::test_read_unicode[unicode.txt.xz] xfail
> astropy/utils/tests/test_data.py::test_compressed_stream PASSED
> astropy/utils/tests/test_data.py::test_invalid_location_download SKIPPED
> astropy/utils/tests/test_data.py::test_invalid_location_download_noconnect PASSED
> astropy/utils/tests/test_data.py::test_is_url_in_cache SKIPPED
> astropy/utils/tests/test_data.py::test_get_readable_fileobj_cleans_up_temporary_files PASSED
> astropy/utils/tests/test_data.py::test_path_objects_get_readable_fileobj SKIPPED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[0input0-str4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[1input1-unicode4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[2S4-str4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[3U4-unicode4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[4void-void] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[5int32-int32] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[6bool-bool] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[7bool-bool] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[8float-float64] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[9<f4-float32] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[10u8-uint64] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[11c16-complex128] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[12object-object] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[0input0-str4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[1input1-unicode4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[2S4-str4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[3U4-unicode4] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[4void-void] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[5int32-int32] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[6bool-bool] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[7bool-bool] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[8float-float64] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[9<f4-float32] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[10u8-uint64] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[11c16-complex128] PASSED
> astropy/utils/tests/test_data_info.py::test_dtype_info_name[12object-object] PASSED
> astropy/utils/tests/test_decorators.py::test_wraps PASSED
> astropy/utils/tests/test_decorators.py::test_wraps_exclude_names PASSED
> astropy/utils/tests/test_decorators.py::test_wraps_keep_orig_name PASSED
> astropy/utils/tests/test_decorators.py::test_deprecated_attribute PASSED
> astropy/utils/tests/test_decorators.py::test_deprecated_class PASSED
> astropy/utils/tests/test_decorators.py::test_deprecated_class_with_super PASSED
> astropy/utils/tests/test_decorators.py::test_deprecated_class_with_custom_metaclass PASSED
> astropy/utils/tests/test_decorators.py::test_deprecated_static_and_classmethod PASSED
> astropy/utils/tests/test_decorators.py::test_sharedmethod_imfunc PASSED
> astropy/utils/tests/test_decorators.py::test_sharedmethod_reuse_on_subclasses PASSED
> astropy/utils/tests/test_decorators.py::test_classproperty_docstring PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_stringInput_simple PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_stringInput_format PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_objectInput_simple PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_objectInput_format PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_selfInput_simple PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_selfInput_format PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_onMethod PASSED
> astropy/utils/tests/test_decorators.py::test_format_doc_onClass PASSED
> astropy/utils/tests/test_fractions.py::test_import_warning PASSED
> astropy/utils/tests/test_gzip.py::test_import_warning PASSED
> astropy/utils/tests/test_introspection.py::test_pkg_finder PASSED
> astropy/utils/tests/test_introspection.py::test_find_current_mod PASSED
> astropy/utils/tests/test_introspection.py::test_find_mod_objs PASSED
> astropy/utils/tests/test_introspection.py::test_isinstancemethod PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_none PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_mapping_init[meta0] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_mapping_init[meta1] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_mapping_init[meta2] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_non_mapping_init[ceci n'est pas un meta] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_non_mapping_init[1.2] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_non_mapping_init[meta2] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_mapping_set[meta0] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_mapping_set[meta1] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_mapping_set[meta2] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_non_mapping_set[ceci n'est pas un meta] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_non_mapping_set[1.2] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_non_mapping_set[meta2] PASSED
> astropy/utils/tests/test_metadata.py::TestMetaExampleData::test_meta_fits_header PASSED
> astropy/utils/tests/test_metadata.py::test_metadata_merging_conflict_exception PASSED
> astropy/utils/tests/test_metadata.py::test_metadata_merging PASSED
> astropy/utils/tests/test_metadata.py::test_metadata_merging_new_strategy PASSED
> astropy/utils/tests/test_misc.py::test_isiterable PASSED
> astropy/utils/tests/test_misc.py::test_api_lookup SKIPPED
> astropy/utils/tests/test_misc.py::test_skip_hidden PASSED
> astropy/utils/tests/test_misc.py::test_JsonCustomEncoder PASSED
> astropy/utils/tests/test_misc.py::test_inherit_docstrings PASSED
> astropy/utils/tests/test_misc.py::test_set_locale SKIPPED
> astropy/utils/tests/test_odict.py::test_init_warning PASSED
> astropy/utils/tests/test_subprocess.py::test_import_warning PASSED
> astropy/utils/tests/test_timer.py::test_timer PASSED
> astropy/utils/tests/test_xml.py::test_writer PASSED
> astropy/utils/tests/test_xml.py::test_check_id PASSED
> astropy/utils/tests/test_xml.py::test_fix_id PASSED
> astropy/utils/tests/test_xml.py::test_check_token PASSED
> astropy/utils/tests/test_xml.py::test_check_mime_content_type PASSED
> astropy/utils/tests/test_xml.py::test_check_anyuri PASSED
> astropy/utils/tests/test_xml.py::test_unescape_all PASSED
> astropy/utils/tests/test_xml.py::test_escape_xml PASSED
> astropy/utils/tests/test_xml.py::test_escape_xml_without_bleach PASSED
> astropy/utils/tests/test_xml.py::test_escape_xml_with_bleach SKIPPED
> astropy/utils/xml/writer.py::astropy.utils.xml.writer.XMLWriter.tag SKIPPED
> astropy/visualization/scripts/tests/test_fits2bitmap.py::TestFits2Bitmap::test_function PASSED
> astropy/visualization/scripts/tests/test_fits2bitmap.py::TestFits2Bitmap::test_script PASSED
> astropy/visualization/scripts/tests/test_fits2bitmap.py::TestFits2Bitmap::test_exten_num PASSED
> astropy/visualization/scripts/tests/test_fits2bitmap.py::TestFits2Bitmap::test_exten_name PASSED
> astropy/visualization/scripts/tests/test_fits2bitmap.py::TestFits2Bitmap::test_compressed_fits[.gz] PASSED
> astropy/visualization/scripts/tests/test_fits2bitmap.py::TestFits2Bitmap::test_compressed_fits[.bz2] PASSED
> astropy/visualization/tests/test_histogram.py::test_hist_basic PASSED
> astropy/visualization/tests/test_histogram.py::test_hist_specify_ax PASSED
> astropy/visualization/tests/test_histogram.py::test_hist_autobin PASSED
> astropy/visualization/tests/test_interval.py::TestInterval::test_manual PASSED
> astropy/visualization/tests/test_interval.py::TestInterval::test_minmax PASSED
> astropy/visualization/tests/test_interval.py::TestInterval::test_percentile PASSED
> astropy/visualization/tests/test_interval.py::TestInterval::test_asymmetric_percentile PASSED
> astropy/visualization/tests/test_interval.py::TestInterval::test_asymmetric_percentile_nsamples PASSED
> astropy/visualization/tests/test_interval.py::TestIntervalList::test_manual PASSED
> astropy/visualization/tests/test_interval.py::TestIntervalList::test_minmax PASSED
> astropy/visualization/tests/test_interval.py::TestIntervalList::test_percentile PASSED
> astropy/visualization/tests/test_interval.py::TestIntervalList::test_asymmetric_percentile PASSED
> astropy/visualization/tests/test_interval.py::TestIntervalList::test_asymmetric_percentile_nsamples PASSED
> astropy/visualization/tests/test_interval.py::TestInterval2D::test_manual PASSED
> astropy/visualization/tests/test_interval.py::TestInterval2D::test_minmax PASSED
> astropy/visualization/tests/test_interval.py::TestInterval2D::test_percentile PASSED
> astropy/visualization/tests/test_interval.py::TestInterval2D::test_asymmetric_percentile PASSED
> astropy/visualization/tests/test_interval.py::TestInterval2D::test_asymmetric_percentile_nsamples PASSED
> astropy/visualization/tests/test_interval.py::test_zscale PASSED
> astropy/visualization/tests/test_interval.py::test_integers PASSED
> astropy/visualization/tests/test_interval.py::test_constant_data PASSED
> astropy/visualization/tests/test_norm.py::test_error_message SKIPPED
> astropy/visualization/tests/test_norm.py::test_normalize_scalar PASSED
> astropy/visualization/tests/test_norm.py::test_normalize_clip PASSED
> astropy/visualization/tests/test_norm.py::test_normalize_noclip PASSED
> astropy/visualization/tests/test_norm.py::test_normalize_implicit_autoscale PASSED
> astropy/visualization/tests/test_norm.py::test_masked_normalize_clip PASSED
> astropy/visualization/tests/test_norm.py::test_masked_normalize_noclip PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch0] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch1] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch4] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch5] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch6] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch7] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch8] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch9] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch10] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_no_clip[stretch11] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch0-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch0-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch1-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch1-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch2-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch2-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch3-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch3-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch4-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch4-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch5-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch5-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch6-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch6-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch7-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch7-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch8-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch8-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch9-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch9-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch10-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch10-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch11-2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip_ndimensional[stretch11-3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch0] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch1] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch4] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch5] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch6] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch7] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch8] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch9] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch10] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_clip[stretch11] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch0] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch1] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch4] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch5] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch6] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch7] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch8] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch9] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch10] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace[stretch11] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch0] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch1] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch4] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch5] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch6] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch7] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch8] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch9] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch10] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_round_trip[stretch11] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch0] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch1] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch4] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch5] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch6] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch7] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch8] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch9] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch10] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inplace_roundtrip[stretch11] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch0] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch1] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch2] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch3] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch4] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch5] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch6] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch7] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch8] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch9] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch10] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_double_inverse[stretch11] PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_inverted PASSED
> astropy/visualization/tests/test_stretch.py::TestStretch::test_chaining PASSED
> astropy/visualization/tests/test_stretch.py::test_clip_invalid PASSED
> astropy/visualization/tests/test_ui.py::TestImageScaling::test_linear PASSED
> astropy/visualization/tests/test_ui.py::TestImageScaling::test_sqrt PASSED
> astropy/visualization/tests/test_ui.py::TestImageScaling::test_power PASSED
> astropy/visualization/tests/test_ui.py::TestImageScaling::test_log PASSED
> astropy/visualization/tests/test_ui.py::TestImageScaling::test_asinh PASSED
> astropy/visualization/tests/test_ui.py::TestImageScaling::test_min PASSED
> astropy/visualization/tests/test_units.py::test_units PASSED
> astropy/visualization/tests/test_units.py::test_incompatible_units PASSED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_cat_listing SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_no_result SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_one_search[center0-0.1] SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_one_search[center1-radius1] SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_sky_coord SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_timeout SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_searches SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_search_all[center0-0.1] SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_search_all[center1-radius1] SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_async SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_async_all SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_prediction[center0-0.8] SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_prediction[center1-radius1] SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestConeSearch::test_prediction_neg_radius SKIPPED
> astropy/vo/client/tests/test_conesearch.py::TestErrorResponse::test_conesearch_response[1] PASSED
> astropy/vo/client/tests/test_conesearch.py::TestErrorResponse::test_conesearch_response[2] PASSED
> astropy/vo/client/tests/test_conesearch.py::TestErrorResponse::test_conesearch_response[3] PASSED
> astropy/vo/client/tests/test_conesearch.py::TestErrorResponse::test_conesearch_response[4] xfail
> astropy/vo/client/tests/test_conesearch.py::test_validate_coord PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestCatalog::test_set_attr PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestCatalog::test_legal_deletion PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestCatalog::test_illegal_deletion PASSED
> astropy/vo/client/tests/test_vos_catalog.py::test_db_missing_catalog_key PASSED
> astropy/vo/client/tests/test_vos_catalog.py::test_db_illegal_catalog PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_set_attr PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_get_catalog[get_catalog-get_catalogs-foo] PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_get_catalog[get_catalog_by_url-get_catalogs_by_url-bar.foo] PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_changes PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_illegal_addition PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_illegal_deletion[delete_catalog] PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_illegal_deletion[delete_catalog_by_url] PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestDatabase::test_illegal_merge PASSED
> astropy/vo/client/tests/test_vos_catalog.py::TestWriteJson::test_write PASSED
> astropy/vo/client/tests/test_vos_catalog.py::test_db_from_registry SKIPPED
> astropy/vo/samp/tests/test_client.py::test_SAMPHubProxy PASSED
> astropy/vo/samp/tests/test_client.py::test_SAMPClient PASSED
> astropy/vo/samp/tests/test_client.py::test_SAMPIntegratedClient PASSED
> astropy/vo/samp/tests/test_client.py::test_reconnect PASSED
> astropy/vo/samp/tests/test_errors.py::test_SAMPHubError PASSED
> astropy/vo/samp/tests/test_errors.py::test_SAMPClientError PASSED
> astropy/vo/samp/tests/test_errors.py::test_SAMPProxyError PASSED
> astropy/vo/samp/tests/test_hub.py::test_SAMPHubServer PASSED
> astropy/vo/samp/tests/test_hub.py::test_SAMPHubServer_run PASSED
> astropy/vo/samp/tests/test_hub.py::test_SAMPHubServer_run_repeated PASSED
> astropy/vo/samp/tests/test_hub_proxy.py::TestHubProxy::test_is_connected PASSED
> astropy/vo/samp/tests/test_hub_proxy.py::TestHubProxy::test_disconnect PASSED
> astropy/vo/samp/tests/test_hub_proxy.py::TestHubProxy::test_ping PASSED
> astropy/vo/samp/tests/test_hub_proxy.py::TestHubProxy::test_registration PASSED
> astropy/vo/samp/tests/test_hub_proxy.py::test_custom_lockfile PASSED
> astropy/vo/samp/tests/test_hub_script.py::test_hub_script PASSED
> astropy/vo/samp/tests/test_standard_profile.py::TestStandardProfile::test_main PASSED
> astropy/vo/samp/tests/test_standard_profile.py::TestStandardProfileHTTPSHub::test_main ERROR
> astropy/vo/samp/tests/test_standard_profile.py::TestStandardProfileHTTPSHubClient::test_main ERROR
> astropy/vo/samp/tests/test_web_profile.py::TestWebProfile::test_main <- lib.linux-x86_64-2.7/astropy/vo/samp/tests/test_standard_profile.py PASSED
> astropy/vo/samp/tests/test_web_profile.py::TestWebProfile::test_web_profile PASSED
> astropy/vo/validator/tests/test_inpect.py::TestConeSearchResults::test_catkeys PASSED
> astropy/vo/validator/tests/test_inpect.py::TestConeSearchResults::test_tally PASSED
> astropy/vo/validator/tests/test_inpect.py::TestConeSearchResults::test_listcats PASSED
> astropy/vo/validator/tests/test_inpect.py::TestConeSearchResults::test_printcat PASSED
> astropy/vo/validator/tests/test_validate.py::TestConeSearchValidation::test_validation[True] SKIPPED
> astropy/vo/validator/tests/test_validate.py::TestConeSearchValidation::test_validation[False] SKIPPED
> astropy/vo/validator/tests/test_validate.py::TestConeSearchValidation::test_url_list[True] SKIPPED
> astropy/vo/validator/tests/test_validate.py::TestConeSearchValidation::test_url_list[False] SKIPPED
> astropy/wcs/tests/test_pickle.py::test_basic PASSED
> astropy/wcs/tests/test_pickle.py::test_dist PASSED
> astropy/wcs/tests/test_pickle.py::test_sip PASSED
> astropy/wcs/tests/test_pickle.py::test_sip2 PASSED
> astropy/wcs/tests/test_pickle.py::test_wcs PASSED
> astropy/wcs/tests/test_pickle.py::test_subclass PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[0] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[1] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[2] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[3] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[4] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[5] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[6] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[7] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[8] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[9] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[10] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[11] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[12] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[13] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[14] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[15] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[16] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[17] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[18] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[19] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[20] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[21] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[22] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[23] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[24] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[25] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[26] PASSED
> astropy/wcs/tests/test_profiling.py::test_maps::[27] PASSED
> astropy/wcs/tests/test_profiling.py::test_spectra::[0] PASSED
> astropy/wcs/tests/test_profiling.py::test_spectra::[1] PASSED
> astropy/wcs/tests/test_profiling.py::test_spectra::[2] PASSED
> astropy/wcs/tests/test_profiling.py::test_spectra::[3] PASSED
> astropy/wcs/tests/test_profiling.py::test_spectra::[4] PASSED
> astropy/wcs/tests/test_profiling.py::test_spectra::[5] PASSED
> astropy/wcs/tests/test_utils.py::test_wcs_dropping PASSED
> astropy/wcs/tests/test_utils.py::test_wcs_swapping PASSED
> astropy/wcs/tests/test_utils.py::test_add_stokes[2] PASSED
> astropy/wcs/tests/test_utils.py::test_add_stokes[3] PASSED
> astropy/wcs/tests/test_utils.py::test_slice PASSED
> astropy/wcs/tests/test_utils.py::test_slice_getitem PASSED
> astropy/wcs/tests/test_utils.py::test_slice_fitsorder PASSED
> astropy/wcs/tests/test_utils.py::test_invalid_slice PASSED
> astropy/wcs/tests/test_utils.py::test_axis_names PASSED
> astropy/wcs/tests/test_utils.py::test_celestial PASSED
> astropy/wcs/tests/test_utils.py::test_wcs_to_celestial_frame PASSED
> astropy/wcs/tests/test_utils.py::test_wcs_to_celestial_frame_extend PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_nodrop PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_withdrop PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_cd PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_cd_rotated[30] PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_cd_rotated[45] PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_cd_rotated[60] PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_cd_rotated[75] PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_pc_rotated[30] PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_pc_rotated[45] PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_pc_rotated[60] PASSED
> astropy/wcs/tests/test_utils.py::test_pixscale_pc_rotated[75] PASSED
> astropy/wcs/tests/test_utils.py::test_pixel_scale_matrix[cdelt0-pc0-pccd0] PASSED
> astropy/wcs/tests/test_utils.py::test_pixel_scale_matrix[cdelt1-pc1-pccd1] PASSED
> astropy/wcs/tests/test_utils.py::test_pixel_scale_matrix[cdelt2-pc2-pccd2] PASSED
> astropy/wcs/tests/test_utils.py::test_is_celestial[ctype0-True] PASSED
> astropy/wcs/tests/test_utils.py::test_is_celestial[ctype1-False] PASSED
> astropy/wcs/tests/test_utils.py::test_is_celestial[ctype2-False] PASSED
> astropy/wcs/tests/test_utils.py::test_has_celestial[ctype0-True] PASSED
> astropy/wcs/tests/test_utils.py::test_has_celestial[ctype1-True] PASSED
> astropy/wcs/tests/test_utils.py::test_has_celestial[ctype2-False] PASSED
> astropy/wcs/tests/test_utils.py::test_noncelestial_scale[cdelt0-pc0-cd0] PASSED
> astropy/wcs/tests/test_utils.py::test_noncelestial_scale[cdelt1-pc1-cd1] PASSED
> astropy/wcs/tests/test_utils.py::test_noncelestial_scale[cdelt2-pc2-None] PASSED
> astropy/wcs/tests/test_utils.py::test_noncelestial_scale[cdelt3-None-cd3] PASSED
> astropy/wcs/tests/test_utils.py::test_skycoord_to_pixel[all] PASSED
> astropy/wcs/tests/test_utils.py::test_skycoord_to_pixel[wcs] PASSED
> astropy/wcs/tests/test_utils.py::test_is_proj_plane_distorted PASSED
> astropy/wcs/tests/test_utils.py::test_skycoord_to_pixel_distortions[all] PASSED
> astropy/wcs/tests/test_utils.py::test_skycoord_to_pixel_distortions[wcs] PASSED
> astropy/wcs/tests/test_wcs.py::test_warning_about_defunct_keywords_exception <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcs.py::test_find_all_wcs_crash <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcs.py::test_extra_kwarg <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[0] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[1] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[2] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[3] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[4] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[5] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[6] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[7] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[8] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[9] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[10] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[11] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[12] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[13] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[14] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[15] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[16] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[17] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[18] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[19] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[20] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[21] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[22] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[23] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[24] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[25] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[26] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[27] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[0] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[1] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[2] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[3] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[4] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[5] PASSED
> astropy/wcs/tests/test_wcs.py::test_fixes PASSED
> astropy/wcs/tests/test_wcs.py::test_outside_sky PASSED
> astropy/wcs/tests/test_wcs.py::test_pix2world PASSED
> astropy/wcs/tests/test_wcs.py::test_load_fits_path PASSED
> astropy/wcs/tests/test_wcs.py::test_dict_init PASSED
> astropy/wcs/tests/test_wcs.py::test_3d_shapes PASSED
> astropy/wcs/tests/test_wcs.py::test_preserve_shape PASSED
> astropy/wcs/tests/test_wcs.py::test_broadcasting PASSED
> astropy/wcs/tests/test_wcs.py::test_shape_mismatch PASSED
> astropy/wcs/tests/test_wcs.py::test_invalid_shape PASSED
> astropy/wcs/tests/test_wcs.py::test_warning_about_defunct_keywords PASSED
> astropy/wcs/tests/test_wcs.py::test_to_header_string PASSED
> astropy/wcs/tests/test_wcs.py::test_to_fits PASSED
> astropy/wcs/tests/test_wcs.py::test_to_header_warning PASSED
> astropy/wcs/tests/test_wcs.py::test_no_comments_in_header PASSED
> astropy/wcs/tests/test_wcs.py::test_validate PASSED
> astropy/wcs/tests/test_wcs.py::test_validate_with_2_wcses PASSED
> astropy/wcs/tests/test_wcs.py::test_all_world2pix PASSED
> astropy/wcs/tests/test_wcs.py::test_scamp_sip_distortion_parameters PASSED
> astropy/wcs/tests/test_wcs.py::test_fixes2 PASSED
> astropy/wcs/tests/test_wcs.py::test_unit_normalization PASSED
> astropy/wcs/tests/test_wcs.py::test_footprint_to_file PASSED
> astropy/wcs/tests/test_wcs.py::test_validate_faulty_wcs PASSED
> astropy/wcs/tests/test_wcs.py::test_error_message PASSED
> astropy/wcs/tests/test_wcs.py::test_out_of_bounds PASSED
> astropy/wcs/tests/test_wcs.py::test_calc_footprint_1 PASSED
> astropy/wcs/tests/test_wcs.py::test_calc_footprint_2 PASSED
> astropy/wcs/tests/test_wcs.py::test_calc_footprint_3 PASSED
> astropy/wcs/tests/test_wcs.py::test_sip PASSED
> astropy/wcs/tests/test_wcs.py::test_printwcs 
> 
> 
> 
> 
> 
> 
> 
> PASSED
> astropy/wcs/tests/test_wcs.py::test_invalid_spherical PASSED
> astropy/wcs/tests/test_wcs.py::test_no_iteration PASSED
> astropy/wcs/tests/test_wcs.py::test_sip_tpv_agreement PASSED
> astropy/wcs/tests/test_wcs.py::test_tpv_copy PASSED
> astropy/wcs/tests/test_wcs.py::test_hst_wcs PASSED
> astropy/wcs/tests/test_wcs.py::test_list_naxis PASSED
> astropy/wcs/tests/test_wcs.py::test_sip_broken PASSED
> astropy/wcs/tests/test_wcs.py::test_no_truncate_crval PASSED
> astropy/wcs/tests/test_wcs.py::test_no_truncate_crval_try2 PASSED
> astropy/wcs/tests/test_wcs.py::test_no_truncate_using_compare PASSED
> astropy/wcs/tests/test_wcs.py::test_passing_ImageHDU PASSED
> astropy/wcs/tests/test_wcs.py::test_bounds_check PASSED
> astropy/wcs/tests/test_wcs.py::test_warning_about_defunct_keywords_exception <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcs.py::test_find_all_wcs_crash <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcs.py::test_extra_kwarg <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[0] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[1] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[2] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[3] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[4] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[5] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[6] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[7] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[8] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[9] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[10] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[11] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[12] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[13] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[14] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[15] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[16] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[17] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[18] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[19] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[20] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[21] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[22] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[23] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[24] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[25] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[26] PASSED
> astropy/wcs/tests/test_wcs.py::test_maps::[27] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[0] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[1] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[2] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[3] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[4] PASSED
> astropy/wcs/tests/test_wcs.py::test_spectra::[5] PASSED
> astropy/wcs/tests/test_wcs.py::test_fixes PASSED
> astropy/wcs/tests/test_wcs.py::test_outside_sky PASSED
> astropy/wcs/tests/test_wcs.py::test_pix2world PASSED
> astropy/wcs/tests/test_wcs.py::test_load_fits_path PASSED
> astropy/wcs/tests/test_wcs.py::test_dict_init PASSED
> astropy/wcs/tests/test_wcs.py::test_3d_shapes PASSED
> astropy/wcs/tests/test_wcs.py::test_preserve_shape PASSED
> astropy/wcs/tests/test_wcs.py::test_broadcasting PASSED
> astropy/wcs/tests/test_wcs.py::test_shape_mismatch PASSED
> astropy/wcs/tests/test_wcs.py::test_invalid_shape PASSED
> astropy/wcs/tests/test_wcs.py::test_warning_about_defunct_keywords PASSED
> astropy/wcs/tests/test_wcs.py::test_to_header_string PASSED
> astropy/wcs/tests/test_wcs.py::test_to_fits PASSED
> astropy/wcs/tests/test_wcs.py::test_to_header_warning PASSED
> astropy/wcs/tests/test_wcs.py::test_no_comments_in_header PASSED
> astropy/wcs/tests/test_wcs.py::test_validate PASSED
> astropy/wcs/tests/test_wcs.py::test_validate_with_2_wcses PASSED
> astropy/wcs/tests/test_wcs.py::test_all_world2pix PASSED
> astropy/wcs/tests/test_wcs.py::test_scamp_sip_distortion_parameters PASSED
> astropy/wcs/tests/test_wcs.py::test_fixes2 PASSED
> astropy/wcs/tests/test_wcs.py::test_unit_normalization PASSED
> astropy/wcs/tests/test_wcs.py::test_footprint_to_file PASSED
> astropy/wcs/tests/test_wcs.py::test_validate_faulty_wcs PASSED
> astropy/wcs/tests/test_wcs.py::test_error_message PASSED
> astropy/wcs/tests/test_wcs.py::test_out_of_bounds PASSED
> astropy/wcs/tests/test_wcs.py::test_calc_footprint_1 PASSED
> astropy/wcs/tests/test_wcs.py::test_calc_footprint_2 PASSED
> astropy/wcs/tests/test_wcs.py::test_calc_footprint_3 PASSED
> astropy/wcs/tests/test_wcs.py::test_sip PASSED
> astropy/wcs/tests/test_wcs.py::test_printwcs 
> 
> 
> 
> 
> 
> 
> 
> PASSED
> astropy/wcs/tests/test_wcs.py::test_invalid_spherical PASSED
> astropy/wcs/tests/test_wcs.py::test_no_iteration PASSED
> astropy/wcs/tests/test_wcs.py::test_sip_tpv_agreement PASSED
> astropy/wcs/tests/test_wcs.py::test_tpv_copy PASSED
> astropy/wcs/tests/test_wcs.py::test_hst_wcs PASSED
> astropy/wcs/tests/test_wcs.py::test_list_naxis PASSED
> astropy/wcs/tests/test_wcs.py::test_sip_broken PASSED
> astropy/wcs/tests/test_wcs.py::test_no_truncate_crval PASSED
> astropy/wcs/tests/test_wcs.py::test_no_truncate_crval_try2 PASSED
> astropy/wcs/tests/test_wcs.py::test_no_truncate_using_compare PASSED
> astropy/wcs/tests/test_wcs.py::test_passing_ImageHDU PASSED
> astropy/wcs/tests/test_wcs.py::test_bounds_check PASSED
> astropy/wcs/tests/test_wcsprm.py::test_unicode <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cd_invalid <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lattyp_set <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cdelt_delete <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_colnum_invalid <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_alt_invalid1 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_alt_invalid2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_piximg_matrix2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_naxis_set <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_spec_set <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_crota_missing <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lngtyp_set <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_pc_missing <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cd_missing <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_imgpix_matrix2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lat_set <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lng_set <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cd_missing2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_crota_missing2 <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cname_invalid <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_piximg_matrix <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_detailed_err <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_imgpix_matrix <- lib.linux-x86_64-2.7/astropy/tests/helper.py PASSED
> astropy/wcs/tests/test_wcsprm.py::test_alt PASSED
> astropy/wcs/tests/test_wcsprm.py::test_axis_types PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cd PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cdfix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cdelt PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cel_offset PASSED
> astropy/wcs/tests/test_wcsprm.py::test_celfix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cname PASSED
> astropy/wcs/tests/test_wcsprm.py::test_colax PASSED
> astropy/wcs/tests/test_wcsprm.py::test_colnum PASSED
> astropy/wcs/tests/test_wcsprm.py::test_crder PASSED
> astropy/wcs/tests/test_wcsprm.py::test_crota PASSED
> astropy/wcs/tests/test_wcsprm.py::test_crpix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_crval PASSED
> astropy/wcs/tests/test_wcsprm.py::test_csyer PASSED
> astropy/wcs/tests/test_wcsprm.py::test_ctype PASSED
> astropy/wcs/tests/test_wcsprm.py::test_ctype_repr PASSED
> astropy/wcs/tests/test_wcsprm.py::test_ctype_index_error PASSED
> astropy/wcs/tests/test_wcsprm.py::test_ctype_invalid_error PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cubeface PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cunit PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cunit_invalid PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cunit_invalid2 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_unit PASSED
> astropy/wcs/tests/test_wcsprm.py::test_unit2 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_unit3 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_unitfix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cylfix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_dateavg PASSED
> astropy/wcs/tests/test_wcsprm.py::test_dateobs PASSED
> astropy/wcs/tests/test_wcsprm.py::test_datfix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_equinox PASSED
> astropy/wcs/tests/test_wcsprm.py::test_fix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_fix2 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_fix3 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_fix4 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_fix5 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_get_ps PASSED
> astropy/wcs/tests/test_wcsprm.py::test_get_pv PASSED
> astropy/wcs/tests/test_wcsprm.py::test_isunity PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lat PASSED
> astropy/wcs/tests/test_wcsprm.py::test_latpole PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lattyp PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lng PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lngtyp PASSED
> astropy/wcs/tests/test_wcsprm.py::test_lonpole PASSED
> astropy/wcs/tests/test_wcsprm.py::test_mix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_mjdavg PASSED
> astropy/wcs/tests/test_wcsprm.py::test_mjdobs PASSED
> astropy/wcs/tests/test_wcsprm.py::test_name PASSED
> astropy/wcs/tests/test_wcsprm.py::test_naxis PASSED
> astropy/wcs/tests/test_wcsprm.py::test_obsgeo PASSED
> astropy/wcs/tests/test_wcsprm.py::test_pc PASSED
> astropy/wcs/tests/test_wcsprm.py::test_phi0 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_print_contents PASSED
> astropy/wcs/tests/test_wcsprm.py::test_radesys PASSED
> astropy/wcs/tests/test_wcsprm.py::test_restfrq PASSED
> astropy/wcs/tests/test_wcsprm.py::test_restwav PASSED
> astropy/wcs/tests/test_wcsprm.py::test_set_ps PASSED
> astropy/wcs/tests/test_wcsprm.py::test_set_ps_realloc PASSED
> astropy/wcs/tests/test_wcsprm.py::test_set_pv PASSED
> astropy/wcs/tests/test_wcsprm.py::test_set_pv_realloc PASSED
> astropy/wcs/tests/test_wcsprm.py::test_spcfix PASSED
> astropy/wcs/tests/test_wcsprm.py::test_spec PASSED
> astropy/wcs/tests/test_wcsprm.py::test_specsys PASSED
> astropy/wcs/tests/test_wcsprm.py::test_sptr PASSED
> astropy/wcs/tests/test_wcsprm.py::test_ssysobs PASSED
> astropy/wcs/tests/test_wcsprm.py::test_ssyssrc PASSED
> astropy/wcs/tests/test_wcsprm.py::test_tab PASSED
> astropy/wcs/tests/test_wcsprm.py::test_theta0 PASSED
> astropy/wcs/tests/test_wcsprm.py::test_toheader PASSED
> astropy/wcs/tests/test_wcsprm.py::test_velangl PASSED
> astropy/wcs/tests/test_wcsprm.py::test_velosys PASSED
> astropy/wcs/tests/test_wcsprm.py::test_velref PASSED
> astropy/wcs/tests/test_wcsprm.py::test_zsource PASSED
> astropy/wcs/tests/test_wcsprm.py::test_cd_3d 
> 
> 
> 
> PASSED
> astropy/wcs/tests/test_wcsprm.py::test_get_pc 
> 
> 
> 
> PASSED
> astropy/wcs/tests/test_wcsprm.py::test_header_parse PASSED
> astropy/wcs/tests/test_wcsprm.py::test_locale xfail
> astropy/wcs/tests/test_wcsprm.py::test_sub_segfault PASSED
> astropy/wcs/tests/test_wcsprm.py::test_bounds_check PASSED
> astropy/wcs/tests/test_wcsprm.py::test_wcs_sub_error_message PASSED
> astropy/wcs/tests/test_wcsprm.py::test_wcs_sub PASSED
> astropy/wcs/tests/test_wcsprm.py::test_compare 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> PASSED
> astropy/wcs/tests/test_wcsprm.py::test_radesys_defaults PASSED
> astropy/wcs/tests/test_wcsprm.py::test_radesys_defaults_full PASSED
> astropy/wcs/tests/test_wcsprm.py::test_iteration PASSED
> astropy/wcs/tests/test_wcsprm.py::test_invalid_args PASSED
> astropy/wcs/tests/extension/test_extension.py::test_wcsapi_extension PASSED
> ../docs/changelog.rst PASSED
> ../docs/credits.rst PASSED
> ../docs/getting_started.rst PASSED
> ../docs/index.rst PASSED
> ../docs/install.rst PASSED
> ../docs/known_issues.rst PASSED
> ../docs/license.rst PASSED
> ../docs/logging.rst PASSED
> ../docs/overview.rst PASSED
> ../docs/stability.rst PASSED
> ../docs/testhelpers.rst PASSED
> ../docs/warnings.rst PASSED
> ../docs/analytic_functions/index.rst PASSED
> ../docs/config/config_0_4_transition.rst PASSED
> ../docs/config/index.rst PASSED
> ../docs/constants/index.rst PASSED
> ../docs/convolution/index.rst PASSED
> ../docs/convolution/kernels.rst PASSED
> ../docs/convolution/using.rst PASSED
> ../docs/coordinates/angles.rst PASSED
> ../docs/coordinates/definitions.rst PASSED
> ../docs/coordinates/formatting.rst PASSED
> ../docs/coordinates/frames.rst PASSED
> ../docs/coordinates/galactocentric.rst PASSED
> ../docs/coordinates/index.rst PASSED
> ../docs/coordinates/matchsep.rst PASSED
> ../docs/coordinates/remote_methods.rst PASSED
> ../docs/coordinates/representations.rst PASSED
> ../docs/coordinates/skycoord.rst PASSED
> ../docs/coordinates/solarsystem.rst PASSED
> ../docs/coordinates/transforming.rst PASSED
> ../docs/cosmology/index.rst PASSED
> ../docs/development/affiliated-packages.rst PASSED
> ../docs/development/building.rst PASSED
> ../docs/development/ccython.rst PASSED
> ../docs/development/codeguide.rst PASSED
> ../docs/development/codeguide_emacs.rst PASSED
> ../docs/development/docguide.rst PASSED
> ../docs/development/docrules.rst PASSED
> ../docs/development/releasing.rst PASSED
> ../docs/development/scripts.rst PASSED
> ../docs/development/testguide.rst PASSED
> ../docs/development/vision.rst PASSED
> ../docs/development/workflow/additional_git_topics.rst PASSED
> ../docs/development/workflow/command_history.rst PASSED
> ../docs/development/workflow/development_workflow.rst PASSED
> ../docs/development/workflow/get_devel_version.rst PASSED
> ../docs/development/workflow/git_edit_workflow_examples.rst PASSED
> ../docs/development/workflow/git_install.rst PASSED
> ../docs/development/workflow/git_resources.rst PASSED
> ../docs/development/workflow/maintainer_workflow.rst PASSED
> ../docs/development/workflow/patches.rst PASSED
> ../docs/development/workflow/terminal_cast.rst PASSED
> ../docs/development/workflow/virtual_pythons.rst PASSED
> ../docs/development/workflow/virtualenv_detail.rst PASSED
> ../docs/io/misc.rst PASSED
> ../docs/io/registry.rst PASSED
> ../docs/io/unified.rst PASSED
> ../docs/io/ascii/base_classes.rst PASSED
> ../docs/io/ascii/extension_classes.rst PASSED
> ../docs/io/ascii/fast_ascii_io.rst PASSED
> ../docs/io/ascii/fixed_width_gallery.rst PASSED
> ../docs/io/ascii/index.rst PASSED
> ../docs/io/ascii/read.rst PASSED
> ../docs/io/ascii/write.rst PASSED
> ../docs/io/fits/index.rst PASSED
> ../docs/io/fits/appendix/faq.rst PASSED
> ../docs/io/fits/appendix/header_transition.rst PASSED
> ../docs/io/fits/appendix/history.rst PASSED
> ../docs/io/fits/usage/headers.rst PASSED
> ../docs/io/fits/usage/image.rst PASSED
> ../docs/io/fits/usage/misc.rst PASSED
> ../docs/io/fits/usage/scripts.rst PASSED
> ../docs/io/fits/usage/table.rst PASSED
> ../docs/io/fits/usage/unfamiliar.rst PASSED
> ../docs/io/fits/usage/verification.rst PASSED
> ../docs/io/votable/api_exceptions.rst PASSED
> ../docs/io/votable/index.rst PASSED
> ../docs/modeling/algorithms.rst PASSED
> ../docs/modeling/bounding-boxes.rst PASSED
> ../docs/modeling/compound-models.rst PASSED
> ../docs/modeling/fitting.rst PASSED
> ../docs/modeling/index.rst PASSED
> ../docs/modeling/models.rst PASSED
> ../docs/modeling/new.rst PASSED
> ../docs/modeling/parameters.rst PASSED
> ../docs/nddata/decorator.rst PASSED
> ../docs/nddata/index.rst PASSED
> ../docs/nddata/nddata.rst PASSED
> ../docs/nddata/subclassing.rst PASSED
> ../docs/nddata/utils.rst PASSED
> ../docs/nddata/mixins/index.rst PASSED
> ../docs/nddata/mixins/ndarithmetic.rst PASSED
> ../docs/nddata/mixins/ndio.rst PASSED
> ../docs/nddata/mixins/ndslicing.rst PASSED
> ../docs/stats/index.rst PASSED
> ../docs/stats/lombscargle.rst PASSED
> ../docs/table/access_table.rst PASSED
> ../docs/table/construct_table.rst PASSED
> ../docs/table/implementation_change_1.0.rst PASSED
> ../docs/table/implementation_details.rst PASSED
> ../docs/table/index.rst PASSED
> ../docs/table/indexing.rst PASSED
> ../docs/table/io.rst PASSED
> ../docs/table/masking.rst PASSED
> ../docs/table/mixin_columns.rst PASSED
> ../docs/table/modify_table.rst PASSED
> ../docs/table/operations.rst PASSED
> ../docs/table/pandas.rst PASSED
> ../docs/time/index.rst PASSED
> ../docs/units/combining_and_defining.rst PASSED
> ../docs/units/conversion.rst PASSED
> ../docs/units/decomposing_and_composing.rst PASSED
> ../docs/units/equivalencies.rst PASSED
> ../docs/units/format.rst PASSED
> ../docs/units/index.rst PASSED
> ../docs/units/logarithmic_units.rst PASSED
> ../docs/units/quantity.rst PASSED
> ../docs/units/standard_units.rst PASSED
> ../docs/utils/iers.rst PASSED
> ../docs/utils/index.rst PASSED
> ../docs/utils/numpy.rst PASSED
> ../docs/visualization/histogram.rst PASSED
> ../docs/visualization/index.rst PASSED
> ../docs/visualization/normalization.rst PASSED
> ../docs/vo/index.rst PASSED
> ../docs/vo/conesearch/client.rst PASSED
> ../docs/vo/conesearch/index.rst PASSED
> ../docs/vo/conesearch/validator.rst PASSED
> ../docs/vo/samp/advanced_embed_samp_hub.rst PASSED
> ../docs/vo/samp/example_clients.rst PASSED
> ../docs/vo/samp/example_hub.rst PASSED
> ../docs/vo/samp/example_table_image.rst PASSED
> ../docs/vo/samp/index.rst PASSED
> ../docs/wcs/history.rst PASSED
> ../docs/wcs/index.rst PASSED
> ../docs/wcs/relax.rst PASSED
> ../docs/whatsnew/0.1.rst PASSED
> ../docs/whatsnew/0.2.rst PASSED
> ../docs/whatsnew/0.3.rst PASSED
> ../docs/whatsnew/0.4.rst PASSED
> ../docs/whatsnew/1.0.rst PASSED
> ../docs/whatsnew/1.1.rst PASSED
> ../docs/whatsnew/1.2.rst PASSED
> ../docs/whatsnew/index.rst PASSED
> 
> ==================================== ERRORS ====================================
> ___________ ERROR at setup of TestStandardProfileHTTPSHub.test_main ____________
> 
> self = <astropy.vo.samp.tests.test_standard_profile.TestStandardProfileHTTPSHub object at 0x7f2d8a5fca10>
> method = <bound method TestStandardProfileHTTPSHub.test_main of <astropy.vo.samp.tests.test_standard_profile.TestStandardProfileHTTPSHub object at 0x7f2d8a5fca10>>
> 
>     def setup_method(self, method):
>     
>         self.tmpdir = tempfile.mkdtemp()
>     
>         self.hub = SAMPHubServer(web_profile=False, mode='multiple', pool_size=1,
>                                  **self.hub_init_kwargs)
>         self.hub.start()
>     
>         self.client1 = SAMPIntegratedClient(**self.client_init_kwargs)
> >       self.client1.connect(hub=self.hub, pool_size=1, **self.client_connect_kwargs)
> 
> astropy/vo/samp/tests/test_standard_profile.py:51: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> astropy/vo/samp/integrated_client.py:184: in connect
>     cert_reqs, ca_certs, ssl_version, pool_size)
> astropy/vo/samp/hub_proxy.py:128: in connect
>     self.ping()
> astropy/vo/samp/hub_proxy.py:165: in ping
>     return self._samp_hub.ping()
> astropy/vo/samp/utils.py:65: in __call__
>     response = function(*args, **kwrds)
> /usr/lib/python2.7/xmlrpclib.py:1243: in __call__
>     return self.__send(self.__name, args)
> /usr/lib/python2.7/xmlrpclib.py:1602: in __request
>     verbose=self.__verbose
> /usr/lib/python2.7/xmlrpclib.py:1283: in request
>     return self.single_request(host, handler, request_body, verbose)
> /usr/lib/python2.7/xmlrpclib.py:1311: in single_request
>     self.send_content(h, request_body)
> /usr/lib/python2.7/xmlrpclib.py:1459: in send_content
>     connection.endheaders(request_body)
> /usr/lib/python2.7/httplib.py:1038: in endheaders
>     self._send_output(message_body)
> /usr/lib/python2.7/httplib.py:882: in _send_output
>     self.send(msg)
> /usr/lib/python2.7/httplib.py:844: in send
>     self.connect()
> astropy/vo/samp/ssl_utils.py:62: in connect
>     sslconn = ssl.wrap_socket(sock, **kwargs)
> /usr/lib/python2.7/ssl.py:943: in wrap_socket
>     ciphers=ciphers)
> /usr/lib/python2.7/ssl.py:611: in __init__
>     self.do_handshake()
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <ssl.SSLSocket object at 0x7f2d87b429b0>, block = False
> 
>     def do_handshake(self, block=False):
>         """Perform a TLS/SSL handshake."""
>         self._check_connected()
>         timeout = self.gettimeout()
>         try:
>             if timeout == 0.0 and block:
>                 self.settimeout(None)
> >           self._sslobj.do_handshake()
> E           error: [Errno 104] Connection reset by peer
> 
> /usr/lib/python2.7/ssl.py:840: error
> ---------------------------- Captured stdout setup -----------------------------
> INFO: Hub set for using SSL. [astropy.vo.samp.hub]
> INFO: Hub started [astropy.vo.samp.hub]
> ________ ERROR at setup of TestStandardProfileHTTPSHubClient.test_main _________
> 
> self = <astropy.vo.samp.tests.test_standard_profile.TestStandardProfileHTTPSHubClient object at 0x7f2d8a6eed90>
> method = <bound method TestStandardProfileHTTPSHubClient.test_main of <astropy.vo.samp....t_standard_profile.TestStandardProfileHTTPSHubClient object at 0x7f2d8a6eed90>>
> 
>     def setup_method(self, method):
>     
>         self.tmpdir = tempfile.mkdtemp()
>     
>         self.hub = SAMPHubServer(web_profile=False, mode='multiple', pool_size=1,
>                                  **self.hub_init_kwargs)
>         self.hub.start()
>     
>         self.client1 = SAMPIntegratedClient(**self.client_init_kwargs)
> >       self.client1.connect(hub=self.hub, pool_size=1, **self.client_connect_kwargs)
> 
> astropy/vo/samp/tests/test_standard_profile.py:51: 
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> astropy/vo/samp/integrated_client.py:184: in connect
>     cert_reqs, ca_certs, ssl_version, pool_size)
> astropy/vo/samp/hub_proxy.py:128: in connect
>     self.ping()
> astropy/vo/samp/hub_proxy.py:165: in ping
>     return self._samp_hub.ping()
> astropy/vo/samp/utils.py:65: in __call__
>     response = function(*args, **kwrds)
> /usr/lib/python2.7/xmlrpclib.py:1243: in __call__
>     return self.__send(self.__name, args)
> /usr/lib/python2.7/xmlrpclib.py:1602: in __request
>     verbose=self.__verbose
> /usr/lib/python2.7/xmlrpclib.py:1283: in request
>     return self.single_request(host, handler, request_body, verbose)
> /usr/lib/python2.7/xmlrpclib.py:1311: in single_request
>     self.send_content(h, request_body)
> /usr/lib/python2.7/xmlrpclib.py:1459: in send_content
>     connection.endheaders(request_body)
> /usr/lib/python2.7/httplib.py:1038: in endheaders
>     self._send_output(message_body)
> /usr/lib/python2.7/httplib.py:882: in _send_output
>     self.send(msg)
> /usr/lib/python2.7/httplib.py:844: in send
>     self.connect()
> astropy/vo/samp/ssl_utils.py:62: in connect
>     sslconn = ssl.wrap_socket(sock, **kwargs)
> /usr/lib/python2.7/ssl.py:943: in wrap_socket
>     ciphers=ciphers)
> /usr/lib/python2.7/ssl.py:611: in __init__
>     self.do_handshake()
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
> 
> self = <ssl.SSLSocket object at 0x7f2d88223f50>, block = False
> 
>     def do_handshake(self, block=False):
>         """Perform a TLS/SSL handshake."""
>         self._check_connected()
>         timeout = self.gettimeout()
>         try:
>             if timeout == 0.0 and block:
>                 self.settimeout(None)
> >           self._sslobj.do_handshake()
> E           error: [Errno 104] Connection reset by peer
> 
> /usr/lib/python2.7/ssl.py:840: error
> ---------------------------- Captured stdout setup -----------------------------
> INFO: Hub set for using SSL. [astropy.vo.samp.hub]
> INFO: Hub started [astropy.vo.samp.hub]
> = 11040 passed, 225 skipped, 43 xfailed, 2 xpassed, 2 error in 215.42 seconds ==
> debian/rules:56: recipe for target 'test-python2.7' failed
> make[1]: *** [test-python2.7] Error 1

The full build log is available from:
   http://aws-logs.debian.net/2016/11/18/python-astropy_1.2.1-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



More information about the Debian-astro-maintainers mailing list