Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincentlaucsb/csv-data
A curated repository of real and fake CSV data for use in testing suites
https://github.com/vincentlaucsb/csv-data
csv data test testing
Last synced: 2 months ago
JSON representation
A curated repository of real and fake CSV data for use in testing suites
- Host: GitHub
- URL: https://github.com/vincentlaucsb/csv-data
- Owner: vincentlaucsb
- Created: 2017-09-21T20:27:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:41:26.000Z (8 months ago)
- Last Synced: 2024-05-21T01:12:11.800Z (8 months ago)
- Topics: csv, data, test, testing
- Language: Python
- Size: 54.7 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSV Data
==========This is a repository of both real and fake data stored in CSV files.
## Purpose
I had a few projects that dealt with CSV files and I wanted a single
repo where I could keep a common store of CSV files for my test suites.### Usage
The preferred way to use this repo is to add it as a submodule to an
existing project.#### Example
```
git submodule add https://github.com/vincentlaucsb/csv-data.git tests/data
```#### Cloning
By default, a `git pull` or `git clone` won't include the submodule contents. To include them, see:
https://stackoverflow.com/questions/8090761/pull-using-git-including-submodule## Sources
...