trustification / trustify

Apache License 2.0
10 stars 19 forks source link

Replace `integration-tests` module with conventional rust integs in their relevant modules #515

Closed jcrossley3 closed 3 months ago

jcrossley3 commented 3 months ago

The fundamental module seemed appropriate for most of the integs.

This moves all the integ-specific test data to etc/test-data with the rest of it, and relies on the TrustifyContext instance passed to each test to find it, whether bytes or stream, and/or ingest it for the test.

This removed some redundancy from the integs (e.g. streams, xz) in light of recent features added to TrustifyContext.

bobmcwhirter commented 3 months ago

Thanks for this!