File: test_serialize.py

package info (click to toggle)
python-affine 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 160 kB
  • sloc: python: 698; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
"""Test unpacking and repacking affine matrices."""

from affine import Affine


def test_issue79():
    """An affine matrix can be created from an unpacked matrix."""
    Affine(*Affine.identity())