File: README.md

package info (click to toggle)
python-asdf 4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,032 kB
  • sloc: python: 24,068; makefile: 123
file content (10 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
ASDF file compatibility tests
=============================
These tests confirm that files produced by the latest library code can be
read by earlier releases of the library, and vice versa.  The tests obtain
a list of released versions from pypi.org and install each tested version
into a virtualenv, so an internet connection is required to run them.

The tests in this directory are excluded from the normal test suite, but
can be run (from the repo root directory) with
`pytest compatibility_tests/ --remote-data`.