datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
194 stars 39 forks source link

Local test runs create many files not present in codebase or gitignore #98

Closed roll closed 4 years ago

roll commented 5 years ago

Overview

After py.test we end up with a lot neither checked-in nor ignored files.

rufuspollock commented 5 years ago

@roll can you do a PR please 😄

roll commented 5 years ago

I think it might be better to fix it on another level (having special folder for test outputs or something) but I don't know how it works internally so, for now, I've just added all these artifacts to gitignore - https://github.com/datahq/dataflows/pull/101

cc @akariv