Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 750 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 750 Bytes

CUDL data packaging schemas

This repository contains schemas for data formats used when building CUDL data packages.

Testing

Automated tests for the schemas are included. They are written in Python with pytest. Dependencies are managed with poetry. Tests are run automatically via Bitbucket Pipelines.

To run the tests locally:

  1. Install poetry
  2. Install dependencies: $ poetry install
  3. Run pytest: $ poetry run pytest