Skip to content

Commit 4ce197f

Browse files
Add CLI tests
1 parent 082fb76 commit 4ce197f

File tree

4 files changed

+229
-102
lines changed

4 files changed

+229
-102
lines changed

bigflow/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ def __call__(self, parser, args, values, option_string=None):
408408
parser.add_argument('-vev', '--vault-endpoint-verify',
409409
type=str,
410410
action=VaultEndpointVerifyAction,
411-
help='Can be "true", "false", a path to certificate PEM file or a path to directory with PEM files. '
411+
help='Can be "true", "false", a path to certificate PEM file or a path to '
412+
'directory with PEM files (see the link for details). '
412413
'Enables/disables vault endpoint TLS certificate verification. Enabled by default. '
413414
'Disabling makes execution vulnerable for MITM attacks - do it only when justified and in trusted environments. '
414415
'For details see: https://requests.readthedocs.io/en/latest/user/advanced/#ssl-cert-verification',

requirements.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ bs4
1212
pytest
1313
pytest-html
1414
pytest-cov
15-
pytest-github-actions-annotate-failures
15+
pytest-github-actions-annotate-failures
16+
parameterized

requirements.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
# *** autogenerated: don't edit ***
2+
# $source-hash: sha256:758f72d93f463f46b9823c68917482b898b517bf66baaa0dc72b6b6dd534aab7
3+
# $source-file: requirements.in
14
#
2-
# This file is autogenerated by pip-compile with python 3.7
3-
# To update, run:
4-
#
5-
# pip-compile requirements.in
6-
#
5+
# run 'bigflow build-requirements requirements.in' to update this file
6+
77
apache-beam[gcp]==2.36.0
88
# via -r requirements/dataflow_extras.txt
99
attrs==22.1.0
@@ -205,6 +205,8 @@ packaging==21.3
205205
# pytest
206206
pandas==1.3.5
207207
# via -r requirements/bigquery_extras.txt
208+
parameterized==0.8.1
209+
# via -r requirements.in
208210
pep517==0.13.0
209211
# via build
210212
pexpect==4.8.0

0 commit comments

Comments
 (0)