Test data files and data packages for testing Frictionless Data tooling.
These resources may also be useful to others building data tools beyond the Frictionless Data community.
As a Developer writing a library or tool I want to have a set of standard test data files and data packages as a reference for my implementation tests
Contributions are welcome! Please open a pull request.
Please keep files as small as possible (in general we are testing correctness not performance)
We suggest sub-moduling this repo into your own tool.
git submodule add https://github.com/frictionlessdata/testsuite-data.git <relative path>
eg.:
git submodule add https://github.com/frictionlessdata/testsuite-data.git src\test\resources\testsuite-data
Some files may change over time, e.g. due to data package spec upgrade, but you can still keep old spec versions by submoduling from a specific branch. Below is an example .gitmodules
file:
[submodule "SubmoduleTestRepo"]
path = SubmoduleTestRepo
url = https://github.com/frictionlessdata/test-data.git
branch = v1.0
We plan to maintain versioned branches of this repo that track the Frictionless Data specifications so that users of this repo can test against data corresponding to specific versions of the specs.
We focus on tabular and geo data as these are the common forms of structured data we handle.
, ; \t
type
, format
and constraint
combinationMIT - see LICENSE