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: 21 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T03:41:26.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T00:37:15.163Z (about 1 year ago)
- Topics: csv, data, test, testing
- Language: Python
- Size: 54.7 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- 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
...