dtr-org / unit-e

A digital currency for a new era of decentralized trust
https://unit-e.io
MIT License
45 stars 15 forks source link

Add --modified option #1119

Closed scravy closed 5 years ago

scravy commented 5 years ago

Adds a --modifed option to the interactive test runner (#1118) which runs tests which have been touched.

Signed-off-by: Julian Fleischer julian@thirdhash.com

pep8speaks commented 5 years ago

Hello @scravy! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-06-05 00:36:46 UTC
castarco commented 5 years ago

~@scravy just to clarify, does it keep track of modified tests, or also of modified code triggered by the tests? In any case, nice improvement :) .~

EDIT: Ok, the former. I don't know why I was thinking about the unit tests, where it's easier to know if production code has changed due to the compilation process.