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 a951acc
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 114 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
26 changes: 8 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
# *** 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
# via pytest
backports-cached-property==1.0.2 ; python_version <= "3.8"
# via -r requirements/base.txt
beautifulsoup4==4.11.1
# via bs4
bleach==5.0.1
Expand Down Expand Up @@ -161,12 +159,7 @@ idna==3.4
# via requests
importlib-metadata==5.0.0
# via
# build
# click
# keyring
# pep517
# pluggy
# pytest
# twine
iniconfig==1.1.1
# via pytest
Expand Down Expand Up @@ -205,6 +198,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 Expand Up @@ -353,9 +348,6 @@ typing-extensions==4.4.0
# via
# -r requirements/base.txt
# apache-beam
# importlib-metadata
# responses
# rich
unittest-xml-reporting==3.2.0
# via -r requirements/base.txt
urllib3==1.26.12
Expand All @@ -372,9 +364,7 @@ wheel==0.37.1
wrapt==1.14.1
# via deprecated
zipp==3.10.0
# via
# importlib-metadata
# pep517
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading

0 comments on commit a951acc

Please sign in to comment.