Files
python-zaqarclient/test-requirements.txt
Takashi Kajinami 43c1571fe7 Use pre-commit for pep8 checks
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>
2025-10-12 00:10:56 +09:00

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