File: test_types.py

package info (click to toggle)
python-ansible-compat 25.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 964 kB
  • sloc: python: 2,638; sh: 26; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
"""Tests for types module."""

import ansible_compat.types


def test_types() -> None:
    """Tests that JSON types are exported."""
    assert ansible_compat.types.JSON
    assert ansible_compat.types.JSON_ro