File: test_init.py

package info (click to toggle)
python-aio-georss-gdacs 0.9%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 236 kB
  • sloc: xml: 727; python: 524; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
"""Tests for GDACS feed general setup."""
from aio_georss_gdacs import __version__


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