catalystneuro / lazy_ops

Lazy transposing and slicing of h5py and Zarr Datasets
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Test suite in PyPI tarball? #29

Open TheChymera opened 1 year ago

TheChymera commented 1 year ago
[deco]~/Downloads ❱ tar xvf lazy_ops-0.2.0.tar.gz
lazy_ops-0.2.0/
lazy_ops-0.2.0/PKG-INFO
lazy_ops-0.2.0/README.md
lazy_ops-0.2.0/lazy_ops/
lazy_ops-0.2.0/lazy_ops/__init__.py
lazy_ops-0.2.0/lazy_ops/lazy_loading.py
lazy_ops-0.2.0/lazy_ops.egg-info/
lazy_ops-0.2.0/lazy_ops.egg-info/PKG-INFO
lazy_ops-0.2.0/lazy_ops.egg-info/SOURCES.txt
lazy_ops-0.2.0/lazy_ops.egg-info/dependency_links.txt
lazy_ops-0.2.0/lazy_ops.egg-info/requires.txt
lazy_ops-0.2.0/lazy_ops.egg-info/top_level.txt
lazy_ops-0.2.0/setup.cfg
lazy_ops-0.2.0/setup.py

The test suite is not shipped with the tarball. This can usually be circumvented by pulling the sources from GitHub instead, but since the package has no releases here it's pretty difficult to distribute it with testing support.