digital-preservation / droid

DROID (Digital Record and Object Identification)
BSD 3-Clause "New" or "Revised" License
278 stars 75 forks source link

Consume skeleton suite only when running tests. #1104

Open sparkhi opened 4 months ago

sparkhi commented 4 months ago

At the moment, the skeleton suite is included in the codebase. Perhaps we should use it as a test-runtime dependency only so we don't have to statically include all those files in the Droid codebase. This may also enable us to run the tests on demand with every Pronom release instead of updating every time Droid is released.