Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Avoid using real data for tests #248

Open
adborden opened this issue Jun 2, 2016 · 0 comments
Open

Avoid using real data for tests #248

adborden opened this issue Jun 2, 2016 · 0 comments

Comments

@adborden
Copy link
Member

adborden commented Jun 2, 2016

Currently most of our tests uses real data for test setup

call_command('xformnetfilerawdata',

This makes the tests inconsistent from run to run and make them prone to breakage based on changes to production code. I'd prefer to mock this data out or use fixtures.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant