Skip to content

Commit

Permalink
remove invocation of integration tests in tox (#498)
Browse files Browse the repository at this point in the history
* remove invocation of integration tests in tox

* add changie
  • Loading branch information
colin-rogers-dbt authored Feb 10, 2023
1 parent c5cf1ea commit a7af39a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .changes/unreleased/Under the Hood-20230130-170118.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
kind: Under the Hood
body: remove tox call to integration tests
time: 2023-01-30T17:01:18.971636-08:00
custom:
Author: colin-rogers-dbt
Issue: "459"
PR: "498"
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ There are a few methods for running tests locally.
Finally, you can also run a specific test or group of tests using `pytest` directly. With a Python virtualenv active and dev dependencies installed you can do things like:

```sh
# run specific bigquery integration tests
python -m pytest -m profile_bigquery tests/integration/simple_copy_test
# run specific bigquery functional tests
python -m pytest -m profile_bigquery tests/functional/adapter/test_aliases.py::TestSameTestSameAliasDifferentDatabasesBigQuery
# run all unit tests in a file
python -m pytest tests/unit/test_bigquery_adapter.py
# run a specific unit test
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ passenv =
DATAPROC_*
GCS_BUCKET
commands =
bigquery: {envpython} -m pytest {posargs} -m profile_bigquery tests/integration
bigquery: {envpython} -m pytest {posargs} -vv tests/functional --profile service_account
deps =
-rdev-requirements.txt
Expand Down

0 comments on commit a7af39a

Please sign in to comment.