https://github.com/climbsrocks/data-for-tests
A collection of datasets used by the test suites of other repos
https://github.com/climbsrocks/data-for-tests
Last synced: 6 months ago
JSON representation
A collection of datasets used by the test suites of other repos
- Host: GitHub
- URL: https://github.com/climbsrocks/data-for-tests
- Owner: ClimbsRocks
- Created: 2015-11-06T14:47:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-15T20:11:55.000Z (over 10 years ago)
- Last Synced: 2025-09-27T07:55:59.571Z (9 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data-for-tests
> Saves datasets used in test suites into a central location, so we don't need to save them alongside our code.
## Why does this repo exist?
Saving datasets into a repo is problematic. It looks like you wrote crazy amounts of code, when all you did is save a .csv file. It also makes it more difficult to download, since you are now forcing all your users to download these many-megabyte files whenever they want access to your code.
This repo is designed to be used with `data-formatter` and `machine-js`, holding the data used by their test suites.
Please visit their respective pages for more information on those two exciting projects!