File: test_init.py

package info (click to toggle)
python-aio-geojson-geonetnz-volcano 0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 354; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
"""Test for the GeoNet NZ Volcano GeoJSON general setup."""
from aio_geojson_geonetnz_volcano import __version__


def test_version():
    """Test for version tag."""
    assert __version__ is not None