
This change implements unit tests for the Spyglass XLS plugin CLI. Change-Id: I0761f8508f3134b1ffb77e78543a72bf1fcf5ca5
18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
# Testing
|
|
pytest==4.4.1
|
|
pytest-xdist==1.28.0
|
|
pytest-cov==2.6.1
|
|
|
|
# Formatting
|
|
yapf==0.27.0
|
|
|
|
# Linting
|
|
hacking==1.1.0
|
|
|
|
# Security
|
|
bandit==1.6.0
|
|
safety==1.8.5
|
|
|
|
# Installs Spyglass for independent tests, but not in requirements.txt since Spyglass will always install this plugin
|
|
git+https://opendev.org/airship/spyglass.git#egg=spyglass
|