You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Identification of tests is required which create coafile.green files
after which they must be deleted in those tests
Even though add .coafile.green to .gitignore #309 adds them to the .gitignore, coafile.green should be created when actually running the --green-mode on the repository, not by pytest
The text was updated successfully, but these errors were encountered:
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.
*Identification of tests is required which create
coafile.green
filesafter which they must be deleted in those tests
.gitignore
,coafile.green
should be created when actually running the--green-mode
on the repository, not by pytestThe text was updated successfully, but these errors were encountered: