eregs / regulations-parser

Parser for U.S. federal regulations and other regulatory information
Creative Commons Zero v1.0 Universal
37 stars 39 forks source link

Use test data from this repo rather than s3 #329

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

For integration tests, we were using an S3 bucket to read from and store previously parsed documents. This PR replaces that with local output. This means we don't have to have the cloud.gov-based S3 bucket. It does require that PR submitters account fix any discrepancies in their PR, rather than a merge fixing it.

H/T to @anthonygarvan for describing this option many moons ago.

coveralls commented 7 years ago

Coverage Status

Changes Unknown when pulling 7b18f6420bcc4050185563ebffdbe22b9551b133 on cmc333333:local-integration-tests into \ on eregs:master**.

cmc333333 commented 7 years ago

This is low risk, so I'm going to go ahead and merge.