"""Tests of the rasterio.vrt module""" import rasterio import rasterio.vrt def test_boundless_vrt(path_rgb_byte_tif): with rasterio.open(path_rgb_byte_tif) as rgb: doc = rasterio.vrt._boundless_vrt_doc(rgb) assert doc.startswith('