Skip to content

Commit

Permalink
Add CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agnieszkarybak committed Feb 2, 2023
1 parent 082fb76 commit fc6c9cf
Show file tree
Hide file tree
Showing 3 changed files with 227 additions and 101 deletions.
3 changes: 2 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ bs4
pytest
pytest-html
pytest-cov
pytest-github-actions-annotate-failures
pytest-github-actions-annotate-failures
parameterized
12 changes: 7 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# *** autogenerated: don't edit ***
# $source-hash: sha256:758f72d93f463f46b9823c68917482b898b517bf66baaa0dc72b6b6dd534aab7
# $source-file: requirements.in
#
# This file is autogenerated by pip-compile with python 3.7
# To update, run:
#
# pip-compile requirements.in
#
# run 'bigflow build-requirements requirements.in' to update this file

apache-beam[gcp]==2.36.0
# via -r requirements/dataflow_extras.txt
attrs==22.1.0
Expand Down Expand Up @@ -205,6 +205,8 @@ packaging==21.3
# pytest
pandas==1.3.5
# via -r requirements/bigquery_extras.txt
parameterized==0.8.1
# via -r requirements.in
pep517==0.13.0
# via build
pexpect==4.8.0
Expand Down
Loading

0 comments on commit fc6c9cf

Please sign in to comment.