google / nel-collector

Network Error Logging (NEL) collector
https://wicg.github.io/network-error-logging/
Apache License 2.0
39 stars 17 forks source link

Extract testdata logic into separate interface #23

Closed dcreager closed 6 years ago

dcreager commented 6 years ago

The PipelineTest class no longer hardcodes knowledge about how to find the testdata files that it needs for the test cases it creates. This logic now lives in its own interface (TestdataLoader), which lets you write tests in dependent packages that need to interface with other testdata sources besides the local filesystem.