statgen / locuszoom

A Javascript/d3 embeddable plugin for interactively visualizing statistical genetic data from customizable sources.
https://statgen.github.io/locuszoom/
MIT License
156 stars 29 forks source link

Mock data sources for testing #36

Closed Frencil closed 8 years ago

Frencil commented 8 years ago

The Problem

Presently we aren't able to effectively build automated tests for working with the Data object without pointing to a functioning data endpoint - something automated tests shouldn't have to rely on. Some sort of mock data end point is needed.