Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
...