18F / data-federation-project

A project focused on tools and best practices to supported federated data collection efforts
28 stars 9 forks source link

As a developer I want a set of tests so I can check my work as I go. #69

Closed OpenGlobe closed 6 years ago

OpenGlobe commented 6 years ago

User story

As a developer I want a set of tests so I can check my work as I go.

Acceptance criteria

Jkrzy commented 6 years ago

Test suite established here: https://github.com/18F/django-data-ingest/pull/5

Includes unit test runner, python code linting, static security analysis, and code coverage metrics run by CircleCI on each pull request.