pre-commit was introduced in several repos and is known to be useful. It allows us to easily add more checks. Change-Id: I8bfbd0abbf2ad825716331833fb6ab68a1e61dfd Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
13 lines
219 B
Plaintext
13 lines
219 B
Plaintext
# Unit testing
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
|
testtools>=2.2.0 # MIT
|
|
|
|
# Test runner
|
|
stestr>=1.0.0 # Apache-2.0
|
|
|
|
# Metrics and style
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
|
|
ddt>=1.0.1 # MIT
|
|
requests-mock>=1.2.0 # Apache-2.0
|