forked from alanjds/grumpy
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
importedImported from google/grumpyImported from google/grumpy
Description
google#383 opened by @alanjds on Nov 3, 2017
History:
As said in the discussion starting on google#243 (comment), the Python tests does not count over make cover report.
Personally, this hinders the development speed by forcing people to write tests twice: one for Python (what we want working) and one for Golang (what we need to count on make cover).
The hypothesis is: Lowering the work needed to push code, more code will be pushed by more people.
Lets fix it to speed up the development!
Plan:
- Change
grumpcto be able to producemodule_test.gooutput from Python test files - Make the
make testto producemodule_test.gofiles fromgrumpy/testing/*.pyfiles - Make the produced
module_test.gofiles to be in such place that counts for coverage - Write a change in a runtime
.gofile. Write a test the for the change in a.py - Check that
make covercounts the.pycovering the.gochanged
Metadata
Metadata
Assignees
Labels
importedImported from google/grumpyImported from google/grumpy