keystone/tools
Vishakha Agarwal e054b368dc Pep8 environment to run on delta code only
Currently tox -epep8 will run flake8 on whole code.
To make this fast, flake8 support is added for only
updated(delta) code. Same can be run by "tox -efast8".

It also determines how many commits to check based on the
$FAST8_NUM_COMMITS env variable. If set to "smart",
it uses git to try to run against all unsubmitted commits.
This allows fast8 to be more useful when actively
developing a series of patches.

Closes-Bug: #1829455
Change-Id: Ic02d7a91c6f6b227abf14bc6f7cb85815591c0d3
2019-05-21 10:38:51 +05:30
..
cover.sh Add `patch_cover` to keystone 2016-03-28 21:26:01 +00:00
fast8.sh Pep8 environment to run on delta code only 2019-05-21 10:38:51 +05:30
sample_data.sh changed port in tools/sample_data.sh 2018-11-15 20:45:59 +05:30
test-setup.sh Increase MySQL max_connections for unit tests 2018-01-30 23:49:04 +01:00