coala / coala-quickstart

A tool that generates an initial coala config file for you!
GNU Affero General Public License v3.0
47 stars 76 forks source link

facilitate deletion of coafile.green on running pytest #310

Open ishanSrt opened 6 years ago

ishanSrt commented 6 years ago

*Identification of tests is required which create coafile.green files after which they must be deleted in those tests

jayvdb commented 6 years ago

The test suite should be using a separate working directory

ishanSrt commented 6 years ago

I needed some actual code to test upon and dummy test directories and files (either mocked or sometimes created) was a tedious task. We need some actual (not completely random) code for the green mode to run tests upon.

jayvdb commented 6 years ago

Clone a repository into a test working directory

or copy stuff into a test working directory.