Add tests for puffin sync (#161)

Closes #158.
This commit is contained in:
Charlie Marsh 2023-10-21 23:25:00 -04:00 committed by GitHub
parent 3072c3265e
commit b665f1489a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 638 additions and 35 deletions

View file

@ -1,3 +1,5 @@
#![cfg(feature = "pypi")]
//! Integration tests for the resolver. These tests rely on a live network connection, and hit
//! `PyPI` directly.